Ports Search

Results 3,8213,830 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
net/libnss-pgsql-1.5.0 (Score: 4.9911125E-4)
NSS module using a PostgreSQL database for backend
libNSS-PostgreSQL allows you to authenticate UNIX groups and users using a PostgreSQL database. It uses the NSS API which provides an abstraction layer between the UNIX authentication API and the related data. NSS-PostgreSQL currently supports the passwd and groups services.
ports-mgmt/wanted-ports-0.2 (Score: 4.9911125E-4)
Just depend on a configurable, arbitrary set of other ports
A special meta-port to do nothing but register dependencies on those ports you specifically want to have installed. The normal dependency checking in programs like pkg_delete(1) will prevent easy deletion of ports that other ports depend on. Keeps egg off face. Protects feet from being shot.
security/Crypt-DES_EDE3-0.01 (Score: 4.9911125E-4)
Perl5 interface to a implementing 3-DES EDE encryption and decryption
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES to do its dirty DES work, and simply provides a wrapper around that module: setting up the individual DES ciphers, initializing the keys, and performing the encryption/decryption steps
security/blindelephant-1.0 (Score: 4.9911125E-4)
Fingerprint the web applications used by a web site
The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable.
security/srm-1.2.12 (Score: 4.9911125E-4)
Secure rm, a utility which destroys file contents before unlinking
Secure rm (srm) is a command-line utility compatible with rm(1) which destroys file contents before unlinking. The goal is to provide drop-in security for users who wish to prevent command-line recovery of deleted information, even if the machine is compromised.
sysutils/smartmontools-6.5 (Score: 4.9911125E-4)
S.M.A.R.T. disk monitoring tools
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI/SATA disks and SCSI disks and tape devices.
sysutils/titlefix-0.5.3 (Score: 4.9911125E-4)
Renames files in a proper English title format
Renames files in a proper English title format: prepositions, conjunctions, and articles (<5 letters) are in lowercase unless they are the first or last word in the title; all others begin with uppercase. Can use id3v2 to tag mp3s using info in filename.
textproc/guess-language-0.2 (Score: 4.9911125E-4)
Guess the natural language of a text in Python
Attempts to determine the natural language of a selection of Unicode (utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE which itself is based on Language::Guess by Maciej Ceglowski. Detects over 60 languages, all languages listed in the trigrams directory plus Japanese, Chinese, Korean and Greek.
textproc/txt2html-2.51 (Score: 4.9911125E-4)
Convert raw text to something with a little HTML formatting
txt2html is a Perl program that converts plain text to HTML using the included HTML::TextToHTML module. It supports headings, lists, simple character markup, and hyperlinking, and is highly customizable. It recognizes some of the apparent structure of the source document (mostly whitespace and typographic layout), and attempts to mark that structure explicitly using HTML.
www/Catalyst-Plugin-StackTrace-0.12 (Score: 4.9911125E-4)
Display a stack trace on the debug screen
This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number.