Ports Search

Results 451460 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
mail/roundcube-1.2.0 (Score: 0.010922522)
Fully skinnable XHTML/CSS webmail written in PHP
RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation and message filters. RoundCube Webmail is written in PHP and requires the MySQL database. The user interface is fully skinnable using XHTML and CSS 2.
mail/iXhash-1.5.5 (Score: 0.010922522)
Plugin for SpamAssassin supporting iXhash
iXhash is a plugin for the popular spam filter SpamAssassin. It computes MD5 checksums of fragments of the body of an e-mail and compares them to those of know spam. As such it works similar to the now standard plugins that use the Pyzor, Razor and DCC software packages from within SpamAssassin.
math/sp-1.2.3 (Score: 0.010922522)
R Classes and Methods for Spatial Data
R-sp is a package that provides classes and methods for spatial data. The classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g. for plotting data as maps, spatial selection, as well as methods for retrieving coordinates, for subsetting, print, summary, etc.
misc/libpri-1.4.15 (Score: 0.010922522)
C implementation of the Primary Rate ISDN specification
The libpri is a C implementation of the Primary Rate ISDN specification. It was based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May 12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E C ustom protocols on switches from Nortel and Lucent.
multimedia/cx88-1.5.0 (Score: 0.010922522)
Drivers for Conexant CX23880/1/2/3/5/7/8-based TV/radio capture cards
cx88 provides drivers for PCI and PCI-e TV/radio capture cards based on the Conexant CX23880/1/2/3 and CX23885/7/8 chip families. This port includes the cx88 kernel drivers as well as a simple app for TV capture. It requires multimedia/libtuner for channel selection and peripheral configuration.
multimedia/dvbsnoop-1.4.50 (Score: 0.010922522)
DVB stream analyzer / MPEG analyzer
DVBsnoop is an analyzer for DVB broadcast streams / MPEG transport streams. DVBsnoop is a program to monitor, analyze, debug, dump or view dvb/mpeg/dsm-cc/mhp stream information (TS, PES, SECTION) (e.g. digital television) send via satellite, cable or terrestrial.
net-im/pidgin-hotkeys-0.2.4 (Score: 0.010922522)
Pidgin plugin that allows user to assign global hotkeys
A pidgin plugin that allows user to assign global hotkeys (e.g. Ctrl+Alt+g) for togglling buddy list and reading queued message. When "Toggle List" hotkey is enabled, it makes the buddy list hidden from your taskbar and task switcher (similar to ICQ).
net/Net-TCLink-3.4 (Score: 0.010922522)
Module to for connecting to the TrustCommerce payment gateway
Net::TCLink is a thin client library to allow your e-commerce servers to connect to the TrustCommerce payment gateway easily and consistently. The protocol (which is the same across all platforms and languages) is well-documented in the Web Developer's Guide, so please consult it for any questions you may have about the protocol syntax itself.
net/pyldap-2.4.25.1 (Score: 0.010922522)
Fork of python-ldap with Python 3 support
Python modules for implementing LDAP clients pyldap is a fork of python-ldap, and provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.).
net/pysocks-1.5.7 (Score: 0.010922522)
Python SOCKS module
Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch