Ports Search

Results 12,31112,320 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
devel/premake4-4.4.b5 (Score: 1.5577191E-4)
Build script creation tool
Describe your software project with a full-featured scripting language and let Premake write the build scripts for you. With one file your project can support both IDE-addicted Windows coders and Linux command-line junkies!
devel/protobuf-2.6.1 (Score: 1.5577191E-4)
Data interchange format library
Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
devel/pushmi-1.0.0 (Score: 1.5577191E-4)
Subversion repository replication tool
Pushmi provides a mechanism for bidirectionally synchronizing Subversion repositories. The main difference between Pushmi and other replication tools is that Pushmi makes the "slave" repositories writable by normal Subversion clients.
devel/DateTime-3.0.3 (Score: 1.5577191E-4)
Zope 2 DateTime data type
This package provides a DateTime data type, as known from Zope 2. Unless you need to communicate with Zope 2 APIs, you're probably better off using Python's built-in datetime module.
devel/cxx-6.0.0 (Score: 1.5577191E-4)
Make it easier to extend Python with C++
PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. PyCXX integrates Python with C++ in these ways: - C++ exception handling is relied on to detect errors and clean up. In a complicated function this is often a tremendous problem when writing in C. With PyCXX, we let the compiler keep track of what objects need to be dereferenced when an error occurs. - The Standard Template Library (STL) and its many algorithms plug and play with Python containers such as lists and tuples. - The optional CXX_Extensions facility allows you to replace the clumsy C tables with objects and method calls that define your modules and extension objects.
devel/Products.ZCatalog-2.13.27 (Score: 1.5577191E-4)
Zope2's indexing and search solution
The ZCatalog is Zope2's built in search engine. It allows you to categorize and search all kinds of Zope objects. It comes with a variety of indexes for different types of data.
devel/Babel-2.3.4 (Score: 1.5577191E-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/blist-1.3.6 (Score: 1.5577191E-4)
Drop-in list replacement with better performance for large lists
The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types.
devel/capstone-3.0.4 (Score: 1.5577191E-4)
Python bindings for the Capstone Disassembly Engine
Python bindings for the Capstone Disassembly Engine Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.
devel/Horde_Alarm-2.2.8 (Score: 1.5577191E-4)
PEAR Horde alarm libraries
This package provides an interface to deal with reminders, alarms and notifications through a standardized API. The following notification methods are available at the moment: standard Horde notifications, popups, emails, sms.