Ports Search

Results 2,2812,290 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.013 seconds)
www/Net-Trac-0.16 (Score: 8.4140536E-4)
Interact with a remote Trac instance
Net::Trac is simple client library for a remote Trac instance. Because Trac doesn't provide a web services API, this module currently "fakes" an RPC interface around Trac's webforms and the feeds it exports. Because of this, it's somewhat more brittle than a true RPC client would be.
devel/kore-2.0.0 (Score: 8.413165E-4)
Web application framework for writing web APIs in C
Kore is an easy to use web application framework for writing scalable web APIs in C. Its main goals are security, scalability and allowing rapid development and deployment of such APIs. Because of this Kore is an ideal candidate for building robust, scalable and secure web things.
mail/policyd-1.82 (Score: 8.413165E-4)
Anti-spam plugin for Postfix (written in C)
Policyd is an anti-spam plugin for Postfix (written in C) that does : o Greylisting, o Sender-(envelope, SASL or host / ip)-based throttling (on messages and/or volume per defined time unit), o Recipient rate limiting, o Spamtrap monitoring / blacklisting, o HELO auto blacklisting o HELO randomization preventation, o Sender mail addresses or domain Sender blacklisting
security/clamav-0.99.2 (Score: 8.413165E-4)
Command line virus scanner written entirely in C
This the stable version of Clam Antivirus. Clam Antivirus is command line virus scanner written entirely in C and its database is kept up to date. It also detects polymorphic viruses, scans compressed files and supported by AMaViS. Optionally you can use the clamav-milter interface to connect clamav with sendmail.
textproc/html-4.01 (Score: 8.413165E-4)
All W3C published SGML DTDs for HTML
SGML DTDs for HTML level 0, 1, 2, 3.2, and the 4.0 draft as defined by the World Wide Web Consortium (W3C). See http://www.w3.org/ for more information. These DTDs are useful for validating or processing world wide web pages with SGML tools such as those in the sp or jade ports. John Fieber jfieber@FreeBSD.org
textproc/Text-FillIn-0.05 (Score: 8.393E-4)
Class implementing a fill-in template
This is the Text::FillIn.pm module. It is a class for implementing fill-in text templates. It is designed to be flexible and sub-classible. You can specify the delimiters that mark sections of text to be filled in (for example [[ and ]], or <!-- and -->, or { and } ... you get the picture), and you can specify the actions to take when filling in those sections. -Anton <tobez@FreeBSD.org>
www/CGI-Prototype-0.9054 (Score: 8.393E-4)
Create a CGI application by subclassing
The core of every CGI application seems to be roughly the same: - analyze the incoming parameters, cookies, and URLs to determine the state of the application (let's call this "dispatch"). - based on the current state, analyze the incoming parameters to respond to any form submitted ("respond"). - from there, decide what response page should be generated, and produce it ("render"). CGI::Prototype creates a Class::Prototyped engine for doing all this, with the right amount of callback hooks to customize the process.
math/GiNaC-1.7.0 (Score: 8.3786354E-4)
C++ library for symbolic mathematical calculations
GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS, where CAS stands for Computer Algebra System. It is designed to allow the creation of integrated systems that embed symbolic manipulations together with more established areas of computer science (like computation-intense numeric applications, graphical interfaces, etc.) under one roof.
www/podcastamatic-1.3 (Score: 8.3666656E-4)
Automates creation of webpage and RSS feed for a podcast
Podcastamatic automates the creation of a webpage and a RSS feed for your podcast, based on MP3 tags. A webpage can either be automatically generated from scratch or generated from a template you create. An RSS feed is an XML file that is required to be listed in most popular podcast directories. Podcastamatic is highly customizable.
devel/vstr-1.0.15 (Score: 8.3455065E-4)
General purpose string library for C
Vstr is a string library, designed so you can work optimally with readv()/writev() for input/output. This means that, for instance, you can readv() data to the end of the string and writev() data from the beginning of the string without having to allocate or move memory. It also means that the library is completely happy with data that has multiple zero bytes in it.