Ports Search

Results 3,7913,800 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.007 seconds)
devel/libexplain-1.3.D012 (Score: 1.1215882E-4)
Library which may be used to explain Unix and Linux system call errors
A library which may be used to explain Unix and Linux system call errors. The library is not quite a drop-in replacement for strerror, but it comes close. Each system call has a dedicated libexplain function.
devel/libffi-3.2.1 (Score: 1.1215882E-4)
Foreign Function Interface
The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run time.
devel/Object-Pluggable-1.29 (Score: 1.1215882E-4)
Base class for creating plugin-enabled objects
Object::Pluggable is a base class for creating plugin enabled objects. It is a generic port of POE::Component::IRC's plugin system. If your object dispatches events to listeners, then Object::Pluggable may be a good fit for you.
devel/mkcmd-8.14 (Score: 1.1215882E-4)
Command-line parser and manual page generator
mkcmd lets us build a nifty command line option parser and some on-line documentation in a snap. It is a prerequisite for many of Kevin Braunsdorf's tools.
devel/msrc0-0.7 (Score: 1.1215882E-4)
Meta source fake-out script for building ksb tools
We fake having a meta source platform installed to build a ksb-meta-source product on a machine that doesn't have ksb's tools installed yet. This is the part you need to get all the nifty toys started.
devel/Algorithm-SVM-0.13 (Score: 1.1215882E-4)
Perl bindings for the libsvm Support Vector Machine library
Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector Machines provide a method for creating classification functions from a set of labeled training data, from which predictions can be made for subsequent data sets.
devel/Config-Identity-0.0018 (Score: 1.1215882E-4)
Load (and optionally decrypt via GnuPG) user/pass identity information
Config::Identity is a tool for loadiing (and optionally decrypting via GnuPG) user/pass identity information For GitHub API access, an identity is a "login"/"token" pair. For PAUSE access, an identity is a "user"/"password" pair.
devel/Data-Visitor-0.30 (Score: 1.1215882E-4)
Visitor style traversal of Perl data structures
This module is a simple visitor implementation for Perl values. It has a main dispatcher method, visit, which takes a single perl value and then calls the methods appropriate for that value.
devel/DateTime-Format-Epoch-0.16 (Score: 1.1215882E-4)
Convert DateTimes to/from epoch seconds
This module can convert a DateTime object (or any object that can be converted to a DateTime object) to the number of seconds since a given epoch. It can also do the reverse.
devel/DateTime-Format-XSD-0.2 (Score: 1.1215882E-4)
Format DateTime according to xsd:dateTime
XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides.