Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第2,9312,940项(搜索用时0.011秒)
textproc/ferret-0.11.8.6 (Score: 6.2451087E-4)
Ferret is a ruby port of Lucene
Ferret is a high-performance, full-featured text search engine library written for Ruby. It is a full port of the Apache Lucene Java project. There is a pure Ruby version included.
Runtime cgiapp info in a popup window
This module provides a plugin framework for displaying runtime information about your CGI::Application app in a popup window. A sample Timing plugin is provided to show how it works:
x11-clocks/wmbinclock-0.51 (Score: 6.2451087E-4)
Binary clock in a windowmaker applet
wmBinClock is a windowmaker applet that displays the current system time as a binary clock. You have to add up the bits to get the time. The clock has a 24 hour format.
mail/authres-0.800 (Score: 6.24258E-4)
Python module for RFC 5451 Authentication-Results headers
This is python module for RFC 5451 Authentication-Results Headers generation and parsing. It also supports Authentication Results extensions: RFC 5617 DKIM/ADSP RFC 6008 DKIM signature identification (header.b) RFC 6212 Vouch By Reference (VBR) draft-kucherawy-dmarc-base-00 DMARC
textproc/bencode-0.6.0.0 (Score: 6.24258E-4)
Parser and printer for bencoded data
Parser and printer for bencoded data. Bencode (pronounced like B encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data.
sysutils/debootstrap-1.0.82 (Score: 6.2393415E-4)
Install Debian base system into a directory
debootstrap is a tool which will install a Debian base system into a subdirectory of another, already installed system. It doesn't require an installation CD, just access to a Debian repository. In FreeBSD, you can use debootstrap to install Debian into a subdirectory of your existing FreeBSD installation (i386 or amd64) and then run Debian GNU/kFreeBSD (i386 or amd64) or Debian Linux (i386) in a jail or chroot.
devel/Data-Thunk-0.07 (Score: 6.2335155E-4)
Lazy/deferred evaluation - a sneakier Scalar::Defer
This is an implementation of thunks a la Scalar::Defer, but uses Data::Swap and assignment to $_[0] in order to leave a minimal trace of the thunk.
devel/Date-Calc-Iterator-1.00 (Score: 6.2335155E-4)
Iterate over a range of dates
Date::Calc::Iterator objects are used to iterate over a range of dates, day by day or with a specified step.
devel/List-Uniq-0.20 (Score: 6.2335155E-4)
Extract the unique elements of a list
List::Uniq extracts the unique elements of a list. This is a commonly re-written (or at least re-looked-up) idiom in Perl programs.
devel/Term-ProgressBar-2.17 (Score: 6.2335155E-4)
Perl extension to display a progress bar
A really simple progress bar for things that take a while. Doing something: ########### The bar grows as things done. Fifty hash marks are printed altogether.