Ports Search

Results 1,0911,100 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.009 seconds)
mail/postfinger-1.30 (Score: 0.00303794)
Postfix Configuration Summary Reporter
Postfix configuration summary and reporting tool by Simon J. Mudd Useful for seeking assistance on the postfix-user mailing list. FTP: ftp://ftp.wl0.org/ftp.wl0.org/postfinger/README
security/pam_search_list-0.1 (Score: 0.00303794)
PAM module to search arbitrary file for user
This PAM service module allows PAM-enabled applications to check if the target user is in some arbitrary plaintext list. Similar to module pam_ftpusers from the FreeBSD Project and is based on it's code.
x11-wm/bbkeys-0.9.1 (Score: 0.00303794)
Keygrabber for the Blackbox window manager
bbkeys is the keygrabber for the Blackbox window manager: bbkeys handles all keybindings and keyboard shortcuts for Blackbox. It uses Blackbox' Image classes for rendering its look and feel so that bbkeys will render itself to match whatever Blackbox style is used. It is highly configurable either via the "bbconf" GUI utility or by hand-editting bbkeys's config file.
irc/cwirc-2.0.0 (Score: 0.0030294687)
X-Chat Morse plugin
CWirc is a plugin for the X-Chat IRC client to transmit raw morse code over the internet using IRC servers as reflectors. The transmitted morse code can be received in near real-time by other X-Chat clients with the CWirc plugin. CWirc tries to emulate a standard amateur radio rig : it sends and receives morse over virtual channels, and it can listen to multiple senders transmitting on the same channel. Morse code is keyed locally using a straight or iambic key connected to a serial port, or using the mouse buttons, and the sound is played through the soundcard, or through an external sounder.
net/tac_plus-F4.0.4.28 (Score: 0.0029974652)
Cisco remote authentication/authorization/accounting server
A TACACS+ server that allows authorization and authentication via net on remote access servers: Authenticate users, authorize commands and log accounting information. Version 4 has improved features and bugfixes over the older 2.x versions. Improved features among others and bugfixes: Microsoft CHAP support. To enable MSCHAP you need to optain a key from Microsoft, see the FAQ section in the users guide. Therefore this isn't enabled by default. Cisco, the original developers, have stopped tac_plus development around F4.0.4. There are different versions based on Cisco tac_plus, this is the version from Shrubbery Networks.
x11-toolkits/c++-gtk-utils-2.2.13 (Score: 0.0029929501)
Lightweight library for programming GTK+ programs
c++-gtk-utils is a lightweight library containing a number of classes and functions for programming GTK+ programs using C++ in POSIX (UNIX-like) environments, where the user does not want to use a full-on wrapper such as gtkmm or wxWidgets, or is concerned about exception safety or thread safety of the wrapper and their documentation.
devel/distcc-3.1 (Score: 0.0029805955)
Distribute compilation of C(++) code acrosss machines on a network
distcc is a program to distribute compilation of C code across several machines on a network. distcc should always generate the same results as a local compile, is simple to install and use, and is often significantly faster than a local compile. Unlike other distributed build systems, distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed. Machines can be running different operating systems, as long as they have compatible binary formats or cross-compilers. distcc sends the complete preprocessed source code across the network for each job, so all it requires of the volunteer machines is that they be running the distccd daemon, and that they have an appropriate compiler installed. This version also comes with a text-based as well as a GNOME-based monitor to inspect the load on the cluster, and how it is distributed among the various distcc nodes.
net/ip2location-7.0.2 (Score: 0.002972145)
C library to find user\'s location
IP2Location is a C library that enables the user to find the country, region, city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type by IP address or hostname originates from. It contains a demo IP2Location IP-COUNTRY BIN database which consists of real data for IP address range 0.0.0.0 to 99.255. 255.255. This database contains IP address blocks as key and countries as values.
databases/MySQLdb-1.2.5 (Score: 0.002914106)
Access a MySQL database through Python
Python interface to MySQL MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other) - Compatibility with MySQL-3.22 and later This module should be mostly compatible with an older interface written by Joe Skinner and others. However, the older version is a) not thread-friendly, b) written for MySQL 3.21, c) apparently not actively maintained. No code from that version is used in MySQLdb. MySQLdb is free software.
lang/cint-5.18.00 (Score: 0.0028896932)
C/C++ interpreter
CINT is a C/C++ interpreter aimed at processing C/C++ scripts. CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call compiled classes/functions and compiled code can make callbacks to CINT user defined functions. Utilities, like makecint and rootcint, automate the process of embedding compiled C/C++ library code as shared objects (as Dynamic Link Library, DLL, or shared library, .so). Source files and shared objects can be dynamically loaded/unloaded without stopping the CINT process. CINT offers a gdb like debugging environment for interpreted programs.