[63045] trunk/dports

portindex at macports.org portindex at macports.org
Sun Jan 24 04:55:05 PST 2010


Revision: 63045
          http://trac.macports.org/changeset/63045
Author:   portindex at macports.org
Date:     2010-01-24 04:55:02 -0800 (Sun, 24 Jan 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-01-24 12:15:54 UTC (rev 63044)
+++ trunk/dports/PortIndex	2010-01-24 12:55:02 UTC (rev 63045)
@@ -9394,6 +9394,8 @@
 depends_build port:py26-setuptools portdir python/py26-envisageplugins description {Enthought envisage plugins} homepage http://code.enthought.com/projects/envisage_plugins.php epoch 0 platforms darwin depends_lib {port:python26 port:py26-envisagecore port:py26-traitsgui} name py26-envisageplugins maintainers nomaintainer long_description {The EnvisagePlugins project includes a number of plug-ins for the Envisage framework} version 3.1.0 categories {python devel} revision 0
 py26-epydoc 646
 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-eventlet 579
+portdir python/py26-eventlet description {Coroutine-based networking library} homepage http://eventlet.net/ epoch 0 platforms darwin depends_lib {port:py26-setuptools port:py26-greenlet} name py26-eventlet maintainers {akitada openmaintainer} long_description {Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.} version 0.9.3 categories {python devel} 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
@@ -9430,6 +9432,8 @@
 variants universal depends_build port:pkgconfig portdir python/py26-gobject description {Python bindings for GObject.} homepage http://www.pygtk.org/ epoch 0 platforms darwin depends_lib {{path:\${prefix}/lib/pkgconfig/glib-2.0.pc:glib2} port:libxslt port:gettext port:libiconv port:libffi port:python26} name py26-gobject long_description {PyGObject provides a convenient wrapper for the GObject+ library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting. When combined with PyGTK, PyORBit and gnome-python, it can be used to write full featured Gnome applications.} maintainers {mcalhoun openmaintainer} categories {python gnome} version 2.18.0 revision 0
 py26-googleappengine 397
 portdir python/py26-googleappengine description {The Google App Engine Python SDK} homepage http://code.google.com/appengine/ epoch 0 platforms darwin depends_lib port:python26 name py26-googleappengine maintainers {snc openmaintainer} long_description {This is the official Google App Engine SDK for Python.} depends_extract bin:unzip:unzip version 1.3.0 categories {python devel www} revision 0
+py26-greenlet 1327
+portdir python/py26-greenlet description {Lightweight in-process concurrent programming} homepage http://undefined.org/python/#greenlet epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-greenlet maintainers {akitada openmaintainer} long_description {The {"greenlet"} package is a spin-off of Stackless, a version of CPython that supports micro-threads called {"tasklets".} Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized with data exchanges on {"channels".} A {"greenlet",} on the other hand, is a still more primitive notion of micro-thread with no implicit {scheduling;} coroutines, in other words. This is useful when you want to control exactly when your code runs. You can build custom scheduled micro-threads on top of {greenlet;} however, it seems that greenlets are useful on their own as a way to make advanced control flow structures. For example, we can recreate {generators;} the difference with Python's own generators is that our generators can call nested functions and the nested functions can yield values too. Additionally, you don't need a {"yield"} keyword. See the example in test_generator.py. Greenlets are provided as a C extension module for the regular unmodified interpreter.} version 0.2 categories {python devel} revision 0
 py26-gst-python 501
 variants universal portdir python/py26-gst-python description {GStreamer python bindings} homepage http://gstreamer.freedesktop.org/modules/gst-python.html epoch 0 platforms darwin name py26-gst-python depends_lib {port:py26-gtk port:gst-plugins-base} long_description {gst-python allows python programs built with the gnome toolkit to use gstreamer for multimedia input/output} maintainers {rmsfisher wanadoo.fr:neric27 openmaintainer} categories {python gnome multimedia} version 0.10.17 revision 0
 py26-gtk 503

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


More information about the macports-changes mailing list