Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,5213,530项(搜索用时0.009秒)
devel/ZML-1.0.0 (Score: 0.032514982)
Simple, fast, and easy to read binary data storage format
A simple, fast, and easy to read binary data storage format. It allows for comments and meta data as well.
devel/User-Identity-0.94 (Score: 0.032514982)
Perl module for abstracting information about a physical person
User::Identity is a Perl module for abstracting information about a physical person.
devel/VCP-Dest-svk-0.29 (Score: 0.032514982)
VCP destination driver for svn/svk
This is a VCP destination driver for svn repositories by using the SVK module.
devel/VCP-Source-cvsbk-0.11 (Score: 0.032514982)
VCP source driver for bk exported cvs repository
This is a VCP source driver for bk exported cvs repository, which is an extension from CVS repository source driver.
devel/VCP-0.9.20050110 (Score: 0.032514982)
Tool for copying files between various SCM repositories
vcp is a tool for copying revision controlled files between various SCM repositories. For example, using vcp, it is possible to copy the contents of a entire Perforce depot (or part of one) into a depot on a different Perforce server or to copy the contents of a CVS repository into a Perforce server (or vice-versa). This port is a private snapshot because p5-VCP's distribution files is gone from the MASTER_SITE, and does not currently work with svk.
devel/VCS-CVS-2.06 (Score: 0.032514982)
Perl module that provides a simple interface to CVS
The VCS::CVS module provides a simple interface to CVS. VCS - Version Control System - is the prefix given to each Perl module which deals with some sort of source code control system.
devel/VCS-Lite-0.12 (Score: 0.032514982)
Minimal version control system
This module provides the functions normally associated with a version control system, but without needing or implementing a version control system. Applications include wikis, document management systems and configuration management. It makes use of the module Algorithm::Diff. It provides the facility for basic diffing, patching and merging.
devel/Validation-Class-7.900056 (Score: 0.032514982)
Perl extension for centralized input validation for any application
Validation::Class is a different approach to data validation, it attempts to simplify and centralize data validation rules to ensure DRY (don't repeat yourself) code. The primary intent of this module is to provide a simplistic validation work-flow and promote code (validation) reuse.
devel/Variable-Eject-0.02 (Score: 0.032514982)
Eject variables from hash to current namespace
Variable::Eject - Eject variables from hash to current namespace
devel/Variable-Magic-0.59 (Score: 0.032514982)
Associate user-defined magic to variables from Perl
Magic is Perl way of enhancing objects. This mechanism lets the user add extra data to any variable and overload syntaxical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magic to any variable without having to write a single line of XS.