Ports Search

Results 7,3517,360 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.017 seconds)
net/tofu-0.5 (Score: 2.0603825E-4)
Practical high-level network game engine
Tofu is a practical high-level network game engine, written in Python and based on Twisted. Tofu is designed for games where players play one or several characters accross several levels. This includes jump'n run games, RPG or RTS, but not Tetris-like games or board game. It currently support client-server and single player mode; peer-to-peer mode may be added later. Tofu is Free Software, under the GNU LGPL license.
net/wmwave-0.4 (Score: 2.0603825E-4)
Display 802.11 status in the WindowMaker Dock
From the README on the website: wmwave is dockapp for window maker to display statistical information about a current wireless ethernet connection. The current release is Version 0.4. wmwave has been tested under Redhat 5.2 with an Wavelan Silver WEP/IEEE card from Lucent Technologies. I have rewritten the network code for use with Bill Paul's wi(4) driver as it appears in FreeBSD 5.0-CURRENT and 4.4-STABLE. Support for other cards will not be integrated into this GPLed version.
net/netatalk-3.1.9 (Score: 2.0603825E-4)
File server for Mac OS X
Netatalk is an OpenSource software package, that can be used to turn an inexpensive *NIX machine into an extremely high-performance and reliable file server for Macintosh computers. Using Netatalk's AFP 3.4 compliant file-server leads to significantly higher transmission speeds compared with Macs accessing a server via SaMBa/NFS while providing clients with the best possible user experience (full support for Macintosh metadata, flawlessly supporting mixed environments of classic MacOS and MacOS X clients)
net/ndpi-1.8 (Score: 2.0603825E-4)
NTOP-maintained superset of the popular OpenDPI library
nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is to extend the original library by adding new protocols that are otherwise available only on the paid version of OpenDPI. Furthermore, we have modified nDPI do be more suitable for traffic monitoring applications, by disabling specific features that slow down the DPI engine while being them un-necessary for network traffic monitoring.
print/dvisvg-0.7.1.d (Score: 2.0603825E-4)
Converter from DVI to SVG
DVISVG creates one SVG Document, which includes content of the selected page from the specified DVI file. DVISVG produces outlines for used glyphs/characters in DVI file as an external SVG Font. SVG Document produced by DVISVG uses external SVG Fonts so there is a problem with using Adobe's SVG Viewer which doesn't currently support it. Solution is using embeded fonts which can to be easily inserted in svg file from the external fonts file.
print/epson-inkjet-printer-escpr-1.6.4 (Score: 2.0603825E-4)
Epson Inkjet Printer Driver (ESC/P-R) for Linux
This software is a filter program used with Common UNIX Printing System (CUPS) from the Linux. This can supply the high quality print with Seiko Epson Color Ink Jet Printers. This product supports only EPSON ESC/P-R printers. This package can be used for all EPSON ESC/P-R printers. For detail list of supported printer, please refer to below site: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Perl extension for elevation queries against USGS web services
Geo::WebService::Elevation::USGS executes elevation queries against the United States Geological Survey's web server. You provide the latitude and longitude in degrees, with south latitude and west longitude being negative. The return is typically a hash containing the data you want. Query errors are exceptions by default, though the object can be configured to signal an error by an undef response, with the error retrievable from the 'error' attribute.
security/Crypt-LE-0.18 (Score: 2.0603825E-4)
Let's Encrypt API interfacing module
Crypt::LE provides the functionality necessary to use Let's Encrypt API and generate free SSL certificates for your domains. It can also be used to generate RSA keys and Certificate Signing Requests or to revoke previously issued certificates. Crypt::LE is shipped with a self-sufficient client for obtaining SSL certificates - le.pl. The client supports 'http' and 'dns' domain verification out of the box.
security/opensc-0.16.0 (Score: 2.0603825E-4)
Libraries and utilities to access smart cards
OpenSC provides a set of libraries and utilities to access smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as mail encryption, authentication, and digital signature. OpenSC implements the PKCS#11 API so applications supporting this API such as Mozilla Firefox and Thunderbird can use it. OpenSC implements the PKCS#15 standard and aims to be compatible with every software that does so, too.
security/Crypt-PKCS10-1.5 (Score: 2.0603825E-4)
Parse PKCS
A small command line utility for parsing PKCS#10 certificate signing requests to perl data structure and provides accessor methods to supported elements. It is based on the generic ASN.1 module by Graham Barr and on the x509decode example by Norbert Klasen. It is also based upon the works of Duncan Segrests Crypt-X509-CRL module. The module parses common fields and extensions. Some fields might be missing.