Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第8,1318,140项(搜索用时0.022秒)
devel/fam-2.6.10 (Score: 1.3684924E-4)
File alteration monitor
FAM, the File Alteration Monitor, provides an API which applications can use to be notified when specific files or directories are changed.
devel/readline-1.0.3.0 (Score: 1.3684924E-4)
Interface to the GNU readline library
An interface to the GNU readline library. More information on readline can be found at <http://www.gnu.org/directory/readline.html>.
devel/libtap-1.01 (Score: 1.3684924E-4)
Library implementing the Test Anything Protocol
Library implementing the Test Anything Protocol. Will be / is used by src/tools/regression, and anything else that wants an easy-to-implement test suite.
devel/Acme-Comment-1.04 (Score: 1.3684924E-4)
Allow multi-line comments which are filtered out
Acme::Comment allows multi-line comments which are filtered out. Unlike the pseudo multi-line comment if (0) {}, the code being commented out need not be syntactically valid.
devel/Cairo-GObject-1.004 (Score: 1.3684924E-4)
Integrate Cairo into the Glib type system
Cairo::GObject registers Cairo's types (Cairo::Context, Cairo::Surface, etc.) with Glib's type systems so that they can be used normally in signals and properties.
devel/ConfigReader-Simple-1.29 (Score: 1.3684924E-4)
Simple configuration file parser
ConfigReader::Simple reads and parses simple configuration files. It is designed to be smaller and simpler than the ConfigReader module and is more suited to simple configuration files.
devel/Getopt-Compact-WithCmd-0.22 (Score: 1.3684924E-4)
Sub-command friendly, like Getopt::Compact
Getopt::Compact::WithCmd is yet another Getopt::* module. It allows you to define git-like options. In addition, usage can be set at the same time.
devel/Locale-libintl-1.26 (Score: 1.3684924E-4)
Internationalization library for Perl
The package libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.
devel/Moose-Test-0.01 (Score: 1.3684924E-4)
Test Runner for the Moose test suite
This module provides an abstraction over the Moose test cases such that it makes it easier for them to be re-used in different contexts.
devel/Object-Enum-0.07.3 (Score: 1.3684924E-4)
Replacement for if ($foo eq 'bar')
use Object::Enum qw(Enum); my $color = Enum([ qw(red yellow green) ]); # ... later if ($color->is_red) { # it can't be yellow or green