[53168] trunk/dports

portindex at macports.org portindex at macports.org
Tue Jun 30 09:53:03 PDT 2009


Revision: 53168
          http://trac.macports.org/changeset/53168
Author:   portindex at macports.org
Date:     2009-06-30 09:53:03 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-06-30 16:39:02 UTC (rev 53167)
+++ trunk/dports/PortIndex	2009-06-30 16:53:03 UTC (rev 53168)
@@ -6206,6 +6206,8 @@
 variants universal portdir perl/p5-email-valid description {Check validity of Internet email addresses} homepage http://search.cpan.org/dist/Email-Valid/ epoch 0 platforms darwin name p5-email-valid depends_lib {path:bin/perl:perl5 port:p5-mailtools} long_description {This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain.} maintainers {narf_tm openmaintainer} categories perl version 0.180 revision 0
 p5-encode 428
 variants universal portdir perl/p5-encode description {Character encoding module} homepage http://search.cpan.org/dist/Encode/ epoch 0 platforms darwin name p5-encode depends_lib path:bin/perl:perl5 long_description {The Encode module provides the interfaces between Perl's strings and the rest of the system. Perl strings are sequences of characters.} maintainers {simon openmaintainer} categories perl version 2.26 revision 0
+p5-encode-detect 738
+variants universal portdir perl/p5-encode-detect description {Encode-Encoding subclass that detects the encoding of data} homepage http://search.cpan.org/dist/Encode-Detect/ epoch 0 platforms darwin name p5-encode-detect depends_lib {path:bin/perl:perl5 port:p5-encode port:p5-extutils-cbuilder} long_description {This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the configuration of a set of expected encodings. Like Encode::Guess, it only supports decoding--it cannot encode.} maintainers nomaintainer categories perl version 1.01 revision 0
 p5-encode-hanextra 355
 variants universal portdir perl/p5-encode-hanextra description {Extra sets of Chinese encodings} homepage http://search.cpan.org/dist/Encode-HanExtra/ epoch 0 platforms darwin name p5-encode-hanextra depends_lib port:p5-encode long_description {{Extra sets of Chinese encodings}} maintainers {simon openmaintainer} categories perl version 0.23 revision 0
 p5-encode-jis2k 419
@@ -8385,7 +8387,7 @@
 py25-pyprotocols 598
 portdir python/py25-pyprotocols description {Protocol Definition, Declaration, and Adaptation} homepage http://www.turbogears.org/ epoch 0 platforms darwin depends_lib port:py25-decoratortools name py25-pyprotocols maintainers {stechert akitada openmaintainer} long_description {PyProtocols extends the PEP 246 adapt() function with a new {declaration API} that lets you easily define your own interfaces and adapters, and declare what adapters should be used to adapt what types, objects, or interfaces.} depends_extract bin:unzip:unzip version 1.0a0dev-r2302 categories {python devel} revision 1
 py25-pyqt4 587
-variants universal portdir python/py25-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py25-pyqt4 depends_lib {port:py25-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers saispo categories {python devel} version 4.4.4 revision 0
+variants universal portdir python/py25-pyqt4 description {PyQt4 is a set of Python bindings for the Qt4 toolkit} homepage http://www.riverbankcomputing.co.uk/software/pyqt/intro epoch 0 platforms macosx name py25-pyqt4 depends_lib {port:py25-sip port:qt4-mac} long_description {PyQt4 is a set of Python bindings for the Qt4 toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.} maintainers saispo categories {python devel} version 4.5.1 revision 0
 py25-pyqwt 627
 variants universal portdir python/py25-pyqwt description {PyQwt is a set of Python bindings for the Qwt toolkit} homepage http://pyqwt.sourceforge.net epoch 0 platforms macosx name py25-pyqwt depends_lib {port:qt4-mac port:qwt port:py25-numpy} long_description {PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a widget to plot 2-dimensional data and various widgets to display and control bounded or unbounded floating point values.} maintainers nomaintainer categories {python devel} version 5.1.0 revision 1
 py25-pyrex 454
@@ -8433,7 +8435,7 @@
 py25-simpy 376
 portdir python/py25-simpy description {python based simulation language} homepage http://simpy.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python25 name py25-simpy maintainers mcalhoun long_description {SimPy is an object-oriented, process-based discrete-event simulation language based on standard Python.} version 1.9.1 categories python revision 0
 py25-sip 556
-variants universal portdir python/py25-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/software/sip/intro epoch 0 platforms macosx name py25-sip depends_lib port:python25 long_description {SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.} maintainers saispo categories {python devel} version 4.7.9 revision 0
+variants universal portdir python/py25-sip description {create Python bindings for C and C++ libraries} homepage http://www.riverbankcomputing.co.uk/software/sip/intro epoch 0 platforms macosx name py25-sip depends_lib port:python25 long_description {SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library.} maintainers saispo categories {python devel} version 4.8.1 revision 0
 py25-smisk 468
 variants minimal portdir python/py25-smisk description {High performance web service framework} homepage http://python-smisk.org/ epoch 0 platforms darwin depends_lib {port:python25 port:fcgi port:py25-setuptools port:py25-elixir port:py25-mako port:py25-cjson port:py25-yaml} name py25-smisk long_description {A modern high performance web service framework, written in C but controlled by Python.} maintainers rasmus version 1.1.6 categories {python www} revision 0
 py25-socket-ssl 378

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


More information about the macports-changes mailing list