[67893] trunk/dports

portindex at macports.org portindex at macports.org
Thu May 20 23:47:55 PDT 2010


Revision: 67893
          http://trac.macports.org/changeset/67893
Author:   portindex at macports.org
Date:     2010-05-20 23:47:50 -0700 (Thu, 20 May 2010)
Log Message:
-----------
Total number of ports parsed:	4 
Ports successfully parsed:	4 
Ports failed:			0 
Up-to-date ports skipped:	6890

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-05-21 06:24:13 UTC (rev 67892)
+++ trunk/dports/PortIndex	2010-05-21 06:47:50 UTC (rev 67893)
@@ -909,7 +909,7 @@
 tinycdb 388
 portdir databases/tinycdb description {TinyCDB is a very fast and simple package for creating and reading cdb.} homepage http://www.corpit.ru/mjt/tinycdb.html epoch 0 platforms darwin name tinycdb license unknown maintainers soraneko.com:nel long_description {{TinyCDB is a very fast and simple package for creating and reading cdb.}} version 0.77 categories {databases devel} revision 0
 tokyocabinet 785
-variants {debug devel profile fastest off64 swap universal} portdir databases/tokyocabinet description {Tokyo Cabinet is a library of routines for managing a database.} homepage http://1978th.net/tokyocabinet/ epoch 0 platforms darwin name tokyocabinet depends_lib port:zlib long_description {Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers {stromnov openmaintainer} license unknown categories databases version 1.4.44 revision 0
+variants {debug devel profile fastest off64 swap universal} portdir databases/tokyocabinet description {Tokyo Cabinet is a library of routines for managing a database.} homepage http://1978th.net/tokyocabinet/ epoch 0 platforms darwin name tokyocabinet depends_lib port:zlib long_description {Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.} maintainers {stromnov openmaintainer} license unknown categories databases version 1.4.45 revision 0
 tokyocabinet-clj 473
 variants universal depends_build {port:tokyocabinet port:tokyocabinet-java} portdir databases/tokyocabinet-clj depends_fetch bin:git:git-core description {Java API for Tokyo Cabinet, a modern DBM} homepage http://github.com/jmtulloss/tokyo-cabinet-clj/tree/master epoch 0 platforms darwin name tokyocabinet-clj long_description {Clojure is a dynamic programming language for the JVM.} maintainers ime license unknown categories {databases java} version 20090505 revision 0
 tokyocabinet-java 394
@@ -3805,7 +3805,7 @@
 vips 612
 depends_build {port:pkgconfig port:gtk-doc} portdir graphics/vips description {VIPS is an image processing library.} homepage http://www.vips.ecs.soton.ac.uk epoch 0 platforms darwin depends_lib {port:fftw-3 path:lib/pkgconfig/glib-2.0.pc:glib2 port:jpeg port:libpng port:tiff port:ImageMagick port:openexr port:matio port:lcms port:zlib path:lib/pkgconfig/pango.pc:pango port:libexif port:liboil port:libxml2} name vips license unknown long_description {VIPS is an image processing library. It's good for large images and for colour.} maintainers gmail.com:jcupitt categories graphics version 7.20.3 revision 2
 vlfeat 468
-portdir graphics/vlfeat description {Implementation of SIFT, MSER and other CV algorithms.} homepage http://vlfeat.org/ epoch 0 platforms darwin name vlfeat license unknown maintainers {stromnov openmaintainer} long_description {The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift.} version 0.9.7 categories {graphics devel} revision 0
+portdir graphics/vlfeat description {Implementation of SIFT, MSER and other CV algorithms.} homepage http://vlfeat.org/ epoch 0 platforms darwin name vlfeat license unknown maintainers {stromnov openmaintainer} long_description {The VLFeat open source library implements popular computer vision algorithms including SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift.} version 0.9.8 categories {graphics devel} revision 0
 VTK 575
 variants {x11 universal} depends_build bin:cmake:cmake portdir graphics/vtk description {3D visualization toolkit} homepage http://www.vtk.org/ epoch 0 platforms {darwin freebsd} name VTK long_description {an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python.} maintainers css license unknown categories graphics version 4.4.2 revision 0
 vtk-devel 811
@@ -9894,8 +9894,8 @@
 depends_build port:py26-distribute portdir python/py26-kid description {A simple and pythonic XML template language} homepage http://www.kid-templating.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-celementtree} name py26-kid license unknown maintainers nomaintainer long_description {Kid is a simple, Python-based template language for generating and transforming XML vocabularies.} version 0.9.6 categories python revision 0
 py26-ldap 643
 portdir python/py26-ldap description {object-oriented api for python to access LDAP directory servers} homepage http://www.python-ldap.org/ epoch 0 platforms darwin depends_lib {port:python26 port:openldap port:openssl port:cyrus-sasl2} name py26-ldap license unknown maintainers gmail.com:mdippery long_description {python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).} version 2.3.10 categories python revision 0
-py26-lepl 397
-portdir python/py26-lepl description {A Parser Library for Python 2.6+.} homepage http://pypi.python.org/pypi/LEPL/ epoch 0 platforms darwin depends_lib port:python26 name py26-lepl license unknown maintainers {stromnov openmaintainer} long_description {LEPL is a recursive descent parser, written in Python, which has a a friendly, easy-to-use syntax.} version 4.2.1 categories python revision 0
+py26-lepl 416
+variants universal portdir python/py26-lepl description {A Parser Library for Python 2.6+.} homepage http://pypi.python.org/pypi/LEPL/ epoch 0 platforms darwin depends_lib port:python26 name py26-lepl long_description {LEPL is a recursive descent parser, written in Python, which has a a friendly, easy-to-use syntax.} maintainers {stromnov openmaintainer} license unknown version 4.2.2 categories python revision 0
 py26-lepton 704
 portdir python/py26-lepton description {Pluggable particle engine and API for Python} homepage http://code.google.com/p/py-lepton/ epoch 0 platforms darwin depends_lib port:python26 name py26-lepton license unknown maintainers nomaintainer long_description {Lepton is a high-performance, pluggable particle engine and API for Python. It is designed for creating graphical special effects for games or other visual applications. The engine is designed to be very flexible and does not rely on any other libraries directly. You can use it either with OpenGL (via pyglet, PyOpenGL, wxPython, etc), or with pygame by selecting the appropriate renderer.} version 1.0b2 categories {python graphics} revision 0
 py26-levenshtein 648
@@ -10048,8 +10048,8 @@
 portdir python/py26-py2app description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-distribute port:py26-altgraph port:py26-macholib port:py26-modulegraph port:py26-bdist_mpkg} name py26-py2app license MIT/PSF maintainers {jmr openmaintainer} long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} version 0.4.3 categories {python devel} revision 0
 py26-py2app-devel 788
 portdir python/py26-py2app-devel depends_fetch port:subversion description {converts python scripts into executable Mac OS X apps} homepage http://undefined.org/python/#py2app epoch 0 platforms darwin depends_lib {port:python26 port:py26-distribute port:py26-altgraph port:py26-macholib {path:\${prefix}/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/modulegraph/__init__.py:py26-modulegraph-devel} port:py26-bdist_mpkg} name py26-py2app-devel long_description {A distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing python installation. This is a replacement for bundlebuilder.} license MIT/PSF maintainers {jmr openmaintainer} version 0.4.4 categories {python devel} revision 0
-py26-pybox2d 397
-depends_build port:swig portdir python/py26-pybox2d description {Python Box2D Bindings - 2D Physics} homepage http://pybox2d.googlecode.com/ epoch 0 platforms darwin depends_lib port:python26 name py26-pybox2d long_description {{Python Box2D Bindings - 2D Physics}} license unknown maintainers {stromnov openmaintainer} depends_extract bin:unzip:unzip version 2.0.2b1 categories python revision 0
+py26-pybox2d 416
+variants universal depends_build port:swig portdir python/py26-pybox2d description {Python Box2D Bindings - 2D Physics} homepage http://pybox2d.googlecode.com/ epoch 0 platforms darwin depends_lib port:python26 name py26-pybox2d long_description {{Python Box2D Bindings - 2D Physics}} maintainers {stromnov openmaintainer} license unknown depends_extract bin:unzip:unzip version 2.0.2b1 categories python revision 0
 py26-pybtex 553
 portdir python/py26-pybtex description {A BibTeX-compatible bibliography processor in Python.} homepage http://pybtex.sourceforge.net/ epoch 1 platforms darwin depends_lib {port:py26-elementtree port:py26-parsing port:py26-distribute port:py26-yaml} name py26-pybtex license unknown maintainers lightnin long_description {Pybtex reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.} version 0.13.2 categories {python textproc} revision 0
 py26-pycallgraph 416

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


More information about the macports-changes mailing list