Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第2,5912,600项(搜索用时0.005秒)
devel/dfuife-curses-1.5.1.20050829 (Score: 0.032514982)
DFUI curses frontend
DFUI curses frontend. Allows a DFUI backend (such as a system installer) to communicate with the user with an addressable text screen-oriented ('curses') user interface.
devel/Locale-PGetText-0.16 (Score: 0.032514982)
Pure perl implementation of GNU gettext
pure perl implementation of GNU gettext
devel/Locale-PO-0.27 (Score: 0.032514982)
Perl module for manipulating .po entries from GNU gettext
This module provides methods for manipulating objects that represent entries in a gettext po-file (untranslated and translated strings, with associated comments). It can load and save complete po-files.
devel/Locale-gettext-1.06 (Score: 0.032514982)
Message handling functions
This module permits from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software.
devel/Locale-libintl-1.26 (Score: 0.032514982)
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/Log-Accounting-SVK-0.05 (Score: 0.032514982)
Perl module for accounting SVK repository
This module make use of Algorithm::Accounting and SVK to do simple accounting of any SVK repository. The installed svn-accounting.pl script demonstrate a simple use to this module, you may try: svk-accounting.pl // This will display all the contributions of developers under repository '//'. You may also specify depotpath like '//trunk/svk'.
devel/Log-Accounting-SVN-0.01 (Score: 0.032514982)
Perl module for accounting SVN repository
This module make use of Algorithm::Accounting and SVN::Log to do simple accounting of any subversion repository (not necessarily local, as long as you can do "svn log" to). The installed svn-accounting.pl script demonstrate a simple use to this module, you may try: svn-accounting.pl http://svn.collab.net/repos/svn/
devel/Log-Agent-Logger-0.2 (Score: 0.032514982)
Log::Agent::Logger - a logging interface for perl
The Log::Agent::Logger class defines a generic interface for application logging. It must not be confused with the interface provided by Log::Agent, which is meant to be used by re-usable modules that do not wish to commit on a particular logging method, so that they remain true building blocks.
devel/Log-Agent-1.001 (Score: 0.032514982)
Set of Perl modules that allows you to enhance logging capabilities
The Log::Agent module provides an abstract layer for logging and tracing, which is independent from the actual method used to physically perform those activities. It acts as an agent (hence the name) that collects the requests and delegates processing to a sublayer: the logging driver. The Log::Agent module is meant to be used in all reusable components, since they cannot know in advance how the application which ends up using them will perform its logging activities: either by emitting messages on stdout and errors on stderr, or by directing messages to log files, or by using syslog(3). The logging interface is common for all the logging drivers, and is therefore the result of a compromise between many logging schemes: any information given at this level must be either handled by all drivers, or may be ignored depending on the application's final choice. WARNING: THIS INTERFACE IS STILL SOMEWHAT ALPHA AND COULD STILL CHANGE DEPENDING ON THE FEEDBACK THE AUTHOR RECEIVES, WITHOUT ANY BACKWARD COMPATIBILITY ASSURANCE.
devel/Log-Any-Adapter-Callback-0.09 (Score: 0.032514982)
Perl extension adapter for Log::Any with callbacks
Adapter to use callbacks with Log::Any.