Ports Search

Results 5,5415,550 of 5,824 for /net/.(0.004 seconds)
net-p2p/libtorrent-rasterbar-1.1.0 (Score: 0.014243138)
C++ library implementing a BitTorrent client
libtorrent is an open source C++ library implementing the BitTorrent protocol, along with most popular extensions, making it suitable for real world deployment. It is configurable to be able to fit both servers and embedded devices. The main goals of libtorrent are to be efficient and easy to use. NB: this is NOT the same library as the net-p2p/libtorrent port!
security/gpasman-1.3.1 (Score: 0.014243138)
Password manager that stores password information encrypted
Gpasman is a password manager. People working with the internet have to remember lots of passwords. Saving them in a textfile is not a secure idea. Gpasman is a GTK solution to this problem since it saves the password information encrypted, so now you have to remember only one password instead of ten (or more). http://gpasman.sourceforge.net/
security/kqoauth-0.98 (Score: 0.014243138)
Implementation of OAuth 1.0 in C++ for Qt
kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0 authentication specification RFC 5849 (http://tools.ietf.org/html/rfc5849). Greetings go to Dominik Kapusta for writing the original OAuth library using Qt, QOAuth (http://blog.ayoy.net/2009/6/24/oauth).
security/Crypt-GOST-1.00 (Score: 0.014243138)
Perl extension for GOST Encryption Algorithm
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit key developed in the former Soviet Union. Some information on it is available at http://vipul.net/gost/ . This module implements GOST encryption. It supports the Crypt::CBC interface, with the functions described below. It also provides an interface that is backwards- compatible with Crypt::GOST 0.41, but its use in new code is discouraged.
security/Digest-JHash-0.09 (Score: 0.014243138)
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.014243138)
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.014243138)
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.014243138)
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.014243138)
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.014243138)
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.