Ports Search

Results 6,9616,970 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
devel/alexandria-2010.01.16 (Score: 1.607039E-4)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable. This package is compiled with SBCL.
devel/cvs-syncmail-2.1 (Score: 1.607039E-4)
CVS notification tool
Syncmail is a CVS notification tool which can provide a diff for every change to a CVS repository, mailed to specified email addresses. This tool is useful for large communities to monitor activity, and is used for Python and many other active projects.
devel/cvstrac-2.0.1 (Score: 1.607039E-4)
Web-Based Bug And Patch-Set Tracking System For CVS
CVSTrac is a bug and patch-set tracking system for use with CVS appropriate for use on projects with up to a few hundred developers. CVSTrac is designed for low-ceremony development - it provides mechanisms for tracking changes and bugs without unnecessary restrictions. It has a built-in Wiki and ticketing system. Both of these functions can be linked to the CVS tree.
devel/dcmtk-3.6.0 (Score: 1.607039E-4)
Toolkit to work with DICOM objects
DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard. DCMTK includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. DCMTK comes in complete source code and is written in a mixture of ANSI C and C++.
devel/alexandria-2010.01.16 (Score: 1.607039E-4)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable.
devel/elf-0.5.4p1 (Score: 1.607039E-4)
Commandline based ELF header analyzer
ELF is a command line based ELF header analyzer. This tool allows you to easily parse the ehdr of ELF object files into a human readable format (and various other formats). This is a very good source of both source code (for people learning the ELF) and information for developers that care about the internals of object files that is generated for them.
devel/gnucflow-1.4 (Score: 1.607039E-4)
Tool to chart control flow within the C program
GNU cflow analyzes a collection of C source files and prints a graph charting control flow within the program. Current implementation is able to produce both direct and inverted flowgraphs for C sources. Optionally a cross-reference listing can be generated. Two output formats are implemented: POSIX and GNU (extended). Input files can optionally be preprocessed before analyzing.
devel/jcmdline-2.0.0 (Score: 1.607039E-4)
Java command line processor
The jcmdline package is a Java package with the following goals: * Facilitate parsing/handling of command line parameters. * Add consistency to command line parameter parsing and command usage display through all executables of a Java application. * Automatically generate a command usage based upon defined command line parameters.
devel/gzstream-1.5 (Score: 1.607039E-4)
Provides zlib functionality in an iostream
Gzstream is a small C++ library, basically just a wrapper, that provides the functionality of the zlib C-library in a C++ iostream. It is freely available under the LGPL license. Gzstream has been written by Deepak Bandyopadhyay and Lutz Kettner at the Computational Geometry Group at UNC Chapel Hill.
devel/abstract-par-0.3.3 (Score: 1.607039E-4)
Type classes generalizing the functionality of the 'monad-par' library
The 'Par' monad offers a parallel programming API based on dataflow programming. To use the `Par` monad, install the monad-par package, which includes this package as a dependency. This package is an abstract interface only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of @Par@ functionality.