[62002] trunk/dports

portindex at macports.org portindex at macports.org
Sun Dec 27 06:54:38 PST 2009


Revision: 62002
          http://trac.macports.org/changeset/62002
Author:   portindex at macports.org
Date:     2009-12-27 06:54:36 -0800 (Sun, 27 Dec 2009)
Log Message:
-----------

Total number of ports parsed:	6461 
Ports successfully parsed:	6461	 
Ports failed:			0

Modified Paths:
--------------
    trunk/dports/PortIndex
    trunk/dports/PortIndex.quick

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-12-27 13:48:29 UTC (rev 62001)
+++ trunk/dports/PortIndex	2009-12-27 14:54:36 UTC (rev 62002)
@@ -9238,6 +9238,8 @@
 portdir python/py26-chm2pdf description {chm2pdf is a convenient wrapper around chmlib and htmldoc for quickly converting chm files.} homepage http://gnochm.sourceforge.net/pychm.html depends_run {port:chmlib port:py26-chm port:htmldoc} epoch 0 platforms darwin depends_lib port:python26 name py26-chm2pdf maintainers jameskyle long_description {{chm2pdf is a convenient wrapper around chmlib and htmldoc for quickly converting chm files.}} version 0.9.1 categories {python textproc} revision 0
 py26-cjson 1033
 portdir python/py26-cjson description {Fast JSON encoder/decoder for Python} homepage http://pypi.python.org/pypi/python-cjson/ epoch 0 platforms darwin depends_lib port:python26 name py26-cjson maintainers {ram openmaintainer} long_description {This module implements a very fast JSON encoder/decoder for Python. JSON stands for JavaScript Object Notation and is a text based lightweight data exchange format which is easy for humans to read/write and for machines to parse/generate. JSON is completely language independent and has multiple implementations in most of the programming languages, making it ideal for data exchange and storage. The module is written in C and it is up to 250 times faster when compared to the other python JSON implementations which are written directly in python. This speed gain varies with the complexity of the data and the operation and is the the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations.} version 1.0.5 categories python revision 0
+py26-clientform 485
+portdir python/py26-clientform description {python module for handling HTML forms} homepage http://wwwsearch.sourceforge.net/ClientForm/ epoch 0 platforms darwin depends_lib port:python26 name py26-clientform maintainers {openmaintainer krischik} long_description {ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server.} version 0.2.9 categories {python www} revision 0
 py26-clonedigger 449
 portdir python/py26-clonedigger description {Clone Digger aimed to detect similar code in Python programs} homepage http://clonedigger.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-clonedigger maintainers nomaintainer long_description {Clone Digger is the tool for finding software clones. Currently only Python language is supported, Java support will be added soon.} version 1.0.3-beta categories python revision 0
 py26-colormath 412
@@ -9248,6 +9250,8 @@
 portdir python/py26-couchdb description {Python library for working with CouchDB} homepage http://code.google.com/p/couchdb-python/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-cjson port:py26-httplib2 port:py26-setuptools} name py26-couchdb maintainers blair long_description {Python library for working with CouchDB. This package currently encompasses four primary modules: 1) couchdb.client: the basic client library, 2) couchdb.design: management of design documents, 3) couchdb.schema: a higher-lever API for mapping between CouchDB documents and Python objects, 4) couchdb.view: a CouchDB view server that allows writing view functions in Python} version 0.6 categories {python www} revision 0
 py26-couchdbkit 605
 portdir python/py26-couchdbkit description {Python library for working with CouchDB} homepage http://couchdbkit.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-anyjson} name py26-couchdbkit maintainers blair long_description {Couchdbkit provides you a full featured and easy client to access and manage CouchDB. It allow you to manage a CouchDB server, databases, doc managements and view access. All objects mostly reflect python objects for convenience. Server and databases objects could be used for example as easy as using a dict.} version 0.2.1 categories {python www} revision 0
+py26-country 439
+portdir python/py26-country description {ISO country, subdivision, language, currency and script definitions and their translations} homepage http://pypi.python.org/pypi/pycountry epoch 0 platforms darwin depends_lib port:python26 name py26-country maintainers {openmaintainer krischik} long_description {ISO country, subdivision, language, currency and script definitions and their translations} version 0.10 categories python revision 0
 py26-coverage 556
 portdir python/py26-coverage description {Code coverage measurement for Python} homepage http://nedbatchelder.com/code/coverage/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-coverage maintainers {nodamage.com:nodamage snc openmaintainer} long_description {Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.} version 3.2 categories {python devel} revision 0
 py26-crypto 553
@@ -9420,6 +9424,8 @@
 depends_build port:py26-setuptools portdir python/py26-mayavi description {The Enthought mayavi package} homepage http://code.enthought.com/projects/mayavi/ depends_run port:py26-ipython epoch 0 platforms darwin depends_lib {port:python26 port:vtk5 port:py26-configobj port:py26-numpy port:py26-apptools port:py26-envisageplugins port:py26-traitsgui} name py26-mayavi long_description {3D Scientific Data Visualization and Plotting using VTK as the rendering backend and (wx)python for the (G)UI. VTK must be compiled using carbon.} maintainers nomaintainer version 3.2.0 categories {python devel graphics math} revision 0
 py26-mdp-toolkit 396
 depends_build port:py26-nose portdir python/py26-mdp-toolkit description {Modular toolkit for Data Processing.} homepage http://mdp-toolkit.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy port:py26-setuptools} name py26-mdp-toolkit maintainers mnick long_description {{Modular toolkit for Data Processing.}} version 2.5 categories {python science} revision 0
+py26-mechanize 415
+portdir python/py26-mechanize description {Stateful programmatic web browsing} homepage http://wwwsearch.sourceforge.net/mechanize epoch 0 platforms darwin depends_lib {port:python26 port:py26-clientform} name py26-mechanize maintainers {openmaintainer krischik} long_description {Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize.} version 0.1.9 categories {python www} revision 0
 py26-memcached 596
 depends_build port:py26-setuptools portdir python/py26-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python26 name py26-memcached maintainers {akitada openmaintainer} long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} version 1.44 categories {python devel net} revision 0
 py26-midgard2 360

Modified: trunk/dports/PortIndex.quick
===================================================================
(Binary files differ)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091227/1389ab36/attachment.html>


More information about the macports-changes mailing list