[66134] trunk/dports

portindex at macports.org portindex at macports.org
Mon Apr 5 22:54:42 PDT 2010


Revision: 66134
          http://trac.macports.org/changeset/66134
Author:   portindex at macports.org
Date:     2010-04-05 22:54:42 -0700 (Mon, 05 Apr 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-04-06 05:49:20 UTC (rev 66133)
+++ trunk/dports/PortIndex	2010-04-06 05:54:42 UTC (rev 66134)
@@ -5868,8 +5868,8 @@
 variants universal portdir net/icpld description {network connection performance tracking monitor} homepage http://icpld.northernmost.org/ epoch 0 platforms darwin name icpld long_description {ICPLD is a connection monitor which allows you to keep track of your network connection perfomance. It will log each occasion of broken networking. It runs as a background process, and sends ICMP requests to an ip of your choice. When a reply isn't received within proper amount of time, it will consider the connection as unavailable and put a stamp in its log.} license unknown maintainers nomaintainer categories {net sysutils} version 1.1.5 revision 0
 iftop 560
 variants universal portdir net/iftop description {display bandwidth usage on an interface} homepage http://www.ex-parrot.com/~pdw/iftop/ epoch 0 platforms darwin name iftop depends_lib {port:libpcap port:ncurses} long_description {iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question {"why} is our ADSL link so slow?\".} maintainers nomaintainer license unknown categories net version 0.17 revision 1
-ipcalc 610
-variants universal portdir net/ipcalc description {calculates various network masks etc. from given ip-address} homepage http://jodies.de/ipcalc/ epoch 0 depends_run path:bin/perl:perl5 platforms darwin name ipcalc long_description {ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design sub- and supernetworks. It is also intended to be a teaching tool and presents the results as easy-to-understand binary values.} maintainers nomaintainer license unknown categories net version 0.38 revision 0
+ipcalc 591
+portdir net/ipcalc description {calculates various network masks etc. from given ip-address} homepage http://jodies.de/ipcalc/ epoch 0 depends_run path:bin/perl:perl5 platforms darwin name ipcalc license unknown maintainers nomaintainer long_description {ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design sub- and supernetworks. It is also intended to be a teaching tool and presents the results as easy-to-understand binary values.} categories net version 0.41 revision 0
 ipcheck 383
 portdir net/ipcheck description {dynamic dns client written in python} homepage http://ipcheck.sourceforge.net epoch 0 depends_run bin:python:python24 platforms {darwin freebsd} name ipcheck license unknown maintainers nomaintainer long_description {ipcheck updates your ip address at one of the dynamic dns address providers like dyndns.org} categories net version 0.226 revision 0
 iperf 482
@@ -9716,8 +9716,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} license unknown categories {python gnome} version 2.18.0 revision 0
 py26-googleappengine 413
 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 license unknown maintainers {snc openmaintainer} long_description {This is the official Google App Engine SDK for Python.} depends_extract bin:unzip:unzip version 1.3.2 categories {python devel www} revision 0
-py26-greenlet 1343
-portdir python/py26-greenlet description {Lightweight in-process concurrent programming} homepage http://undefined.org/python/#greenlet epoch 0 platforms darwin depends_lib port:py26-distribute name py26-greenlet license unknown 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.3 categories {python devel} revision 0
+py26-greenlet 1345
+portdir python/py26-greenlet description {Lightweight in-process concurrent programming} homepage http://undefined.org/python/#greenlet epoch 0 platforms darwin depends_lib port:py26-distribute name py26-greenlet license unknown 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.3.1 categories {python devel} revision 0
 py26-gst-python 505
 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 elelay openmaintainer} license unknown categories {python gnome multimedia} version 0.10.18 revision 0
 py26-gtk 519

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


More information about the macports-changes mailing list