Ports Search

Results 12,06112,070 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/File-LibMagic-1.15 (Score: 9.2878623E-4)
Nice wrapper for libmagic
A small wrapper for libmagic.
devel/Filter-1.55 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
Memory mapping made simple and safe
File::Map - Memory mapping made simple and safe
devel/File-MimeInfo-0.27 (Score: 9.2878623E-4)
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/File-Modified-0.10 (Score: 9.2878623E-4)
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-2.12 (Score: 9.2878623E-4)
Create or remove directory trees
File::Path - Create or remove directory trees
devel/File-Pid-1.01 (Score: 9.2878623E-4)
Pid File Manipulation
This software manages a pid file for you. It will create a pid file, query the process within to discover if it's still running, and remove the pid file.
devel/File-Policy-1.005 (Score: 9.2878623E-4)
Simple policy for file I/O functions
This defines the policy for file I/O with modules such as File::Slurp::WithinPolicy. The purpose is to allow systems administrators to define locations and restrictions for applications' file I/O and give app developers a policy to follow. Note that the module doesn't ENFORCE the policy - application developers can choose to ignore it (and systems administrators can choose not to install their applications if they do!). You may control which policy gets applied by creating a File::Policy::Config module with an IMPLEMENTATION constant. You may write your own policy as a module within the File::Policy:: namespace. By default (if no File::Policy::Config is present), the File::Policy::Default policy gets applied which doesn't impose any restrictions and provides reasonable default locations for temporary and log files.