Ports Search

Results 9,0319,040 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.014 seconds)
devel/aegis-4.25 (Score: 7.770591E-5)
Transaction-based software configuration management system
Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Some key features: * All operations on the repository are based on change sets. * True configurations. All changes are reproducible snapshots. Every change set has a unique configuration identifier. * Ability to rename files without losing their history. * Binary files are supported. * File meta-data are versioned. Aegis versions permissions also. * Commits are truly atomic. No part of a commit takes effect until the entire commit has succeeded. Log messages are attached to the change set, not stored redundantly in each file. * Access controls on lines of development (branches). Creating a branch in Aegis can be accomplished with a single, fast command. * Repository synchronization, geographically distributed development. * Optimal performance for all users, local or remote (no difference). * Disconnected commits. * Peer-to-peer architecture. Work may flow in without involving a master site. * Costs are proportional to change size, not data size.
devel/Shell-Source-0.01 (Score: 7.770591E-5)
Run programs and inherit environment changes
The Shell::Source allows arbitrary shell scripts, or other programs for that matter, to be run and their environment to be inherited into a Perl program.
devel/Sah-0.9.41 (Score: 7.770591E-5)
Schema for data structures (specification)
Sah is a schema language for validating data structures. In the 0.9.0 series, there will probably still be incompatible syntax changes between revision before the spec stabilizes into 1.0 series.
devel/Shape-0.04 (Score: 7.770591E-5)
Perl5 module to read and write shapefiles via shapelib
This is a library for reading, creating, and writing ArcView(c) shapefiles using Perl. The Perl code uses Frank Warmerdam's Shapefile C Library.
devel/Test-CheckManifest-1.29 (Score: 7.770591E-5)
Check if your Manifest matches your distro
Checks whether the Manifest file matches the distro or not. To match a distro the Manifest has to name all files that come along with the distribution
devel/System-Command-1.118 (Score: 7.770591E-5)
Object for running system commands
System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.
devel/Term-Menus-2.99 (Score: 7.770591E-5)
Create Powerful Terminal, Console, and CMD Environment Menus
Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment can now include a menu facility that includes sub-menus, forward and backward navigation, single or multiple selection capabilities, dynamic item creation and customized banners. All this power is simple to implement with a straight forward and very intuitive configuration hash structure that mirrors the actual menu architecture needed by the application. A separate configuration file is optional. Term::Menus is cross platform compatible.
devel/Test-LeakTrace-0.15 (Score: 7.770591E-5)
Traces memory leaks
Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. Leaked SVs are SVs which are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes a block more than once.
devel/Term-Size-Perl-0.029 (Score: 7.770591E-5)
Retrieving terminal size
Term::Size::Perl is yet another implementation of Term::Size in pure Perl, with the exception of a C probe run on build time.
devel/Test-CheckDeps-0.010 (Score: 7.770591E-5)
Check for presence of dependencies
Test::CheckDeps adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.