[63827] trunk/dports

portindex at macports.org portindex at macports.org
Mon Feb 15 22:54:53 PST 2010


Revision: 63827
          http://trac.macports.org/changeset/63827
Author:   portindex at macports.org
Date:     2010-02-15 22:54:51 -0800 (Mon, 15 Feb 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-02-16 06:14:11 UTC (rev 63826)
+++ trunk/dports/PortIndex	2010-02-16 06:54:51 UTC (rev 63827)
@@ -8265,13 +8265,13 @@
 py-linda 540
 portdir python/py-linda description {simple implementation of a linda system} homepage http://www-users.cs.york.ac.uk/~aw/pylinda/ epoch 0 platforms darwin depends_lib port:python24 name py-linda maintainers nomaintainer long_description {PyLinda is a simple implementation of a linda system, however it also includes several of the more recently proposed extensions to Linda in the form of multiple tuple spaces, garbage collection, sane non-blocking primitives and bulk tuple operations.} version 0.5.1 categories {python net} revision 0
 py-lint 680
-portdir python/py-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py-logilab-astng port:py-logilab-common} name py-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.1 categories {python devel} revision 0
+portdir python/py-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py-logilab-astng port:py-logilab-common} name py-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.19.0 categories {python devel} revision 0
 py-log4py 534
 portdir python/py-log4py description {log4py is a python logging module similar to log4j.} homepage http://www.its4you.at/english/log4py.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-log4py maintainers nomaintainer long_description {log4py is a python logging module similar to log4j. It supports logging to files (including logfile rotation) or to stdout/stderr, variable log-levels, configurable output formats and configuration via configuration files.} version 1.3 categories {python devel} revision 1
 py-logilab-astng 900
-portdir python/py-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python24 port:py-logilab-common} name py-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentialy governed by pylint's needs. It extends class defined in the compiler.ast module with some additional methods and attributes. Instance attributes are added by a builder object, which can either generate extended ast (let's call them astng) by visiting an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes.} version 0.19.1 categories {python devel} revision 0
+portdir python/py-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python24 port:py-logilab-common} name py-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentialy governed by pylint's needs. It extends class defined in the compiler.ast module with some additional methods and attributes. Instance attributes are added by a builder object, which can either generate extended ast (let's call them astng) by visiting an existant ast tree or by inspecting living object. Methods are added by monkey patching ast classes.} version 0.19.3 categories {python devel} revision 0
 py-logilab-common 382
-portdir python/py-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/projects/common epoch 0 platforms darwin depends_lib port:python24 name py-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.45.0 categories python revision 0
+portdir python/py-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/projects/common epoch 0 platforms darwin depends_lib port:python24 name py-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.47.0 categories python revision 0
 py-lrucache 541
 portdir python/py-lrucache description {least-recently-used cache module for python} homepage http://bad.dynu.ca/~evan/lrucache/ epoch 0 platforms darwin depends_lib port:python24 name py-lrucache maintainers nomaintainer long_description {py-lrucache provides a simple but efficient least-recently-used (LRU) cache module. The LRUCache class provides a container interface with prioritized caching. The implementation uses a heap and a dictionary to provide quick inserts, deletes, and references.} version 0.2 categories python revision 1
 py-lupy 666
@@ -8316,8 +8316,8 @@
 depends_build port:py-setuptools portdir python/py-medusa description {Framework for asynchronous socket-based servers.} homepage http://www.amk.ca/python/code/medusa.html epoch 0 platforms darwin depends_lib port:python24 name py-medusa maintainers gmail.com:roger.hoover long_description {Medusa is a framework for writing asynchronous socket-based servers.} version 0.5.4 categories python revision 0
 py-meld3 438
 depends_build port:py-setuptools portdir python/py-meld3 description {SGML template system} homepage http://www.plope.com/software/meld3/ epoch 0 platforms darwin depends_lib port:python24 name py-meld3 maintainers gmail.com:roger.hoover long_description {meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another.} version 0.6.3 categories python revision 0
-py-memcached 568
-depends_build port:py-setuptools portdir python/py-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python24 name py-memcached maintainers dh long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} version 1.44 categories {python devel net} revision 0
+py-memcached 585
+depends_build port:py-setuptools portdir python/py-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python24 name py-memcached maintainers {dh openmaintainer} long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} version 1.45 categories {python devel net} revision 0
 py-metar 461
 portdir python/py-metar description {python interface to the weather reports of the NOAA} homepage http://www.schwarzvogel.de/software-pymetar.shtml epoch 0 platforms darwin depends_lib port:python24 name py-metar maintainers nomaintainer long_description {This library downloads the weather report for a given NOAA station ID (get yours here), decodes it and provides easy access to all the data found in the report.} version 0.13 categories python revision 0
 py-mhash 350
@@ -8969,13 +8969,13 @@
 py25-libxslt 340
 portdir python/py25-libxslt description {Python bindings for libxslt} homepage http://xmlsoft.org/ epoch 0 platforms darwin depends_lib {port:python25 port:libxslt port:py25-libxml2 port:zlib} name py25-libxslt maintainers nomaintainer long_description {{Python bindings for libxslt}} version 2.6.21 categories {python textproc} revision 0
 py25-lint 688
-portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py25-logilab-common port:py25-logilab-astng} name py25-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.1 categories {python devel} revision 0
+portdir python/py25-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py25-logilab-common port:py25-logilab-astng} name py25-lint maintainers {dh openmaintainer} long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.19.0 categories {python devel} revision 0
 py25-llvm 316
 portdir python/py25-llvm description {Python bindings for LLVM} homepage http://mdevan.nfshost.com/llvm-py/index.html epoch 0 platforms darwin depends_lib {port:python25 port:llvm} name py25-llvm maintainers {snc openmaintainer} long_description {{Python bindings for LLVM}} version 0.5 categories python revision 0
 py25-logilab-astng 579
-portdir python/py25-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python25 port:py25-logilab-common} name py25-logilab-astng maintainers {stechert openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.1 categories python revision 0
+portdir python/py25-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python25 port:py25-logilab-common} name py25-logilab-astng maintainers {stechert openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.3 categories python revision 0
 py25-logilab-common 399
-portdir python/py25-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python25 name py25-logilab-common maintainers {stechert openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.45.0 categories python revision 0
+portdir python/py25-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python25 name py25-logilab-common maintainers {stechert openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.47.0 categories python revision 0
 py25-logilab-constraint 542
 portdir python/py25-logilab-constraint description {Python module for solving constraint satisfaction problems} homepage http://www.logilab.org/projects/constraint/ epoch 0 platforms darwin depends_lib port:py25-logilab-common name py25-logilab-constraint maintainers stechert long_description {The constraint package is a constraint satisfaction problem solver written in 100% pure Python, using constraint propagation algorithms. So far, facilities are provided to work with finite domains only.} version 0.4.0 categories python revision 0
 py25-lxml 605
@@ -9005,7 +9005,7 @@
 py25-mechanize 414
 portdir python/py25-mechanize description {Stateful programmatic web browsing} homepage http://wwwsearch.sourceforge.net/mechanize epoch 0 platforms darwin depends_lib {port:python25 port:py25-clientform} name py25-mechanize maintainers {openmaintainer akitada} long_description {Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize.} version 0.1.9 categories {python www} revision 0
 py25-memcached 596
-depends_build port:py25-setuptools portdir python/py25-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python25 name py25-memcached maintainers {akitada openmaintainer} long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} version 1.44 categories {python devel net} revision 0
+depends_build port:py25-setuptools portdir python/py25-memcached description {Pure python memcached client} homepage http://www.tummy.com/Community/software/python-memcached/ epoch 0 platforms darwin depends_lib port:python25 name py25-memcached maintainers {akitada openmaintainer} long_description {This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.} version 1.45 categories {python devel net} revision 0
 py25-metar 465
 portdir python/py25-metar description {python interface to the weather reports of the NOAA} homepage http://www.schwarzvogel.de/software-pymetar.shtml epoch 0 platforms darwin depends_lib port:python25 name py25-metar maintainers nomaintainer long_description {This library downloads the weather report for a given NOAA station ID (get yours here), decodes it and provides easy access to all the data found in the report.} version 0.13 categories python revision 0
 py25-midgard2 360
@@ -9378,6 +9378,8 @@
 portdir python/py26-clientform description {python module for handling HTML forms} homepage http://wwwsearch.sourceforge.net/ClientForm/ epoch 0 platforms darwin depends_lib port:python26 name py26-clientform maintainers {openmaintainer krischik} long_description {ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server.} version 0.2.9 categories {python www} revision 0
 py26-clonedigger 449
 portdir python/py26-clonedigger description {Clone Digger aimed to detect similar code in Python programs} homepage http://clonedigger.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-clonedigger maintainers nomaintainer long_description {Clone Digger is the tool for finding software clones. Currently only Python language is supported, Java support will be added soon.} version 1.0.3-beta categories python revision 0
+py26-cog 521
+portdir python/py26-cog description {Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.} homepage http://nedbatchelder.com/code/cog/ epoch 0 platforms darwin depends_lib port:python26 name py26-cog maintainers {dh openmaintainer} long_description {{Cog is a code generation tool. It lets you use pieces of Python code as generators in your source files to generate whatever code you need.}} version 2.2 categories python revision 0
 py26-cogen 483
 depends_build port:py26-setuptools portdir python/py26-cogen description {Library for network oriented, coroutine based programming.} homepage http://code.google.com/p/cogen/ epoch 0 platforms darwin depends_lib port:python26 name py26-cogen maintainers {stromnov openmaintainer} long_description {Coroutines and asynchronous I/O using enhanced generators from python 2.5, including a enhanced WSGI server.} depends_extract bin:unzip:unzip version 0.2.1 categories python revision 0
 py26-colormath 404
@@ -9547,11 +9549,11 @@
 py26-libxslt 340
 portdir python/py26-libxslt description {Python bindings for libxslt} homepage http://xmlsoft.org/ epoch 0 platforms darwin depends_lib {port:python26 port:libxslt port:py26-libxml2 port:zlib} name py26-libxslt maintainers nomaintainer long_description {{Python bindings for libxslt}} version 2.6.21 categories {python textproc} revision 0
 py26-lint 681
-portdir python/py26-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py26-logilab-common port:py26-logilab-astng} name py26-lint maintainers nomaintainer long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.18.1 categories {python devel} revision 0
+portdir python/py26-lint description {Error (and style) checking for python} homepage http://www.logilab.org/projects/pylint/ epoch 0 platforms darwin depends_lib {port:py26-logilab-common port:py26-logilab-astng} name py26-lint maintainers nomaintainer long_description {Pylint is a tool that checks for errors in python code, and tries to check that a given coding standard is respected by the coders. This is similar but nevertheless different from what pychecker_ provides, especially since pychecker explicitely does not bother with coding style. The default coding style used by pylint is close to `Guido's style guide`_.} version 0.19.0 categories {python devel} revision 0
 py26-logilab-astng 573
-portdir python/py26-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python26 port:py26-logilab-common} name py26-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.1 categories python revision 0
+portdir python/py26-logilab-astng description {Python Abstract Syntax Tree New Generation} homepage http://www.logilab.org/project/logilab-astng epoch 0 platforms darwin depends_lib {port:python26 port:py26-logilab-common} name py26-logilab-astng maintainers {dh openmaintainer} long_description {The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs.} version 0.19.3 categories python revision 0
 py26-logilab-common 393
-portdir python/py26-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python26 name py26-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.45.0 categories python revision 0
+portdir python/py26-logilab-common description {A number of modules used by various projects from Logilab} homepage http://www.logilab.org/project/logilab-common epoch 0 platforms darwin depends_lib port:python26 name py26-logilab-common maintainers {dh openmaintainer} long_description {{A number of modules used by various projects from Logilab}} version 0.47.0 categories python revision 0
 py26-lxml 616
 portdir python/py26-lxml description {Powerful and Pythonic XML processing library} homepage http://codespeak.net/lxml/ epoch 0 platforms darwin depends_lib {port:python26 port:libxml2 port:libxslt port:py26-setuptools} name py26-lxml maintainers {gmail.com:dbraband openmaintainer} long_description {lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique in that it combines the speed and feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.} version 2.2.4 categories {python devel} revision 0
 py26-m2crypto 434

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


More information about the macports-changes mailing list