Ports Search

Results 13,41113,420 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.016 seconds)
devel/Check-ISA-0.04 (Score: 3.975496E-5)
DWIM, correct checking of an object's class
This module provides several functions to assist in testing whether a value is an object, and if so asking about its class.
devel/Class-Accessor-Chained-0.01 (Score: 3.975496E-5)
Make chained accessors
A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments.
devel/Child-0.009 (Score: 3.975496E-5)
Object oriented simple interface to fork()
Child - a Perl 5 OO interface to fork() My working version of this port is at: http://github.com/drench/FreeBSD-p5-Child
devel/android-tools-fastboot-7.0.0.r1 (Score: 3.975496E-5)
Android Fastboot protocol CLI tool
Fastboot is a diagnostic protocol primarily used to update the flash filesystem of Android devices over USB. This package provides the fastboot command-line tool.
devel/Class-Measure-0.05 (Score: 3.975496E-5)
Create, compare, and convert units of measurement
This is a base class that is inherited by the Class::Measure classes. This distribution comes with the class Class::Measure::Length.
devel/Clone-0.38 (Score: 3.975496E-5)
Clone - recursively copy Perl datatypes
This perl module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.
devel/Config-Properties-1.80 (Score: 3.975496E-5)
Read and write property files
Config::Properties is a near implementation of the java.util.Properties API. It is designed to allow easy reading, writing and manipulation of Java-style property files.
devel/Config-Model-Tester-2.055 (Score: 3.975496E-5)
Test framework for Config::Model
Config::Model::Tester provides a way to test configuration models with tests files. This class was designed to tests several models and several tests cases per model.
devel/Curses-Widgets-1.997 (Score: 3.975496E-5)
Curses-based widgets and functions
This module provides a standard library of functions and widgets for use in creating Curses-based interfaces. Should work reliably with both Curses and nCurses libraries.
devel/Data-Lazy-0.6 (Score: 3.975496E-5)
"lazy" variables
A very little module for simulating laziness in perl. It provides scalars that are "lazy", that is their value is computed only if necessary and at most once.