Ports Search

Results 2,4212,430 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.013 seconds)
devel/Sub-Prototype-0.02 (Score: 7.676644E-4)
Set a sub's prototype
Set a subs prototype
archivers/squeeze-0.2.3 (Score: 7.669483E-4)
Squeeze is a modern and advanced archive manager
Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment. Its design adheres to the Xfce philosophy, which basically means Squeeze is designed to be both fast and easy to use.
devel/CPAN-DistnameInfo-0.12 (Score: 7.669483E-4)
Extract distribution name and version from a CPAN filename
CPAN::DistnameInfo uses heuristics that have been learnt by http://search.cpan.org/ to extract the distribution name and version from filenames and also report if the version is to be treated as a developer release.
devel/POE-Component-Daemon-0.1400 (Score: 7.669483E-4)
Handles all the housework for a daemon in POE
Dealing with all the little details of a forking daemon can be annoying and hard. POE::Component::Daemon encapsulates all the details into one place and (hopefully) gets them right.
devel/Perl6-Export-Attrs-0.000005 (Score: 7.669483E-4)
Perl 6 'is export(...)' trait as a Perl 5 attribute
Implements a Perl 5 native version of what the Perl 6 symbol export mechanism will look like. It's very straightforward: * If you want a subroutine to be capable of being exported (when explicitly requested in the use arguments), you mark it with the :Export attribute. * If you want a subroutine to be automatically exported when the module is used (without specific overriding arguments), you mark it with the :Export(:DEFAULT) attribute. * If you want a subroutine to be automatically exported when the module is used (even if the user specifies overriding arguments), you mark it with the :Export(:MANDATORY) attribute. * If the subroutine should also be exported when particular export groups are requested, you add the names of those export groups to the attribute's argument list. That's it.
devel/sgb-20090810 (Score: 7.669483E-4)
The Stanford GraphBase: A Platform for Combinatorial Computing
A workbench for combinatorial computing, and standard sets of data that can be used for benchmark tests of competing methods by Donald Knuth. Also includes demonstration programs and games that make use of the data. Gerald Pfeifer <gerald@FreeBSD.org>
misc/xtar-1.4 (Score: 7.669483E-4)
View and manipulate contents of a tar file
XTar is a Motif program for viewing and manipulating tar archives (which may be compressed). The contents of the archive are displayed in the main window and various options are available from pulldown and popup menus.
net/nsscache-0.32 (Score: 7.669483E-4)
Python utility to create a local cache of directory services
nsscache is a utility for caching directory service information into local cache files. On FreeBSD, it is intended to be used with the net/libnss-cache port but it can also output BDB files for use by other operating systems.
textproc/Regexp-Log-Common-0.10 (Score: 7.669483E-4)
Regexp::Log::Common, a parser for the Common Log Format
Regexp::Log::Common uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split().
www/CGI-ArgChecker-0.02 (Score: 7.669483E-4)
Perl module implementing a cgi interface to String::Checker
CGI::ArgChecker - An extensible CGI parameter validation module (allowing commonly used checks on parameters to be called more concisely and consistently) based on String::Checker. This is really nothing more than a simple wrapper around String::Checker.