Ports Search

Results 7,0417,050 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.013 seconds)
math/octave-forge-zenity-0.5.7 (Score: 2.252498E-4)
Octave-forge package zenity
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is zenity. A set of functions for creating simple graphical user interfaces. It is currently possible to create calendar windows, text entries, file selection dialogs, lists, message windows, icons in the notification area, and windows for large amount of text.
math/solitaire-19980817 (Score: 2.252498E-4)
Reference implementation of the Solitaire encryption algorithm
Solitaire is an encryption system based on a deck of cards by Bruce Schneier. Although it is designed to be worked out by a human, it can work on computers. This is the reference implementation programmed in Perl. The program itself is installed as 'solitaire', and the source code and test vectors are installed in share/doc/solitaire. Please read the web site below before relying on this for real security.
misc/Acme-ButFirst-1.00 (Score: 2.252498E-4)
Do something, but first do something else
Acme::ButFirst allows you to execute a block of code, but first do something else. Perfect for when you wish to add to the start of a long block of code, but don't have the energy to scroll upwards in your editor. Acme::ButFirst recognises both butfirst and but first as keywords. Usage of Acme::ButFirst is lexically scoped. ButFirstification can be explicitly disabled by using no Acme::ButFirst.
net-im/telepathy-sofiasip-0.4.5 (Score: 2.252498E-4)
SIP (sofia-sip) Connection Manager for Telepathy Framework
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification (see the feature table). It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL.
net-mgmt/braa-0.82 (Score: 2.252498E-4)
Tool for making SNMP queries
Braa is a tool for making SNMP queries. It is able to query hundreds or thousands of hosts simultaneously, while being completely single-threaded. It does not need any SNMP libraries, as it is equipped with its own SNMP engine. However, it's good to have a complete SNMP package including "snmptranslate" installed somewhere, because for speed reasons, there is no ASN.1 parser in Braa, and all the SNMP OIDs need to be specified numerically.
net-mgmt/pyang-1.4.1 (Score: 2.252498E-4)
Validator and code generator for YANG (RFC 4741)
YANG is a data modeling language for NETCONF (RFC4741), developed by the IETF NETMOD WG. pyang is a YANG validator, transformator and code generator, written in python. It can be used to validate YANG modules for correctness, to transform YANG modules into other formats, and to generate code from the modules. pyang is compatible with http://www.ietf.org/internet-drafts/draft-ietf-netmod-yang-02.txt.
net-mgmt/nrpe-2.15 (Score: 2.252498E-4)
Nagios Remote Plugin Executor
nrpe is used to execute Nagios plugins on remote hosts and report the results to the main Nagios server. From the Nagios homepage: Allows you to execute "local" plugins (like check_disk, check_procs, etc.) on remote hosts. The check_nrpe plugin is called from Nagios and actually makes the plugin requests to the remote host. Requires that nrpe be running on the remote host (either as a standalone daemon or as a service under inetd).
net-p2p/namecoin-0.3.80 (Score: 2.252498E-4)
Decentralized, open DNS system and general purpose key/value store
Namecoin is an open source decentralized key/value registration and transfer system based on Bitcoin technology (a decentralized cryptocurrency). It allows you to: * Securely register and transfer arbitrary names (keys), no possible censorship! * Attach values (data) to the names (currently up to 520 bytes, will be extended) * Trade and transact namecoins, the digital currency NMC To register a name, you must own some namecoins (NMC, the internal cryptocurrency used by the software).
net/enet-1.3.13 (Score: 2.252498E-4)
Simple and robust communication library based on UDP
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets. ENet is NOT intended to be a general purpose high level networking library that handles authentication, lobbying, server discovery, compression, encryption and other high level, often application level or dependent tasks.
net/ifdepd-20110412 (Score: 2.252498E-4)
Interface Dependency daemon
ifdepd implements dependencies between network interfaces in a reliable way. If any of the source interfaces fails, ifdepd sets all destination interfaces to state down. If all source interfaces are active, ifdepd sets all destination interfaces to state up. For example, it can be used with carp(4) to provide failover functionality on gateways/firewalls. ifdepd is a simple replacement for ifstated and was written because of problems with ifstated. Alexander Hausner <alex@hugo.bmg.gv.at>