Ports Search

Results 211220 of 650 for name%3Aeclipse.(0.003 seconds)
www/WebService-Linode-0.28 (Score: 0.0062376494)
Perl Interface to the Linode.com API
This module implements the Linode.com api methods. Linode methods have had dots replaced with underscores to generate the perl method name. All keys and parameters have been lower cased but returned data remains otherwise the same.
www/django-auth-ldap-1.2.7 (Score: 0.0062376494)
LDAP integration for django.contrib.auth
This is a Django authentication backend that authenticates against an LDAP service. Configuration can be as simple as a single distinguished name template, but there are many rich configuration options for working with users, groups, and permissions.
www/caudium14-1.4.18.7.8.866 (Score: 0.0062376494)
Free webserver based on the Roxen Challenger 1.3 code base
Caudium is the name of a free webserver which is based on the Roxen Challenger 1.3 code base. It is an attractive alternative to servers like Apache, Netscape and Zeus due to its strength in dynamic page and data generation.
x11-clocks/stopwatch-3.5 (Score: 0.0062376494)
Stopwatch enables hand timing much like a physical stopwatch
Stopwatch does what its name implies - enables hand timing much like a physical stopwatch. It can also be used as a countdown timer. Stopwatch has millisecond accuracy and no artificial limit on hours. Stopwatch runs on UNIX, Windows, and MacOS.
x11-clocks/tktz-0.2 (Score: 0.0062376494)
Tcl/Tk-based timezone viewer
tktz will help you to guess the current time in another country. It reads special timezone description file (/usr/share/zoneinfo/zone.tab) and shows you a list of the countries and zone name for each entry.
devel/cvsadmin-1.0.3 (Score: 0.006174958)
Simple program to administrate users of a CVS repository
cvsadmin is a simple program to administrate users of a CVS repository. It currently allows you to easily : Name Arguments ---- --------- list list of usernames || nothing add list of usernames del list of usernames email user list rename list of alternating olduser/newuser misc list of usernames sys list of usernames pass list of usernames The actions name should be self-explaining, except misc, which ask you for all the fields (email, system user, password) on your terminal.
devel/xdebug-2.4.0 (Score: 0.006174958)
Xdebug extension for PHP
The Xdebug extension helps you debugging your script by providing a lot of valuable debug information. The debug information that Xdebug can provide includes the following: * stack and function traces in error messages with: o full parameter display for user defined functions o function name, file name and line indications o support for member functions * memory allocation * protection for infinite recursions Xdebug also provides: * profiling information for PHP scripts * script execution analysis * capabilities to debug your scripts interactively with a debug client
devel/Sub-Alias-0.03 (Score: 0.006174958)
Simple subroutine alias
This module does a compile-time code injection to let you define subroutine aliases based on its name. This differs from p5-Sub-Name in that it defines a typeglob in a more correct way and keeps you from manipulating the symbols table directly. You can use the subroutine as if it was defined the ordinary way then. This is particularly useful in the cases when you need to have several identical subroutines with different names.
devel/pmccabe-2.6 (Score: 0.006174958)
Code complexity estimator
pmccabe calculates McCabe-style cyclomatic complexity for C and C++ source code. Per-function complexity may be used for spotting likely trouble spots and for estimating testing effort. pmccabe also includes a non-commented line counter, decomment which only removes comments from source code; codechanges, a program to calculate the amount of change which has occurred between two source trees or files; and vifn, to invoke vi given a function name rather than a file name.
irc/ii-1.7 (Score: 0.006174958)
Minimalist FIFO and filesystem-based IRC client
ii is a minimalist FIFO and filesystem-based IRC client. It creates an irc directory tree with server, channel and nick name directories. In every directory a FIFO in file and a normal out file is created. The in file is used to communicate with the servers and the out files contain the server messages. For every channel and every nick name there are related in and out files created. This allows IRC communication from command line and adheres to the Unix philosophy.