[54818] trunk/dports

portindex at macports.org portindex at macports.org
Sun Aug 2 08:53:26 PDT 2009


Revision: 54818
          http://trac.macports.org/changeset/54818
Author:   portindex at macports.org
Date:     2009-08-02 08:53:24 -0700 (Sun, 02 Aug 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-08-02 14:57:00 UTC (rev 54817)
+++ trunk/dports/PortIndex	2009-08-02 15:53:24 UTC (rev 54818)
@@ -26,8 +26,8 @@
 variants {darwin_8 universal} portdir aqua/CosmicDebris description {Aurora Borealis monitor.} homepage http://www.jschilling.net/sw_cosmicdebris.php epoch 0 platforms darwin name CosmicDebris long_description {CosmicDebris is an Aurora Borealis (Northern Lights) monitor menu item. It monitors two internet data sources for the probability of an Aurora event.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {aqua science} version 2.0 revision 0
 CronniX 429
 variants universal portdir aqua/CronniX depends_fetch port:subversion description {graphical frontend for scheduling cronjobs} homepage http://cronnix.googlecode.com/ epoch 0 platforms macosx name CronniX long_description {CronniX is a Mac OS X frontend to the Unix scheduler cron. Cron is a system service that allows scheduled execution of scripts and programs.} maintainers ryandesign version 3.0.2 categories aqua revision 0
-dateline 572
-variants universal portdir aqua/DateLine description {displays linear calendar on desktop} homepage http://www.machinecodex.com/dateline/index.php epoch 0 platforms darwin name dateline long_description {DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background element and text colours are customizable with support for transparency.} maintainers singingwolfboy depends_extract bin:unzip:unzip version 0.61 categories {aqua amusements} revision 0
+DateLine 572
+variants universal portdir aqua/DateLine description {displays linear calendar on desktop} homepage http://www.machinecodex.com/dateline/index.php epoch 0 platforms darwin name DateLine long_description {DateLine is a small, simple app which displays a linear calendar on your desktop in a transparent window. It provides easy access to iCal by double clicking on a day. The background element and text colours are customizable with support for transparency.} maintainers singingwolfboy depends_extract bin:unzip:unzip version 0.61 categories {aqua amusements} revision 0
 DesktopManager 399
 portdir aqua/DesktopManager description {Virtual Desktops for Mac OS X} homepage http://desktopmanager.berlios.de/ epoch 0 platforms macosx name DesktopManager maintainers nomaintainer long_description {DesktopManager brings Virtual Desktops to Mac OS X. It is utilizing the Quartz engine to make damn cool animations while switching desktops (e. g. cube).} categories aqua version 0.5.3 revision 0
 FFView 588
@@ -1308,6 +1308,8 @@
 variants {no_x11 universal} portdir devel/gtk2hs description {Portable and native GUI library for Haskell} homepage http://www.haskell.org/gtk2hs epoch 0 platforms darwin depends_lib {port:ghc port:gtk2 port:gvfs port:cairo port:librsvg port:libglade2 port:gtkglext port:gtksourceview2} name gtk2hs long_description {gtk2hs is a Haskell binding to GTK, a comprehensive C GUI library that is portable across many platforms.} maintainers gwright categories {devel graphics} version 0.10.1 revision 0
 gtkglext 346
 variants universal portdir devel/gtkglext description {OpenGL Extension to GTK} homepage http://sourceforge.net/projects/gtkglext/ epoch 0 platforms {macosx darwin} depends_lib {port:mesa port:xorg-libXmu port:gtk2} name gtkglext maintainers lifehertz.com:jd long_description {{OpenGL Extension to GTK}} categories devel version 1.2.0 revision 3
+gtkglextmm 349
+variants universal portdir devel/gtkglextmm description {OpenGL Extension to GTK, C++ bindings} homepage http://sourceforge.net/projects/gtkglext/ epoch 0 platforms darwin depends_lib {port:gtkglext port:gtkmm} name gtkglextmm long_description {{OpenGL Extension to GTK, C++ bindings}} maintainers billitch categories devel version 1.2.0 revision 0
 gtkimageview 423
 variants universal depends_build {port:pkgconfig port:gtk-doc} portdir devel/gtkimageview description {GtkImageView is a simple image viewer widget for GTK.} homepage http://trac.bjourne.webfactional.com/ epoch 0 platforms darwin depends_lib port:gtk2 name gtkimageview long_description {{GtkImageView is a simple image viewer widget for GTK.}} maintainers {devans openmaintainer} categories devel version 1.6.4 revision 0
 gvfs 1078
@@ -8996,6 +8998,8 @@
 portdir python/py26-webob description {WSGI request and response object.} homepage http://pythonpaste.org/webob/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-webob maintainers {openmaintainer akitada} long_description {WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.} version 0.9.6.1 categories {python www} revision 0
 py26-werkzeug 1929
 portdir python/py26-werkzeug description {The Swiss Army knife of Python web development.} homepage http://werkzeug.pocoo.org/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-werkzeug maintainers {openmaintainer akitada} long_description {Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as p
 ossible (such as blogs, wikis, bulletin boards, etc.). Details and example applications are available on the `Werkzeug website <http://werkzeug.pocoo.org/>`_. Features -------- - unicode awareness - request and response objects - various utility functions for dealing with HTTP headers such as `Accept` and `Cache-Control` headers. - thread local objects with proper cleanup at request end - an interactive debugger - wrapper around wsgiref that works around some of the limitations and bugs, adds threading and fork support for test environments and adds an automatic reloader. - a flexible URL routing system with REST support. - fully WSGI compatible Development Version ------------------- The `Werkzeug tip <http://dev.pocoo.org/hg/werkzeug-main/archive/tip.zip#egg=Werkzeug-dev>`_ is installable via `easy_install` with ``easy_install Werkzeug==dev``.} depends_extract bin:unzip:unzip version 0.5.1 categories {python www} revision 0
+py26-wordaxe 618
+portdir python/py26-wordaxe description {Python library for hyphenation by decomposition of compound words} homepage http://deco-cow.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-wordaxe maintainers {singingwolfboy openmaintainer} long_description {The wordaxe library (formerly known as deco-cow) provides Python programs with the ability to automatically hyphenate words using an algorithm which is based on decomposition of compound words into base words, and is named DCWHyphenator in the code.} depends_extract bin:unzip:unzip version 0.3.3 categories {python textproc} revision 0
 py26-wxpython 650
 portdir python/py26-wxpython description {Python interface to the wxWindows cross platform GUI} homepage http://www.wxpython.org/ epoch 0 platforms darwin depends_lib {port:python26 port:wxWidgets} name py26-wxpython maintainers jameskyle long_description {wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWindows cross platform GUI library, which is written in C++.} version 2.8.9.1 categories {python graphics} revision 0
 py26-xml 362

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


More information about the macports-changes mailing list