Ports Search

Results 3,9914,000 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.029 seconds)
databases/DBD-SQLite-1.50 (Score: 1.1103157E-4)
Provides access to SQLite3 databases through the DBI
DBD::SQLite =========== SQLite is a small fast embedded SQL database engine. DBD::SQLite embeds that database engine into a DBD driver, so if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL, then DBD::SQLite may be just what you need. It supports quite a lot of features, such as transactions (atomic commit and rollback), indexes, DBA-free operation, a large subset of SQL92 supported, and more.
databases/DBD-SQLite2-0.37 (Score: 1.1103157E-4)
Provides access to SQLite2 databases through the DBI
DBD::SQLite2 ============ SQLite is a small fast embedded SQL database engine. DBD::SQLite2 embeds that database engine into a DBD driver, so if you want a relational database for your project, but don't want to install a large RDBMS system like MySQL or PostgreSQL, then DBD::SQLite2 may be just what you need. It supports quite a lot of features, such as transactions (atomic commit and rollback), indexes, DBA-free operation, a large subset of SQL92 supported, and more.
devel/ding-libs-0.5.0 (Score: 1.1103157E-4)
Collection of useful libraries for developers
Ding-libs provides utility functions to manipulate filesystem pathnames (libpath_utils), a hash table which dynamically resizes to achieve optimal storage and access time properties (libdhash), a data type to collect data in a hierarchical structure for easy iteration and serialization (libcollection), a dynamically growing, reference-counted array (libref_array), and a library to process configuration files in initialization format (INI) into a library collection data structure (libini_config).
devel/Test-TAP-Model-0.10 (Score: 1.1103157E-4)
Accessible result collector for Test::Harness::Straps runs
This module is a subclass of Test::Harness::Straps. It uses callbacks in the straps object to construct a deep structure, with all the data known about a test run accessible within. It's purpose is to ease the processing of test data, for the purpose of generating reports, or something like that. The niche it fills is creating a way to access test run data, both from a serialized and a real source, and to ease the querying of this data.
devel/tbb-4.4.2 (Score: 1.1103157E-4)
Library that provides thread building blocks
Intel Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you take advantage of multi-core processor performance without having to be a threading expert. Threading Building Blocks is not just a threads-replacement library. It represents a higher-level, task-based parallelism that abstracts platform details and threading mechanism for performance and scalability.
devel/zope.schema-4.2.2 (Score: 1.1103157E-4)
Zope Interface extension for defining data schemas
Schemas extend the notion of interfaces to detailed descriptions of Attributes (but not methods). Every schema is an interface and specifies the public fields of an object. A field roughly corresponds to an attribute of a Python object. But a Field provides space for at least a title and a description. It can also constrain its value and provide a validation method. Besides you can optionally specify characteristics such as its value being read-only or not required.
graphics/ocrad-0.25 (Score: 1.1103157E-4)
OCR program implemented as filter
GNU Ocrad is an OCR (Optical Character Recognition) program implemented as a filter and based on a feature extraction method. It reads a bitmap image in pbm format and outputs text in ISO-8859-1 (Latin-1) charset. Also includes a layout analyser able to separate the columns or blocks of text normally found on printed pages. It can be used as a stand-alone console application, or as a backend to other programs.
mail/milter-greylist-4.6 (Score: 1.1103157E-4)
Unstable (dev) greylist milter for sendmail and postfix
This is a port of Emmanuel Dreyfus' milter-greylist. Grey listing is a wonderful spam filtering technique, which uses a behavior trick: spammers never resend a message when they get a temporary error, whereas real MTA do. The idea is to refuse any mail on first attempt, and accept it after some time has elapsed. milter-greylist is a stand-alone milter written in C that implement grey listing.
mail/milter-greylist-4.4.3 (Score: 1.1103157E-4)
Easy-to-use greylist milter for sendmail and postfix
This is a port of Emmanuel Dreyfus' milter-greylist. Grey listing is a wonderful spam filtering technique, which uses a behavior trick: spammers never resend a message when they get a temporary error, whereas real MTA do. The idea is to refuse any mail on first attempt, and accept it after some time has elapsed. milter-greylist is a stand-alone milter written in C that implement grey listing.
math/picosat-965 (Score: 1.1103157E-4)
Satisfiability (SAT) solver for boolean variables
PicoSAT is a satisfiability (SAT) solver for boolean variables in boolean expressions. A SAT solver can determine if it is possible to find assignments to boolean variables that would make a given set of expressions true. If it's satisfiable, it can also show a set of assignments that make the expression true. Many problems can be broken down into a large SAT problem (perhaps with thousands of variables), so SAT solvers have a variety of uses.