Ports Search

Results 2,3712,380 of 5,623 for /devel/.(0.005 seconds)
devel/Filter-1.55 (Score: 0.032514982)
Number of source filters for perl5 programs
Contents of p5-Filter ===================== Filter::sh use Filter::sh 'command' ; This filter pipes the current source file through the program which corresponds to the command parameter using the Bourne shell. Filter::exec use Filter::exec qw(command parameters) ; This filter pipes the current source file through the program which corresponds to the command parameter. Filter::cpp use Filter::cpp ; This source filter pipes the current source file through the C pre-processor (cpp) if it is available.
devel/Find-Lib-1.04 (Score: 0.032514982)
Helper to smartly find libs to use in the filesystem tree
Find::Lib is a perl helper to smartly find libs to use in the filesystem tree.
devel/FindBin-libs-2.1100 (Score: 0.032514982)
Perl extension to locate and use lib directories
Locate and 'use lib' directories along the path of $FindBin::Bin to automate locating modules. Uses File::Spec and Cwd's abs_path to accomodate multiple O/S and redundant symlinks.
devel/File-Map-0.64 (Score: 0.032514982)
Memory mapping made simple and safe
File::Map - Memory mapping made simple and safe
devel/File-MimeInfo-0.27 (Score: 0.032514982)
Determine file type
This module can be used to determine the mime type of a file. It tries to implement the freedesktop specification for a shared MIME database. For this module shared-mime-info-spec 0.12 was used. This package only uses the globs file. No real magic checking is used. The File::MimeInfo::Magic package is provided for magic typing. If you want to determine the mimetype of data in a memory buffer you should use File::MimeInfo::Magic in combination with IO::Scalar.
devel/FreeBSD-i386-Ptrace-0.05 (Score: 0.032514982)
Perl module for ptrace on FreeBSD-i386
Perl module for ptrace(2). i386 arch only.
devel/FreezeThaw-0.50.01 (Score: 0.032514982)
Module for converting Perl structures to strings and back
Converts data to/from stringified form, appropriate for saving-to/reading-from permanent storage. Deals with objects, circular lists, repeated appearance of the same refence. Does not deal with overloaded stringify operator yet.
devel/File-Modified-0.10 (Score: 0.032514982)
Perl module for checking intelligently if files have changed
The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed.
devel/File-Path-Tiny-0.8 (Score: 0.032514982)
Lightweight File::Path alternative
Provides recursive versions of mkdir() and rmdir() with as little code and overhead as possible.
devel/File-Path-2.12 (Score: 0.032514982)
Create or remove directory trees
File::Path - Create or remove directory trees