Ports Search

Results 10,35110,360 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
devel/Package-Variant-1.003002 (Score: 7.3261835E-5)
Parameterizable packages
Package::Variant allows you to build packages that return different variations depending on what parameters are given. Users of your package will receive a subroutine able to take parameters and return the name of a suitable variant package. The implmenetation does not care about what kind of package it builds.
devel/Paranoid-0.36 (Score: 7.3261835E-5)
Paranoia support for safer programs
Paranoid is a collection of modules started out as modules which perform things (debatably) in a safer and taint-safe manner. Since then it's also grown to include functionality that fit into the same framework and conventions of the original modules, including keeping the debug hooks for command-line debugging.
devel/Parse-CPAN-Meta-1.44.14 (Score: 7.3261835E-5)
Parse META.yml and other similar CPAN metadata files
Parse::CPAN::Meta is a parser for META.yml files, based on the parser half of YAML::Tiny. It supports a basic subset of the full YAML specification, enough to implement parsing of typical META.yml files, and other similarly simple YAML files.
devel/Proc-PID-File-1.27 (Score: 7.3261835E-5)
Perl module to manage process id files
This Perl module is useful for writers of daemons and other processes that need to tell whether they are already running, in order to prevent multiple process instances. The module accomplishes this via *nix-style pidfiles, which are files that store a process identifier. Inspired by Proc::PID_File, but with a much simpler interface.
devel/Path-Class-File-Lockable-0.03 (Score: 7.3261835E-5)
Lock your files with Path::Class::File
Path::Class::File::Lockable uses simple files to indicate whether a file is locked or not. It does not use flock(), since that is unstable over NFS. Effort has been made to avoid race conditions. Path::Class::File::Lockable is intended for long-standing locks, as in a Subversion workspace. See SVN::Class for example.
devel/Paws-0.14 (Score: 7.3261835E-5)
Perl extension of SDK for AWS (Amazon Web Services) APIs
This project is attempting to build an entire AWS SDK from the information that is stored in other AWS SDKs. Other AWS SDKs have a "data-driven" approach, meaning that the definitions for the method calls are stored in a data structure describing input and output parameters. The project is actually generating all of it's classes from botocore.
devel/Perl-Metrics-Simple-0.18 (Score: 7.3261835E-5)
Perl extension to count packages, subs, lines, etc. of many files
Perl::Metrics::Simple provides just enough methods to run static analysis of one or many Perl files and obtain a few metrics: packages, subroutines, lines of code, and an approximation of cyclomatic (mccabe) complexity for the subroutines and the "main" portion of the code. Perl::Metrics::Simple is far simpler than Perl::Metrics. Installs a script called countperl.
devel/allegro-5.0.9 (Score: 7.3261835E-5)
Cross-platform library for games and multimedia programming
Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming. A wide range of extension packages and add-on modules are also available, which can be found in the "Library Extensions" section of the Allegro website.
devel/allegro-4.4.2 (Score: 7.3261835E-5)
Cross-platform library for games and multimedia programming
Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming. A wide range of extension packages and add-on modules are also available, which can be found in the "Library Extensions" section of the Allegro website.
devel/Spiffy-0.46 (Score: 7.3261835E-5)
Spiffy Perl Interface Framework For You
Spiffy is a framework and methodology for doing object oriented programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way.