Ports Search

Results 6,0816,090 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
ports-mgmt/mkreadmes-1.3 (Score: 2.5742833E-4)
Speedy substitute for "make readmes"
Mkreadmes is designed to be a very fast, flexible and easy-to-use alternative to the standard "make readmes" for building the README.html files for the FreeBSD Ports Collection, building the files in a fraction of the time of the standard method.
ports-mgmt/port-maintenance-tools-1.0 (Score: 2.5742833E-4)
Meta-port for administrative tools to maintain ports
Here is a meta-port for a collection of tools that will help you manage your ports tree, both for installation, deinstallation, updating, and browsing. Many FreeBSD administrators and users find these tools to be helpful, especially when working with building ports from their sources.
science/crf++-0.54 (Score: 2.5742833E-4)
Yet Another CRF toolkit
CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed for generic purpose and will be applied to a variety of NLP tasks, such as Named Entity Recognition, Information Extraction and Text Chunking.
science/silo-4.10.2 (Score: 2.5742833E-4)
Mesh and field I/O library and scientific database
Silo is a library for reading and writing a wide variety of scientific data to binary, disk files. The files Silo produces and the data within them can be easily shared and exchanged between wholly independently developed applications running on disparate computing platforms. Consequently, Silo facilitates the development of general purpose tools for processing scientific data.
security/cyrus-sasl-2.1.26 (Score: 2.5742833E-4)
SASL authentication server for cyrus-sasl2
saslauthd is a daemon process that handles plaintext authentication requests on behalf of the SASL library. The server fulfills two roles: it isolates all code requiring superuser privileges into a single process, and it can be used to provide proxy authentication services to clients that do not understand SASL based authentication.
security/dcetest-1.2 (Score: 2.5742833E-4)
Utility to dump MSRPC endpoint information from Windows systems
This little utility dumps MSRPC endpoint information from Windows systems. Similar to the rpcdump program from Microsoft, but does not need a DCE stack and so runs on Unixes. dcetest can be very useful once inside a DMZ to fingerprint Windows machines on the network. dcetest operates over TCP port 135. (Think of it as rpcinfo -p against Windows)
security/cksfv-1.3.14 (Score: 2.5742833E-4)
Create or manipulate Simple File Verification (SFV) checksum files
The Simple File Verification (SFV) system is a file integrity verification system which is popular on some platforms. A software package may be accompanied by an SFV file (usually with extension .sfv) which contains CRC-32 checksums for all the files that comprise the package. cksfv (Check SFV) can both create simple file verification (SFV) files, and test file integrity against existing SFV files.
security/gnutls-0.2 (Score: 2.5742833E-4)
Bindings for GNU libgnutls
You almost certainly don't want to depend on this release. This is a pre-alpha, almost useless release; its only purpose is to enable TLS support in some of my other libraries. More complete bindings for GNU TLS will be released at a later date.
security/pwstore-fast-2.4.4 (Score: 2.5742833E-4)
Secure password storage
To store passwords securely, they should be salted, then hashed with a slow hash function. This library uses PBKDF1-SHA256, and handles all the details. It uses the cryptohash package for speed; if you need a pure Haskell library, pwstore-purehaskell has the exact same API, but uses only pure Haskell. It is about 25 times slower than this package, but still quite usable.
security/monkeysphere-0.36 (Score: 2.5742833E-4)
Use the OpenPGP web of trust to verify ssh connections
SSH key-based authentication is tried-and-true, but it lacks a true Public Key Infrastructure for key certification, revocation and expiration. Monkeysphere is a framework that uses the OpenPGP web of trust for these PKI functions. It can be used in both directions: for users to get validated host keys, and for hosts to authenticate users.