Ports Search

Results 12,04112,050 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/File-Cache-0.16 (Score: 9.2878623E-4)
Perl module implementing a persistent object store
File::Cache implements an object store where data is persistent across processes in the filesystem. It was written to complement IPC::Cache. Where IPC::Cache is faster for small numbers of simple objects, File::Cache tends towards being more performant when caching large numbers of complex objects.
devel/File-ChangeNotify-0.24 (Score: 9.2878623E-4)
Watch for changes to files
Watch for changes to files, cross-platform style
devel/File-ConfigDir-0.017 (Score: 9.2878623E-4)
Get directories of configuration files
File::ConfigDir is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(TM). File::ConfigDir is a module to help out when perl modules (especially applications) need to read and store configuration files from more than one location. Writing user configuration is easy thanks to File::HomeDir, but what when the system administrator needs to place some global configuration or there will be system related configuration (in /etc on UNIX(TM) or $ENV{windir} on Windows(TM)) and some network configuration in nfs mapped /etc/p5-app or $ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app", respectively. File::ConfigDir has no "do what I mean" mode - it's entirely up to the user to pick the right directory for each particular application.
devel/File-Remove-1.52 (Score: 9.2878623E-4)
Perl5 module to easily removes files and directories
File::Remove - Remove files and directories
devel/File-CreationTime-2.04 (Score: 9.2878623E-4)
Keeps track of file creation times
Keeps track of creation times on filesystems that don't normally provide such information. use File::CreationTime; my $file = '/path/to/file'; print "$file was created: ". creation_time($file). "\n";
devel/File-DesktopEntry-0.08 (Score: 9.2878623E-4)
Object to handle desktop files
This module is used to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification.
devel/File-Slurp-9999.19 (Score: 9.2878623E-4)
Perl5 module for single call read & write file routines
These are quickie routines that are meant to save a couple of lines of code over and over again. They do not do anything fancy.
devel/File-Sync-0.11 (Score: 9.2878623E-4)
Perl5 module interface to the UNIX sync(2) and POSIX.1b fsync(2)
File::Sync provides Perl interfaces to the Unix sync(2) and POSIX.1b fsync(2) system calls. The fsync() call is needed for putting messages into qmail maildirs, and sync() is included for completeness.
devel/File-Tail-1.3 (Score: 9.2878623E-4)
Perl Module to read the end of a file as it's appended to
The File::Tail module is designed for reading files which are continuously appended to (the name comes from the tail -f directive). Usually such files are log files of some description.
devel/File-Temp-0.23.04 (Score: 9.2878623E-4)
Perl5 module to generate temporary files or directories safely
File::Temp is a Perl5 module which can be used to generate temporary files (providing a filename and filehandle) or directories. Possible race conditions are avoided and some security checks are performed (e.g. making sure the sticky bit is set on world writeable temp directories).