Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第791800项(搜索用时0.003秒)
databases/drizzle-0.4.2 (Score: 0.006224396)
PHP wrapper for the libdrizzle library
This PHP extension provides a wrapper for libdrizzle, the client and protocol library for the Drizzle database.
databases/mysql-connector-odbc-5.3.4 (Score: 0.006224396)
ODBC driver for MySQL56 / unixodbc
MySQL Connector ODBC is an ODBC driver for interfacing to MySQL databases.
databases/mysql-udf-0.3 (Score: 0.006224396)
Set of user-defined functions for the MySQL server
This package adds several user-defined statistics functions to the MySQL server providing the ability to: * calculate the median of any values, * calculate the skewness and kurtosis of a distribution of value * retrieve the effective length of the longest value in a STRING column, * get the longest value from a STRING column, * calculate the faculty of a value, * calculate linear regression parameters (intercept, slope, correlation coefficent) of any values
databases/qof-0.8.8 (Score: 0.006224396)
Query Object Framework
QOF - Query Object Framework - library to add a query engine to C applications with generic XML backend. A SQL database is not needed; any collection of C/C++ objects can act as tables.
databases/mysqlreport-3.5 (Score: 0.006224396)
Mysqlreport makes a friendly report of important MySQL status values
mysqlreport makes a friendly report of important MySQL status values. mysqlreport transforms the values from SHOW STATUS into an easy-to-read report that provides a much more in-depth understanding of how well MySQL is running. For this and many other reasons, mysqlreport is a better alternative (and practically the only alternative) to manually interpreting SHOW STATUS.
databases/mysqlsla-2.03 (Score: 0.006224396)
Mysqlsla analyzes general, slow, and raw MySQL statement logs
mysqlsla analyzes general, slow, and raw MySQL statement logs. mysqlsla can read multiple MySQL general and slow logs (and logs containing raw SQL statements), combine them, then run various analyses on all the queries. In addition, mysqlsla can correlate the analyses so that the queries in one analysis are used as the basis for subsequent analyses. Other options include limiting the output of each analysis to the top N queries, averaging execution time over N runs, customizing the order in which the analyses are ran, statement filtering, statement pattern matching, and mysqldumpslow-like formatting.
databases/mysqlbigram-1.0.1 (Score: 0.006224396)
Simple n-gram (bi-gram) fulltext parser plugin for MySQL
MySQL has fulltext index search ability for text field, but it is word based index: it cannot be used for no word delimiter language like Japanese or Chinese. It also can't search characters in the middle of a word (e.g. searching 'in' will not match word 'ping'). Starting from MySQL 5.1, MySQL supports a plugin that allows to change server components (fulltext search parser) without restarting and/or recompiling the server. This n-gram parser uses this plugin interface to implement a simple n-gram (bi-gram) fulltext index parser which can be used for languages without word delimiters.
Nagios plugin to check the lag between a postgresql replica and master
nagiosplugin is a class library which helps writing Nagios (or Icinga) compatible plugins easily in Python. It cares for much of the boilerplate code and default logic commonly found in Nagios checks, including: * Nagios 3 Plugin API compliant parameters and output formatting * Controller to handle the general plugin control flow * Full Nagios range syntax support * Automatic threshold checking * Multiple independend measures and overall state logic * Long output and performance data * Timeout handling * Default options * Persistent "cookies" to retain state information between check runs
databases/namazu-2.0.21 (Score: 0.006224396)
Full-text search system intended for easy use
Namazu is a full-text search system intended for easy use. Not only it works as a CGI program for a small or medium scale Web search engine, but also works as a personal use search system for your pile of emails. (The Japanese word `Namazu' means `catfish' in English)
databases/dbm-1.0 (Score: 0.006224396)
OCaml binding to the NDBM and GDBM database library
This OCaml library is a binding to the NDBM/GDBM Unix "databases". It provides persistent storage of key-value pairs of strings.