Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第861870项(搜索用时0.012秒)
devel/B-Hooks-EndOfScope-0.21 (Score: 0.0059225103)
Execute code after a scope finished compilation
This module allows you to execute code when perl finished compiling the surrounding scope.
deskutils/devd-notifier-0.1 (Score: 0.0058835256)
Daemon notifying the user about devd(8) events with libnotify
devd-notifer - a simple daemon notifying the user about devd(8) events with libnotify devd-notifier parses all devd(8) messages from /var/run/devd.pipe with a configurable regular expression and notifies the user about creating and destroying of device nodes.
www/phpbb-2.0.23 (Score: 0.0058741556)
PHP-based bulletin board / discussion forum system
From the website: phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites.
print/c2ps-4.0 (Score: 0.0058380933)
PostScript pretty-printer for C source
A PostScript pretty-printer for C source with numerous features. Released under the GPL by Dmitri Shtilman <dash@vision10.technion.ac.il> and Dmitri Makarov <dimm@vnet.ibm.com>.
mail/popfile-1.1.3 (Score: 0.005830618)
Automatic mail classification tool, acts as a POP3 proxy
POPFile is an automatic mail classification tool. Once properly set up and trained, it will scan all email as it arrives and classify it based on your training. You can give it a simple job, like separating out junk e-mail, or a complicated one -- like filing mail into a dozen folders. Think of it as a personal assistant for your inbox. Since v0.21.0, POPFile supports multiple user with a single instance. Using ${LOCALDIR}/sbin/popfile.sh, you can start your own POPFile easily; it uses ${HOME}/.popfile as a working directory. Note for old POPFile users: copy messages/ and corpus/ directory to your ${HOME}/.popfile directory (if not, create it), then start popfile.sh.
devel/basic-prelude-0.5.0 (Score: 0.0058094067)
Enhanced core prelude; a common foundation for alternate preludes
The premise of basic-prelude is that there are a lot of very commonly desired features missing from the standard Prelude, such as commonly used operators (<$> and >=>, for instance) and imports for common datatypes (e.g., ByteString and Vector). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions. So basic-prelude is intended to give a common foundation for a number of alternate preludes. The package provides two modules: CorePrelude provides the common ground for other preludes to build on top of, while BasicPrelude exports CorePrelude together with commonly used list functions to provide a drop-in replacement for the standard Prelude. Users wishing to have an improved Prelude can use BasicPrelude. Developers wishing to create a new prelude should use CorePrelude.
converters/xml2c-20151019 (Score: 0.0057982514)
Reads in an XML file and produces equivalent C source code
xml2c reads in an XML file and produces equivalent C source code, suitable for #including in your program.
www/c-icap-0.4.3 (Score: 0.005781956)
ICAP server implementation
From the c-icap homepage: c-icap is an implementation of an ICAP server. It can be used with HTTP proxies that support the ICAP protocol to implement content adaptation and filtering services. Most of the commercial HTTP proxies must support the ICAP protocol. The open source Squid 3.x proxy server supports it. Major features: basic C API for developing custom content adaptation and filtering services plugins interface LDAP integration simple ICAP client API Currently the following services have been implemented for the c-icap server: Web antivirus service, using the clamav open-source antivirus engine basic URL filtering service
textproc/nux-1.6 (Score: 0.0057518724)
Small open-source XQuery extension of the XOM library
Nux is a small, straightforward, and surprisingly effective open-source extension of the XOM XML library. Nux is geared towards versatile embedded integration and interchange, in particular for high-throughput server container environments (e.g. large-scale Peer-to-Peer messaging network infrastructures over high-bandwidth networks, scalable MOMs, etc). But its simplicity also makes it useful for client side XML query/transformation workflow pipelines. Features include: - Seamless W3C XQuery support for XOM. - Efficient and flexible pools and factories for XQueries, XSL Transforms, as well as Builders that validate against various schema languages, including W3C XML Schemas, DTDs, RELAX NG, Schematron, etc. - For simple and complex continuous queries and/or transformations over very large or infinitely long XML input, a convenient streaming path filter API combines full XQuery support with straightforward filtering. - Glue for integration with JAXB and for queries over ill-formed HTML. - All this is rock-solid, dependable, well documented, and ships in a jar file that weighs just 60 KB.
devel/c2hs-0.26.1 (Score: 0.0057198103)
C->Haskell FFI tool that gives some cross-language type safety
C->Haskell assists in the development of Haskell bindings to C libraries. It extracts interface information from C header files and generates Haskell code with foreign imports and marshaling. Unlike writing foreign imports by hand (or using hsch2s), this ensures that C functions are imported with the correct Haskell types.