Ports Search

Results 1,4411,450 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
textproc/hxt-regex-xmlschema-9.2.0.2 (Score: 0.0015984011)
Regular expression library for W3C XML Schema regular expressions
This library supports full W3C XML Schema regular expressions inclusive all Unicode character sets and blocks. It is implemented by the technique of derivations of regular expressions. The W3C syntax is extended to support not only union of regular sets, but also intersection, set difference, exor. Matching of subexpressions is also supported. The library can be used for constricting lightweight scanners and tokenizers. It is a standalone library, no external regex libraries are used.
databases/mysql++-1.7.40 (Score: 0.001596855)
Complex C++ API for MySQL56
MySQL++ is a C++ wrapper for MySQL's C API. It is built around STL principles, to make dealing with the database as easy as dealing with an STL container.
devel/xparam-1.22 (Score: 0.0015953297)
General-purpose tool for parameter handling in C++
XParam is a general-purpose tool for parameter handling in C++. It allows object serialization and deserialization in a format that is human-readable and -writeable, and is unaffected by issues of word-size and endianity. The XParam format is also not confused by objects containing pointers: it saves the objects in such a manner that their conceptual contents can be restored perfectly. For this reason, XParam provides an excellent tool for cross-program and cross-platform communication. In future, XParam may also be extended to allow cross-language communication, but for now it is only available in C++.
emulators/stonx-0.6.7e.6 (Score: 0.0015938446)
AtariST emulator
Release notes for version 0.6.7-epsilon ======================================= This version is the "almost-there" version of STonX 0.6.7 (which is going to be the last "release" version before the major changes in the current development versions are released. Some information about the problems with different TOS versions and STonX: ========================================================================== (1) Can't run programs from the Unix filesystem interface (2) not thoroughly tested or tested by someone else (3) untested (4) set TOS_1 to 1 in options.h before compiling (5) A: and B: can't be used because they're implicitly considered Floppy disk drives and always accessed using the FDC TOS 1.00: (1)(2)(4)(5) TOS 1.02: (1)(2)(4)(5) TOS 1.04: (2)(4) TOS 1.06: (3) TOS 1.62: (3) TOS 2.05: tested, should be OK TOS 2.06: tested, should be OK
devel/picprog-1.9.1 (Score: 0.0015937601)
Serial port pic16c84 programmer
This is Picprog, pic16c84 programmer software for the serial port device. To program a pic16c84 chip: picprog --burn --input something.hex --pic /dev/cuaa1 Remember: this is not a production quality programmer! See PIC16C84 data sheet for more information.
devel/commoncpp-1.8.1 (Score: 0.0015928815)
GNU project portable class framework for C++
Common C++ offers a highly portable C++ application development framework. Common C++ provides classes for threads, sockets, daemon management, system logging, object synchronization, realtime network development, persistent object management, and file access.
www/cgi-lib-1.4 (Score: 0.0015928815)
ANSI C Library for CGI Programming
CGI-LIB is a free ANSI C library that will facilitate the creation of CGI programs. The library is written entirely in C using ANSI C functions. The functions are easy to use and the source code is included.
devel/libclaw-1.7.4 (Score: 0.0015884743)
C++ Library Absolutely Wonderful
CLAW is a C++ Library Absolutely Wonderful providing useful classes from the simplest AVL binary search trees to the complex meta programming tools, including image manipulation, a generic alpha-beta algorithm, sockets implemented as std::stream and more
devel/log4cplus-1.1.2 (Score: 0.0015884743)
Logging library for C++
This is a port of log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API.
textproc/libxml++-2.34.2 (Score: 0.0015884743)
XML API for C++
libxml++ is a C++ interface for working with XML files, using libxml (gnome-xml) to parse and write the actual XML files. It has a simple but complete API.