Ports Search

Results 5,5515,560 of 5,827 for /net-mgmt/.(0.005 seconds)
security/Digest-JHash-0.09 (Score: 0.005018079)
Perl extension for JHash hash algorithm
The Digest::JHash module allows you to use the fast JHash hashing algorithm developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit "message digest" of the input in the form of an unsigned long integer. See http://burtleburtle.net/bob/hash/doobs.html for more information.
sysutils/archivemount-0.6.1 (Score: 0.005018079)
Mount archives with FUSE
Archivemount is a piece of glue code between libarchive (http://people.freebsd.org/~kientzle/libarchive/) and FUSE (http://fuse.sourceforge.net). It can be used to mount a (possibly compressed) archive (as in .tar.gz or .tar.bz2) and use it like an ordinary filesystem.
sysutils/zfs-stats-1.2.2 (Score: 0.005018079)
Display human-readable ZFS statistics
zfs-stats displays ZFS statistics in human-readable format including ARC, L2ARC, zfetch (DMU) and vdev cache statistics. This script is a fork of Jason J. Hellenthal's <jhell@DataIX.net> arc_summary.pl: http://code.google.com/p/jhell/
textproc/libsoldout-1.4 (Score: 0.005018079)
Flexible C library for markdown
lightweight C library that can parse John Gruber's [markdown] (http://daringfireball.net/projects/markdown/) format and convert it into several formats and can be easily extended. It also provides two usage examples: - mkd2html: markdown to xhtml conversion. - mkd2man: markdown to manpage conversion.
textproc/tidyp-1.04 (Score: 0.005018079)
Library and program to validate and fix HTML
tidyp is a fork of tidy on SourceForge at http://tidy.sf.net. The library name is "tidyp", and the command-line tool is also "tidyp" but all internal API stays the same. tidyp will validate your HTML, and output cleaned-up HTML.
www/RT-Authen-ExternalAuth-0.26 (Score: 0.005018079)
RT extension to authenticate users against an external source
RT::Authen::ExternalAuth RT Authentication using External Sources A complete package for adding external authentication mechanisms to RT. It currently supports LDAP via Net::LDAP and External Database authentication for any database with an installed DBI driver. It also allows for authenticating cookie information against an external database through the use of the RT-Authen-CookieAuth extension.
www/Apache-Session-1.93 (Score: 0.005018079)
Persistence framework for session data
From the README file: These modules are used to keep persistent user data across http requests. Apache::Session was designed for use with Apache and mod_perl, but works just as well under CGI and any other web server. Apache::Session is Copyright(c) 1998, 1999 Jeffrey William Baker <jeffrey@kathyandjeffrey.net>. Distribute under the same terms as Perl itself.
OpenID Authentication
Catalyst::Plugin::Authentication::OpenID implements support for OpenID authentication in a Catalyst application. For more information on OpenID, take a look at http://www.openid.net/. In most cases, you'll want to use this plugin in combination with a session plugin for Catalyst. For example, Catalyst::Plugin::Session::FastMmap, which uses a memory-mapped database to store session data.
www/HTML-Prototype-1.48 (Score: 0.005018079)
Generate HTML and JavaScript for the Prototype library
The module contains some code generators for Prototype, the famous JavaScript OO library and the script.aculous extensions. The Prototype library (http://prototype.conio.net/) is designed to make AJAX easy. Catalyst::Plugin::Prototype makes it easy to connect to the Prototype library. This is mostly a port of the Ruby on Rails helper tags for JavaScript for use in Catalyst.
www/WebService-Pushover-1.0.0 (Score: 0.005018079)
Interface to Pushover API
This module provides a Perl wrapper around the Pushover ( http://pushover.net ) RESTful API. You'll need to register with Pushover to obtain an API token for yourself and for your application before you'll be able to do anything with this module.