Ports Search

Results 8,5318,540 of 17,660 for descr%3A%22spam filter%22.(0.015 seconds)
devel/System_Command-1.0.8 (Score: 1.3917367E-4)
PEAR command line execution interface
System_Command is a command line execution interface. Running functions from the command line can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities.
devel/Validate_AU-0.1.4 (Score: 1.3917367E-4)
PEAR data validation class for Australia
A PEAR data validation class for Australia. The package includes phone number, postal code, tax file number, Australian business number, Australian company number and Australian regional codes validation.
devel/memoise-1.0.0 (Score: 1.3917367E-4)
Memoise functions for R
Cache the results of a function so that when you call it again with the same arguments it returns the pre-computed value.
devel/tzfile-0.1 (Score: 1.3917367E-4)
TZFile handling library for Ruby
Ruby/TZFile is a TZFile handling library for Ruby. It generates classes like Time class for timezones other than localtime nor UTC.
devel/funcsigs-1.0.2 (Score: 1.3917367E-4)
Python function signatures from PEP362
funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.7 as well as 3.2 and up.
devel/ZopeUndo-2.12.0 (Score: 1.3917367E-4)
ZODB undo support for Zope2
This package is used to support the Prefix object that Zope 2 uses for the undo log. It is a separate package only to aid configuration management.
devel/pructl-0.2 (Score: 1.3917367E-4)
Utilities to interface with PRUs
pructl is a tool to interface with libpru. It allows the user to reset the PRU, enable/disable the PRU and to upload programs to the PRU.
devel/argh-0.26.1 (Score: 1.3917367E-4)
Simple (Python) argparse wrapper
Argh provides a very simple wrapper for argparse with support for hierarchical commands that can be bound to modules or classes.
devel/psvn-20120326.212349 (Score: 1.3917367E-4)
Subversion interface for Emacs
psvn.el is an interface for the revision control tool subversion. psvn.el provides a similar interface for subversion as pcl-cvs for cvs.
devel/AddOns-0.7 (Score: 1.3917367E-4)
Dynamically extend other objects with AddOns
py-AddOn classes are like dynamic mixins, but with their own private attribute and method namespaces. A concern implemented using add-ons can be added at runtime to any object that either has a writable __dict__ attribute, or is weak-referenceable. AddOn classes are also like adapters, but rather than creating a new instance each time you ask for one, an existing instance is returned if possible. In this way, add-ons can keep track of ongoing state. For example, a Persistence add-on might keep track of whether its subject has been saved to disk.