[67799] trunk/dports

portindex at macports.org portindex at macports.org
Tue May 18 09:47:56 PDT 2010


Revision: 67799
          http://trac.macports.org/changeset/67799
Author:   portindex at macports.org
Date:     2010-05-18 09:47:51 -0700 (Tue, 18 May 2010)
Log Message:
-----------
Total number of ports parsed:	3 
Ports successfully parsed:	3 
Ports failed:			0 
Up-to-date ports skipped:	6877

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-05-18 16:28:33 UTC (rev 67798)
+++ trunk/dports/PortIndex	2010-05-18 16:47:51 UTC (rev 67799)
@@ -136,6 +136,8 @@
 variants universal portdir aqua/mkconsole description {application that displays logfiles on your desktop} homepage http://www.mulle-kybernetik.com/software/MkConsole/ epoch 0 platforms macosx name mkconsole long_description {This is a little application that displays logfiles on your desktop. Really useful if you have to monitor servers or you just want to keep an eye on what's going on on your machine. In its standard configuration it displays entries from any number of logfiles interleaved in a single window. Have a look at some screenshots. MkConsole is smart enough to close and reopen files every now and then to deal with rotating files and it transparently works around stale NFS handles which often exist after your Mac wakes up from sleep and tries to read from a logfile mounted via NFS. If you don't mind hacking the user defaults (rather than using the preferences panel) you can also configure multiple windows with multiple logifiles each.} license unknown maintainers nomaintainer version 1.10 categories aqua revision 0
 mumble 538
 variants {dbus universal} depends_build port:boost portdir aqua/mumble description {low-latency voice chat for gaming} homepage http://mumble.sourceforge.net/ epoch 0 platforms macosx name mumble depends_lib {path:bin/qmake-mac:qt4-mac port:openssl port:portaudio port:ice-cpp port:libsndfile port:protobuf-cpp} long_description {Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.} maintainers {snc openmaintainer} license GPL categories {aqua audio} version 1.2.1 revision 0
+namebench 734
+portdir aqua/namebench description {DNS speed benchmark tool (GUI)} homepage http://code.google.com/p/namebench/ epoch 0 platforms darwin name namebench depends_lib port:py26-libnamebench license {Apache 2.0} maintainers {singingwolfboy openmaintainer} long_description {namebench hunts down the fastest DNS servers available for your computer. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized datasets in order to provide an individualized recommendation. This port installs the Cocoa GUI interface. To install just the command line interface, which the Cocoa GUI interface depends on, install the py26-libnamebench port.} version 1.2 categories {aqua sysutils} revision 0
 openvanilla 823
 portdir aqua/openvanilla description {package of popular Chinese input methods} homepage http://openvanilla.org epoch 0 platforms darwin name openvanilla license unknown maintainers openvanilla.org:ovadmin long_description {OpenVanilla is a lightweight text entry (input method editor, or IME for short) and output processing platform. It is very popular among Chinese-speaking OS X users as it provides many IMEs not found or not satisfactorily implemented in Apple's built-in modules. This installs the base package, including the Framework, the Loader and a set of popular modules for Traditional and Simplified Chinese. Note this will install bundles into your Library directory, as such is required for any text service (input method) components. RESTART REQUIRED.} version 0.7.2 categories {aqua textproc} revision 0
 osx2x 649
@@ -9824,6 +9826,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.3 categories {python devel www} revision 0
+py26-graphy 527
+variants universal portdir python/py26-graphy description {Simple Python library for generating charts} homepage http://code.google.com/p/graphy/ epoch 0 platforms darwin depends_lib port:python26 name py26-graphy long_description {Graphy is a simple Python library for generating charts. It tries to get out of the way and let you just work with your data. At the moment, it produces charts using the Google Chart API.} maintainers {singingwolfboy openmaintainer} license {Apache 2.0} version 1.0 categories python 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
@@ -9884,6 +9888,8 @@
 portdir python/py26-levenshtein description {python module for fast computation of Levensthein distances} homepage http://code.google.com/p/pylevenshtein/ epoch 0 platforms {darwin freebsd} depends_lib port:python26 name py26-levenshtein license unknown maintainers nomaintainer long_description {The Levenshtein Python C extension module contains functions for fast computation of Levenshtein (edit) distance, and edit operations, string similarity, approximate median strings, and generally string averaging, string sequence and set similarity. It supports both normal and Unicode strings.} version 0.10.1 categories {python textproc} revision 0
 py26-libdnet 689
 variants universal portdir python/py26-libdnet description {A python module for the libdnet low-level networking library.} homepage http://libdnet.sourceforge.net epoch 0 platforms darwin name py26-libdnet depends_lib port:libdnet long_description {Libdnet provides a simplified, portable interface to several low-level networking routines, including: network address manipulation, kernel arp(4) cache and route(4) table lookup and manipulation, network firewalling (IP filter, ipfw, ipchains, pf, ...), network interface lookup and manipulation, raw IP packet and Ethernet frame transmission.} maintainers nzbox.com:msavory license unknown categories {python net} version 1.11 revision 1
+py26-libnamebench 773
+variants universal portdir python/py26-libnamebench description {DNS speed benchmark tool (CLI)} homepage http://code.google.com/p/namebench/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-dnspython port:py26-httplib2 port:py26-jinja2 port:py26-graphy} name py26-libnamebench long_description {namebench hunts down the fastest DNS servers available for your computer. namebench runs a fair and thorough benchmark using your web browser history, tcpdump output, or standardized datasets in order to provide an individualized recommendation. This port only installs the command line interface -- for the Cocoa GUI interface, install the namebench port.} maintainers {singingwolfboy openmaintainer} license {Apache 2.0} version 1.2 categories python revision 0
 py26-libxml2 362
 portdir python/py26-libxml2 description {Python bindings for libxml2} homepage http://xmlsoft.org/python.html epoch 0 platforms darwin depends_lib {port:python26 port:libxml2 port:zlib} name py26-libxml2 license unknown maintainers {mcalhoun openmaintainer} long_description {{Python bindings for libxml2}} version 2.6.21 categories {python textproc} revision 0
 py26-libxslt 356

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


More information about the macports-changes mailing list