Ports Search

Results 3,7713,780 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/newfile-1.0.14 (Score: 2.786533E-4)
Tool for creating starter files in various languages
Newfile is a tool for creating starter files in various languages. It uses a full-featured preprocessor (like the C preprocessor) to transform templates into customized starter files. It can also generate trees of files for a specific purpose, such as a project using automake and autoconf, or a FreeBSD port.
devel/cfg-0.9.11 (Score: 2.786533E-4)
Library for parsing arbitrary C/C++-style configuration files
OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration files. A configuration is sequence of directives. Each directive consists of zero or more tokens. Each token can be either a string or again a complete sequence. This means the configuration syntax has a recursive structure and this way allows to create configurations with arbitrarily nested sections.
devel/Config-MVP-2.200010 (Score: 2.786533E-4)
Multivalue-property package-oriented configuration
Config::MVP is a perl module for multivalue-property package-oriented configuration.MVP is a mechanism for loading configuration (or other information) for libraries.It doesn't read a file or a database. It's a helper for things that do.
devel/DateTime-Format-Strptime-1.68 (Score: 2.786533E-4)
Parse and format strp and strf time patterns
This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
devel/POE-Component-DirWatch-0.300003 (Score: 2.786533E-4)
POE directory watcher
POE::Component::DirWatch watches a directory for files. It creates a separate session which invokes a user-supplied callback as soon as it finds a file in the directory. Its primary intended use is processing a "drop-box" style directory, such as an FTP upload directory.
devel/ParseTemplate-3.08 (Score: 2.786533E-4)
Processor for templates containing Perl expressions
The Parse::Template class evaluates Perl expressions placed within a text. This class can be used as a code generator, or a generator of documents in various document formats (HTML, XML, RTF, etc.). Parse::Template was initially created to serve as a code generator for the Parse::Lex class. The class is now available as a separate module.
devel/Sub-Current-0.02 (Score: 2.786533E-4)
Get the current subroutine
Sub::Current makes available a function ROUTINE(), that returns a code reference pointing at the currently executing subroutine. In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10) this function will return undef. Outside of a special block (that is, at the top level of a program) ROUTINE() will return undef as well.
devel/d2to1-0.2.12.p1 (Score: 2.786533E-4)
Distutils2-like setup.cfg files with setuptools setup.py
d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg.
devel/tdl-1.5.2 (Score: 2.786533E-4)
To-do list manager
A small program for managing a to-do list. There can be one to-do database per directory, or per tree of directories. Tasks are in a tree structure (ie: one task can be a sub-task of another task). Reports can also be generated to summarize tasks completed in a certain time period.
devel/wirble-0.1.3 (Score: 2.786533E-4)
Set of enhancements of irb
Wirble is a set of enhancements to Irb all included together in one easy-to-use package. Specifically, Wirble adds a saved history, a couple of useful shortcuts, and color to Irb. Wirble also enables a Irb's built-in tab-completion and a simpler prompt.