Ports Search

Results 17,66117,670 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/SVN-Notify-Filter-Markdown-0.05 (Score: 7.739885E-4)
Perl module to convert SVN::Notify log messages from Markdown to HTML
This Perl module converts SVN::Notify log messages from Markdown format to HTML.
devel/SVN-Notify-Filter-Watchers-0.10 (Score: 7.739885E-4)
Subscribe to SVN::Notify commits with a Subversion property
This Perl module implements a Subversion property to control SVN::Notify commit message subscriptions.
devel/SVN-Notify-Snapshot-0.04 (Score: 7.739885E-4)
Take snapshots from Subversion activity
This Perl module produces snapshots of a Subversion repository path. Typically used as part of a postcommit script, it will automatically create a .tar.gz file for every commit to a specified path.
devel/ShipIt-Step-Manifest-0.01 (Score: 7.739885E-4)
ShipIt step for recreating the MANIFEST
This step recreates the MANIFEST by effectively running make manifest, or the equivalent in your build process. I use this as I don't have superfluous files lying around in the distribution directories, and have set the relevant svk ignore properties. To use it, just list in your .shipit file.
devel/Sort-Key-DateTime-0.07 (Score: 7.739885E-4)
Perl extension for sorting objects by some DateTime key
Sort::Key::DateTime allows to sort objects by some (calculated) key of type DateTime.
Helper routines for using Sub::Exporter to build methods
Sub::Exporter::ForMethods is helper routines for using Sub::Exporter to build methods.
devel/Sub-Exporter-GlobExporter-0.005 (Score: 7.739885E-4)
Export shared globs with Sub::Exporter collectors
Sub::Exporter::GlobExporter - export shared globs with Sub::Exporter collectors
devel/Sub-Exporter-Lexical-0.092292 (Score: 7.739885E-4)
Export lexically-available subs with Sub::Exporter
Sub::Exporter::Lexical provides an alternate installer for Sub::Exporter. Installers are documented in Sub::Exporter's documentation; all you need to know is that by using Sub::Exporter::Lexical's installer, you can import routines into a lexical scope that will be cleaned up when that scope ends.
Only use Sub::Exporter if you need it
Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, er- as well as some runtime penalties. This module is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features features, like renaming exports, if they try to use them. Note that this module will export @EXPORT and @EXPORT_OK package variables for Exporter to work. Additionally, if your package uses advanced Sub::Exporter features like currying, this module will only ever use Sub::Exporter, so you might as well use it directly.
devel/Symbol-Global-Name-0.05 (Score: 7.739885E-4)
Finds name and type of a global variable
Symbol::Global::Name takes a reference and optional package name. It returns the name of the referenced variable as long as it's in the package or sub-package and it's a global variable. Returned name is prefixed with type sigil, eg. '$', '@', '%', '&' or '*'.