[51901] trunk/dports

portindex at macports.org portindex at macports.org
Sat Jun 6 00:54:05 PDT 2009


Revision: 51901
          http://trac.macports.org/changeset/51901
Author:   portindex at macports.org
Date:     2009-06-06 00:54:04 -0700 (Sat, 06 Jun 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-06-06 07:53:00 UTC (rev 51900)
+++ trunk/dports/PortIndex	2009-06-06 07:54:04 UTC (rev 51901)
@@ -924,8 +924,8 @@
 variants universal portdir devel/boost-build description {Build system for large project software construction} homepage http://www.boost.org epoch 0 depends_run port:boost-jam platforms darwin name boost-build long_description {Boost.Build is a system for large project software construction, which is simple to use and powerfull. Boost.Build V2 is an onging project to rewrite Boost.Build, improving design and making it more extensible.} maintainers nomaintainer categories devel version 2.0-m12 revision 1
 boost-gil-numeric 522
 portdir devel/boost-gil-numeric description {An algorithm extension to boost-gil.} homepage http://opensource.adobe.com/wiki/display/gil/Downloads epoch 0 platforms darwin name boost-gil-numeric depends_lib port:boost maintainers gmail.com:sanchom long_description {An algorithm extension to boost-gil which allows you do re-sampling and convolution. The algorithm extension is in a very early stage of development. It is not documented and has not been optimized for performance.} categories devel version 1.0 revision 0
-boost-jam 485
-portdir devel/boost-jam description {Boost.Jam (BJam) is a build tool based on FTJam} homepage http://www.boost.org/ epoch 0 platforms darwin name boost-jam maintainers gmail.com:jon.olsson long_description {Boost.Jam (BJam) is a build tool based on FTJam, which in turn is based on Perforce Jam. It contains significant improvements made to facilitate its use in the Boost Build System, but should be backward compatible with Perforce Jam.} version 3.1.17 categories devel revision 0
+boost-jam 504
+variants universal portdir devel/boost-jam description {Boost.Jam (BJam) is a build tool based on FTJam} homepage http://www.boost.org/ epoch 0 platforms darwin name boost-jam long_description {Boost.Jam (BJam) is a build tool based on FTJam, which in turn is based on Perforce Jam. It contains significant improvements made to facilitate its use in the Boost Build System, but should be backward compatible with Perforce Jam.} maintainers gmail.com:jon.olsson categories devel version 3.1.17 revision 0
 bsdiff 534
 variants universal portdir devel/bsdiff description {Generates and applies patches to binary files} homepage http://www.daemonology.net/bsdiff/ epoch 0 platforms darwin name bsdiff depends_lib port:bzip2 long_description {This is a pair of tools for building (bsdiff) and applying (bspatch) binary patches. When applied to two versions of the same executable the patches produced are significantly smaller than those generated by other binary diff tools (eg, xdelta).} maintainers nomaintainer categories devel version 4.3 revision 1
 buddha 597
@@ -8024,6 +8024,8 @@
 portdir python/py25-clientcookie description {python module for handling HTTP cookies} homepage http://wwwsearch.sourceforge.net/ClientCookie/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-bsddb} name py25-clientcookie maintainers nomaintainer long_description {ClientCookie is a Python module for handling HTTP cookies on the client side, useful for accessing web sites that require cookies to be set and then returned later.} version 1.3.0 categories {python www} revision 0
 py25-clientform 519
 portdir python/py25-clientform description {python module for handling HTML forms} homepage http://wwwsearch.sourceforge.net/ClientForm/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-hashlib port:py25-zlib} name py25-clientform maintainers {openmaintainer akitada} 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
+py25-colormath 412
+portdir python/py25-colormath description {Simplify color math operations in python} homepage http://code.google.com/p/python-colormath/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-numpy} name py25-colormath maintainers {blb openmaintainer} long_description {The python-colormath is a python module that abstracts common color math operations} version 1.0.1 categories {python math} revision 0
 py25-cometd 375
 depends_build port:py25-twisted-web2 portdir python/py25-cometd description {Cometd is a scalable HTTP-based event routing bus that uses a push technology pattern known as Comet.} depends_fetch bin:svn:subversion homepage http://www.cometd.com/ epoch 0 platforms darwin depends_lib port:python25 name py25-cometd maintainers stechert version 0.2 categories python revision 0
 py25-configobj 1105
@@ -8496,6 +8498,8 @@
 portdir python/py26-cherrypy3 description {Object-Oriented HTTP framework} homepage http://www.cherrypy.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-cherrypy3 maintainers {akitada openmaintainer} long_description {CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.} version 3.1.1 categories {python www} 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-colormath 412
+portdir python/py26-colormath description {Simplify color math operations in python} homepage http://code.google.com/p/python-colormath/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-colormath maintainers {blb openmaintainer} long_description {The python-colormath is a python module that abstracts common color math operations} version 1.0.1 categories {python math} revision 0
 py26-configobj 1105
 portdir python/py26-configobj description {Config file reading, writing and validation.} homepage http://www.voidspace.org.uk/python/configobj.html epoch 0 platforms darwin depends_lib port:python26 name py26-configobj maintainers {akitada openmaintainer} long_description {ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files. It has lots of other features though : * Nested sections (subsections), to any level * List values * Multiple line values * String interpolation (substitution) * Integrated with a powerful validation system - including automatic type checking/conversion - repeated sections - and allowing default values * When writing out config files, ConfigObj preserves all comments and the order of members and sections * Many useful methods and options for working with configuration files (like the 
 'reload' method) * Full Unicode support} depends_extract bin:unzip:unzip version 4.5.2 categories python revision 0
 py26-crypto 553

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


More information about the macports-changes mailing list