[55510] trunk/dports

portindex at macports.org portindex at macports.org
Wed Aug 12 05:53:35 PDT 2009


Revision: 55510
          http://trac.macports.org/changeset/55510
Author:   portindex at macports.org
Date:     2009-08-12 05:53:35 -0700 (Wed, 12 Aug 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-08-12 12:46:21 UTC (rev 55509)
+++ trunk/dports/PortIndex	2009-08-12 12:53:35 UTC (rev 55510)
@@ -827,7 +827,7 @@
 pure-odbc 542
 portdir databases/pure-odbc description {a simple ODBC interface for the Pure programming language} homepage http://pure-lang.googlecode.com/ epoch 0 platforms darwin name pure-odbc depends_lib {path:lib/libpure.dylib:pure path:lib/libgmp.dylib:gmp path:lib/libodbc.dylib:unixODBC} maintainers ryandesign long_description {pure-odbc provides {a simple ODBC interface for the Pure programming language} which lets you access a large variety of open source and commercial database systems from Pure} categories databases version 0.3 revision 0
 qdbm 745
-variants {macosx debug bzip2 lzo universal} portdir databases/qdbm description {QDBM is a library of routines for managing a database.} homepage http://qdbm.sourceforge.net/ epoch 0 platforms darwin name qdbm depends_lib {port:libiconv port:zlib} long_description {QDBM 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 {gmail.com:rsky0711 nifty.com:pelopor} categories databases version 1.8.76 revision 0
+variants {macosx debug bzip2 lzo universal} portdir databases/qdbm description {QDBM is a library of routines for managing a database.} homepage http://qdbm.sourceforge.net/ epoch 0 platforms darwin name qdbm depends_lib {port:libiconv port:zlib} long_description {QDBM 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 {gmail.com:rsky0711 nifty.com:pelopor} categories databases version 1.8.77 revision 0
 redis 986
 portdir databases/redis description {A persistent key-value database with built-in net interface written in ANSI-C for POSIX systems} homepage http://code.google.com/p/redis/ epoch 0 platforms darwin name redis maintainers {gmail.com:brianjlandau openmaintainer} long_description {Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements. In order to be very fast but at the same time persistent the whole dataset is taken in memory and from time to time and/or when a number of changes to the dataset are performed it is written asynchronously on disk. You may lost the last few queries that is acceptable in many applications but it is as fast as an in memory DB (beta 6 of Redis includes initial support for master-slave replication in order to solve this problem by redundancy).} version 0.900 categories databases revision 0
 shsql 815
@@ -8318,8 +8318,8 @@
 portdir python/py25-epydoc description {API documentation generator for Python modules} homepage http://epydoc.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-epydoc maintainers stechert long_description {Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext.} version 3.0.1 categories python revision 1
 py25-exif 468
 portdir python/py25-exif description {Python interface to the EXIF meta-data} homepage http://sourceforge.net/projects/exif-py/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-exif maintainers nomaintainer long_description {Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. py-exif is a Python interface to this data.} version 1.0.2 categories python revision 0
-py25-eyed3 556
-variants universal portdir python/py25-eyed3 description {python module and program for processing ID3 tags} homepage http://eyed3.nicfit.net/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-optik} name py25-eyed3 long_description {eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.} maintainers nomaintainer version 0.6.14 categories {python audio} revision 0
+py25-eyed3 538
+variants universal portdir python/py25-eyed3 description {python module and program for processing ID3 tags} homepage http://eyed3.nicfit.net/ epoch 0 platforms darwin depends_lib port:python25 name py25-eyed3 long_description {eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.} maintainers nomaintainer version 0.6.14 categories {python audio} revision 1
 py25-fabric 798
 portdir python/py25-fabric description {Fabric is a simple pythonic remote deployment tool.} homepage http://www.nongnu.org/fab/ epoch 0 platforms darwin depends_lib {port:python25 port:py25-setuptools port:py25-paramiko} name py25-fabric maintainers {arthurk openmaintainer} long_description {It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile'. It is a bit like a dumbed down Capistrano, except it's in Python, dosn't expect you to be deploying Rails applications, and the 'put' command works. Unlike Capistrano, Fabric want's to stay small, light, easy to change and not bound to any specific framework.} version 0.1.1 categories python revision 0
 py25-feedparser 516
@@ -8824,6 +8824,8 @@
 portdir python/py26-epydoc description {API documentation generator for Python modules} homepage http://epydoc.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python26 name py26-epydoc maintainers nomaintainer long_description {Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext.} version 3.0.1 categories python revision 0
 py26-exif 468
 portdir python/py26-exif description {Python interface to the EXIF meta-data} homepage http://sourceforge.net/projects/exif-py/ epoch 0 platforms {darwin freebsd} depends_lib port:python26 name py26-exif maintainers nomaintainer long_description {Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. py-exif is a Python interface to this data.} version 1.0.2 categories python revision 0
+py26-eyed3 561
+variants universal portdir python/py26-eyed3 description {python module and program for processing ID3 tags} homepage http://eyed3.nicfit.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-eyed3 long_description {eyeD3 is a Python program/module for processing (reading and writing) ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also available. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.} maintainers {wanadoo.fr:neric27 openmaintainer} version 0.6.17 categories {python audio} revision 0
 py26-fabric 823
 portdir python/py26-fabric description {Fabric is a simple pythonic remote deployment tool.} homepage http://fabfile.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools port:py26-paramiko} name py26-fabric maintainers {arthurk openmaintainer} long_description {It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile'. It is a bit like a dumbed down Capistrano, except it's in Python, dosn't expect you to be deploying Rails applications, and the 'put' command works. Unlike Capistrano, Fabric want's to stay small, light, easy to change and not bound to any specific framework.} depends_extract bin:unzip:unzip version 0.9b1 categories python revision 0
 py26-feedparser 514

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


More information about the macports-changes mailing list