Ports Search

Results 331340 of 650 for name%3Aeclipse.(0.003 seconds)
sysutils/pstack-1.3 (Score: 0.0049901195)
Retrieve process/core file stack traces
"pstack" is a workalike for the Solaris program of the same name. Running pstack on a process or core file produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of what applications, and just satisfying one's curiosity.
sysutils/pstacku-0.9.2 (Score: 0.0049901195)
Retrieve process stack traces
"pstack" is a workalike for the Solaris program of the same name. Running pstack on a process produces a stack trace of each thread in that process. It's useful for finding out what wedged processes are up to, getting profiles of applications, and just satisfying one's curiosity.
sysutils/pstree-2.39 (Score: 0.0049901195)
List processes as a tree
This is pstree. It is a small program that shows the ps listing as a tree (as the name implies...). It has several options to make selection criteria and to change the output style. For that it uses the output of /bin/ps.
sysutils/tcplist-2.2 (Score: 0.0049901195)
Lists TCP connections to/from local machine (+username on both sides)
Tcplist makes a list of TCP connections to and from the local machine, displaying the user name associated with the local end, and making use of Ident services if available to determine the "user" at the other end. Tcplist uses LSOF to do its low level work on 4.4BSD machines.
sysutils/userneu-1.38 (Score: 0.0049901195)
Account management and creation tool
'userneu' is a Perl script that parses a list of usernames and additional information (such as the real name or other information to be put in the GECOS field in /etc/passwd) and creates Unix accounts and (if desired) Samba accounts as well. -Andreas Fehlner fehlner@gmx.de
sysutils/vobcopy-1.2.0 (Score: 0.0049901195)
Decrypts and copies DVD .vob files
[ from developer's site ] Vobcopy copies DVD .vob files to harddisk, decrypting them on the way (thanks to libdvdread) and merges them into 2 GB files (or larger) with the name extracted from the DVD. It checks for enough free space on the destination drive and compares the copied size to the size on DVD (in case something went wrong during the copying).
textproc/ezxml-0.8.6 (Score: 0.0049901195)
Easy to use C library for parsing XML documents
ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled).
textproc/PPIx-Utilities-1.001000 (Score: 0.0049901195)
Extensions to PPI
This is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node.
textproc/tidyp-1.04 (Score: 0.0049901195)
Library and program to validate and fix HTML
tidyp is a fork of tidy on SourceForge at http://tidy.sf.net. The library name is "tidyp", and the command-line tool is also "tidyp" but all internal API stays the same. tidyp will validate your HTML, and output cleaned-up HTML.
www/cgiparse-0.9b (Score: 0.0049901195)
C library to parse CGI Forms
cgiparse is a C library that is used to build cgi's that can parse web forms. It provides a few utility functions that allow your cgi's to be easily debuged. To parse a cgi form it is as easy as calling cgigetvalue("name").