Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第11,89111,900项(搜索用时0.019秒)
devel/zope.copy-3.5.0 (Score: 1.1597805E-4)
Pluggable object copying mechanism
This package provides a pluggable way to copy persistent objects. It was once extracted from the zc.copy package to contain much less dependencies. In fact, we only depend on zope.interface to provide pluggability.
devel/zope.event-4.1.0 (Score: 1.1597805E-4)
Very basic event publishing system
zope.event provides a simple event system on which application-specific event systems can be built. Application code can generate events without being concerned about the event-processing frameworks that might handle the events.
devel/zope.filerepresentation-3.6.1 (Score: 1.1597805E-4)
File-system Representation Interfaces
zope.filerepresentation is a File-system Representation Interfaces. The interfaces defined here are used for file-system and file-system-like representations of objects, such as file-system synchronization, FTP, PUT, and WebDAV.
devel/zope.pagetemplate-3.6.3 (Score: 1.1597805E-4)
Zope Page Templates
Page Templates provide an elegant templating mechanism that achieves a clean separation of presentation and application logic while allowing for designers to work with templates in their visual editing tools (FrontPage, Dreamweaver, GoLive, etc.).
devel/Babel-2.3.4 (Score: 1.1597805E-4)
Collection of tools for internationalizing Python applications
Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
devel/xdg-0.25 (Score: 1.1597805E-4)
Python 3 library to access freedesktop.org standards
A python library to access freedesktop.org standards. Currently supported are: o Base Directory Specification o Menu Specification o Desktop Entry Specification o Icon Theme Specification o Recent File Spec o Shared-MIME-Database Specification
devel/pyst-0.6.50 (Score: 1.1597805E-4)
Python interface to allow Asterisk programming
Pyst consists of a set of interfaces and libraries to allow programming of Asterisk from python. The library currently supports AGI, AMI, and the parsing of Asterisk configuration files. The library also includes debugging facilities for AGI.
devel/qgit-2.3 (Score: 1.1597805E-4)
Graphical interface to git repositories
QGit is a git GUI viewer built on Qt/C++. With qgit you will be able to browse revisions history, view patch content and changed files, graphically following different development branches. Features : - View revisions, diffs, files history, files annotation, archive tree. - Commit changes visually cherry picking modified files. - Apply or format patch series from selected commits, drag and drop commits between two instances of qgit. - Associate commands sequences, scripts and anything else executable to a custom action. Actions can be run from menu and corresponding output is grabbed by a terminal window. qgit implements a GUI for the most common StGIT commands like push/pop and apply/format patches. You can also create new patches or refresh current top one using the same semantics of git commit, i.e. cherry picking single modified files.
devel/google-styleguide-66 (Score: 1.1597805E-4)
Tool to assist with Google style guide compliance
This is automated checker to make sure a C++ file follows Google's C++ style guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it heavily relies on regular expressions, cpplint.py won't catch all violations of the style guide and will very occasionally report a false positive. There is a list of things we currently don't handle very well at the top of cpplint.py, and we welcome patches to improve it. The linting tool takes a list of files as input. For full usage instructions, please see the output of: ./cpplint.py --help Unit tests are provided in cpplint_unittest.py. This file can safely be ignored by end users who have downloaded this package and only want to run the lint tool.
devel/spdict-0.3 (Score: 1.1597805E-4)
Library of dictionary algorithms
spdict is a library of dictionary algorithms written in C++. Initial release with support for sorted array, binary search tree, red-black tree, skip list and balanced tree algorithms.