Ports Search

Results 2,8612,870 of 5,623 for /devel/.(0.003 seconds)
devel/Object-Role-0.001 (Score: 0.032514982)
Perl base class for non-Moose roles
A Perl base class for non-Moose roles
devel/Object-Simple-3.1600 (Score: 0.032514982)
Simple class builder
Simple class builder
devel/POSIX-strftime-Compiler-0.41 (Score: 0.032514982)
Perl extension for glibc compatible strftime for loggers/servers
POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module will not affected by the system locale. This feature is useful when you want to write loggers, servers and portable applications. For generate same result strings on any locale, POSIX::strftime::Compiler wraps POSIX::strftime and converts some format characters to perl code.
devel/Olson-Abbreviations-0.04 (Score: 0.032514982)
Globally unique timezones abbreviation handling
This module should help you with converting commonly used and often ambigious olson abbreviations into TZ offset notation.
devel/OrePAN2-0.40 (Score: 0.032514982)
Perl extension for yet another DarkPAN manager
Yet another DarkPAN manager. You can create your own Perl module archive with OrePAN2! It's very simple and useful.
devel/PAR-Packer-1.033 (Score: 0.032514982)
PAR Packager
PAR-Packer is part of the PAR Toolkit. It is the PAR component that can generate stand-alone executables and ".par" archives.
devel/PAR-1.010 (Score: 0.032514982)
Perl Archive Toolkit
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes cross-platform packaging and deployment a breeze for Perl programmers. Notable features include: * Turn your Perl programs into ready-to-run executables * Pack scripts and required libraries with a binary loader * Put PAR files into @INC to avoid version conflicts * Works with remote URL as well as local files * Supports XS modules and DATA sections * Turns CPAN module distributions into PAR distributions * Install, uninstall, signs and verifies PAR distributions * Runs scripts inside PAR files, generated by "pp -p"
devel/PCSC-Card-1.4.14 (Score: 0.032514982)
Perl bindings for the PC/SC Lite Framework
From the website:- This library allows to interface with a smart card and pcsc-lite using the Perl language. The archive contains the Perl wrapper and sample code. Bruce bms@spc.org
devel/php56-5.6.26 (Score: 0.032514982)
The sysvshm shared extension for php
devel/PHP-Serialization-0.34 (Score: 0.032514982)
Converting the output of PHP serialize() into the Perl
Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not.