[59621] trunk/dports

portindex at macports.org portindex at macports.org
Sat Oct 17 16:53:56 PDT 2009


Revision: 59621
          http://trac.macports.org/changeset/59621
Author:   portindex at macports.org
Date:     2009-10-17 16:53:53 -0700 (Sat, 17 Oct 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-10-17 23:14:09 UTC (rev 59620)
+++ trunk/dports/PortIndex	2009-10-17 23:53:53 UTC (rev 59621)
@@ -884,8 +884,8 @@
 variants universal portdir devel/MacPorts_Framework description {Cocoa framework for MacPorts.} depends_fetch port:subversion homepage http://www.macports.org epoch 0 platforms macosx name MacPorts_Framework long_description {MacPorts.framework is a framework for linking Cocoa applications to the MacPorts infrastructure.} maintainers {armahg openmaintainer} version 0.1.0 categories {devel macports framework} revision 0
 PIDA 361
 portdir devel/PIDA description {The Python Integrated Development Application} homepage http://pida.co.uk/ epoch 0 platforms darwin depends_lib {port:py25-gtk port:py25-gnome port:kiwi port:librsvg port:vte} name PIDA long_description {{The Python Integrated Development Application}} maintainers nomaintainer version 0.5.1 categories {devel python} revision 3
-activewire 528
-variants {awdriver awconfig doc dev universal} portdir devel/activewire description {This is an independent project focusing on the development of drivers for the ActiveWire board on osx. (REALbasic Plugin not included)} homepage http://activewire-osx.sourceforge.net/ epoch 0 platforms darwin name activewire long_description {{This is an independent project focusing on the development of drivers for the ActiveWire board on osx. (REALbasic Plugin not included)}} maintainers jameskyle version 4.0 categories devel revision 0
+activewire 531
+variants {awdriver awconfig doc dev universal} portdir devel/activewire description {This is an independent project focusing on the development of drivers for the ActiveWire board on osx. (REALbasic Plugin not included)} homepage http://activewire-osx.sourceforge.net/ epoch 0 platforms darwin name activewire long_description {{This is an independent project focusing on the development of drivers for the ActiveWire board on osx. (REALbasic Plugin not included)}} maintainers nomaintainer version 4.0 categories devel revision 0
 aegis 772
 variants universal portdir devel/aegis description {Aegis is a SCM/CASE tool with a difference} homepage http://aegis.sourceforge.net/ epoch 0 platforms darwin name aegis depends_lib {port:libxml2 port:zlib port:bison port:gettext port:file port:cook} long_description {In the spirit of the UNIX Operating System, Aegis is a small component designed to work with other programs. Among other things, it supports geographically distributed development on both push and pull models and on many distribution topologies, concurrent editing, atomic locking for changesets over multiple files, and perhaps most usefully, enforcement of tests on changes to the baseline to ensure that it always works.} maintainers {boeyms openmaintainer} categories devel version 4.24 revision 0
 agprocess 547
@@ -8992,8 +8992,8 @@
 portdir python/py26-biopython description {python tools for computational molecular biology} homepage http://www.biopython.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy port:py26-reportlab} name py26-biopython maintainers {mmoll openmaintainer} long_description {python tools for computational molecular biology: parsers for various file formats, interfaces for programs, tools for performing common operations on sequences, etc.} version 1.52 categories {python science} revision 0
 py26-boto 380
 portdir python/py26-boto description {python interface to Amazon Web Services} homepage http://code.google.com/p/boto/ epoch 0 platforms darwin depends_lib port:python26 name py26-boto maintainers nomaintainer long_description {An integrated interface to current and future infrastructural services offered by Amazon Web Services.} version 1.8d categories {python net} revision 0
-py26-bpython 407
-portdir python/py26-bpython description {fancy interface to the Python interpreter} homepage http://www.noiseforfree.com/bpython/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-parsing port:py26-pygments} name py26-bpython maintainers ucla.edu:jameskyle long_description {a fancy interface to the Python interpreter for Unix-like operating systems} version 0.7.1 categories python revision 0
+py26-bpython 420
+portdir python/py26-bpython description {fancy interface to the Python interpreter} homepage http://www.bpython-interpreter.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-parsing port:py26-pygments port:py26-setuptools} name py26-bpython maintainers jameskyle long_description {a fancy interface to the Python interpreter for Unix-like operating systems} version 0.9.5.1 categories python revision 0
 py26-buzhug 639
 portdir python/py26-buzhug description {Pure-python database engine} homepage http://buzhug.sourceforge.net/ epoch 0 platforms darwin depends_lib port:python26 name py26-buzhug maintainers {blb openmaintainer} long_description {buzhug is a fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive. The data is stored and accessed on disk (it is not an in-memory database). The implementation has been designed to make all operations, and especially selection, as fast as possible with an interpreted language} depends_extract bin:unzip:unzip version 1.5 categories {python databases} revision 0
 py26-cairo 482
@@ -9216,8 +9216,8 @@
 variants {macosx puredarwin} portdir python/py26-numeric description {fast numerical array language for python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib port:python26 name py26-numeric long_description {Numerical Python adds a fast, compact, multidimensional array language facility to Python.} maintainers {jmr openmaintainer} version 24.2 categories {python devel math} revision 0
 py26-numexpr 1149
 portdir python/py26-numexpr description {Multiple-operator array expression evaluator} homepage http://code.google.com/p/numexpr/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-numexpr maintainers {blb openmaintainer} long_description {The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. Also, numexpr has support for the Intel VML (Vector Math Library) -- integrated in Intel MKL (Math Kernel Library) --, allowing nice speed-ups when computing transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your computations. WARNING: numpy 1.2.1, on which py26-numexpr depends, is not yet fully functional under Python 2.6.} version 1.3.1 categories {python math} revision 0
-py26-numpy 416
-variants universal portdir python/py26-numpy description {The core utilities for the scientific library scipy for Python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib {port:python26 port:fftw-3 port:py26-nose} name py26-numpy long_description {{The core utilities for the scientific library scipy for Python}} maintainers {mcalhoun openmaintainer} version 1.3.0 categories python revision 0
+py26-numpy 458
+variants {no_gcc43 no_atlas universal} portdir python/py26-numpy description {The core utilities for the scientific library scipy for Python} homepage http://numpy.scipy.org/ epoch 0 platforms darwin depends_lib {port:python26 port:fftw-3 port:py26-nose port:atlas port:gcc43} name py26-numpy long_description {{The core utilities for the scientific library scipy for Python}} maintainers {mcalhoun openmaintainer} version 1.3.0 categories python revision 0
 py26-ode 330
 portdir python/py26-ode description {Python bindings for The Open Dynamics Engine} homepage http://pyode.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python26 port:ode} name py26-ode maintainers jameskyle long_description {{Python bindings for The Open Dynamics Engine.}} version 1.2.0 categories python revision 0
 py26-omniORBpy 437
@@ -9233,7 +9233,7 @@
 py26-paramiko 596
 portdir python/py26-paramiko description {python library for making SSH2 connections} homepage http://www.lag.net/paramiko/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-crypto} name py26-paramiko maintainers {jwa openmaintainer} long_description {This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.} version 1.7.5 categories {python net security} revision 0
 py26-parsing 582
-portdir python/py26-parsing description {alternative approach to creating parsers in python} homepage http://pyparsing.wikispaces.com/ epoch 0 platforms darwin depends_lib port:python26 name py26-parsing maintainers nomaintainer long_description {The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.} version 1.5.1 categories {python lang} revision 1
+portdir python/py26-parsing description {alternative approach to creating parsers in python} homepage http://pyparsing.wikispaces.com/ epoch 0 platforms darwin depends_lib port:python26 name py26-parsing maintainers nomaintainer long_description {The parsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The parsing module provides a library of classes that client code uses to construct the grammar directly in Python code.} version 1.5.2 categories {python lang} revision 1
 py26-paste 455
 portdir python/py26-paste description {Bringing consistency to Python web development.} homepage http://pythonpaste.org/ epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-paste maintainers {openmaintainer akitada} long_description {Python Paste brings consistency to Python web development and web application installation, providing tools for both developers and system administrators.} version 1.7.2 categories {python www} revision 0
 py26-pastedeploy 430
@@ -9274,16 +9274,16 @@
 portdir python/py26-pydicom description {Python Module for working with DICOM files} homepage http://code.google.com/p/pydicom/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy} name py26-pydicom maintainers {ieee.org:eborisch openmaintainer} long_description {pydicom is a pure python package for working with DICOM files. It was made for inspecting and modifying DICOM files in an easy pythonic way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.} version 0.9.3 categories python revision 0
 py26-pydot 697
 portdir python/py26-pydot description {a Python interface to the Graphviz DOT language} homepage http://code.google.com/p/pydot/ epoch 0 platforms darwin depends_lib {port:python26 path:bin/dot:graphviz port:py26-parsing} name py26-pydot maintainers {singingwolfboy openmaintainer} long_description {pydot allows you to easily create both directed and non-directed graphs from Python. Currently all attributes implemented in the Dot language are supported (up to Graphviz 2.16). Output can be inlined in PostScript into interactive scientific environments like TeXmacs, or output in any of the formats supported by the Graphviz tools dot, neato, twopi.} version 1.0.2 categories python revision 0
-py26-pyepl 814
-portdir python/py26-pyepl description {PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled)} homepage http://pyepl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libsndfile port:libsamplerate port:swig port:py26-numpy port:py26-pil port:py26-opengl port:py26-pyrex port:py26-ode port:py26-game port:py26-setuptools port:activewire} name py26-pyepl maintainers jameskyle long_description {{PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled).} It supports presentation of both visual and auditory stimuli, and supports both manual (keyboard/joystick) and sound (microphone) input as responses.} version 1.0.29 categories python revision 0
+py26-pyepl 801
+portdir python/py26-pyepl description {PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled)} homepage http://pyepl.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:libsndfile port:libsamplerate port:swig port:py26-numpy port:py26-pil port:py26-opengl port:py26-pyrex port:py26-ode port:py26-game port:py26-setuptools} name py26-pyepl maintainers nomaintainer long_description {{PyEPL (the Python Experiment-Programming Library) is a library for coding psychology experiments in Python. (awcard support disabled).} It supports presentation of both visual and auditory stimuli, and supports both manual (keyboard/joystick) and sound (microphone) input as responses.} version 1.0.29 categories python revision 0
 py26-pyflakes 534
 portdir python/py26-pyflakes description {passive checker of Python programs} homepage http://www.divmod.org/trac/wiki/DivmodPyflakes epoch 0 platforms darwin depends_lib {port:python26 port:py26-setuptools} name py26-pyflakes maintainers arthurkoziel.com:arthur long_description {Pyflakes is program to analyze Python programs and detect various errors. It works by parsing the source file, not importing it, so it is safe to use on modules with side effects. It's also much faster.} version 0.3.0 categories {python www} revision 0
 py26-pyfsevents 467
 variants darwin_8 portdir python/py26-pyfsevents description {Python interface to Mac OS X's FSEvents} homepage http://pypi.python.org/pypi/pyfsevents epoch 0 platforms darwin depends_lib port:python26 name py26-pyfsevents long_description {pyfsevents is a C extension providing a Python interface for Mac OS X 10.5 and later which allows monitoring for file system events, using FSEvents.} maintainers {blb openmaintainer} version 0.2b1 categories python revision 0
 py26-pygccxml 410
 portdir python/py26-pygccxml description {pygccxml is a python interface to gcc-xml} homepage http://www.language-binding.net/pygccxml/pygccxml.html epoch 0 platforms darwin depends_lib {port:gccxml-devel port:py26-setuptools} name py26-pygccxml maintainers mnick long_description {{pygccxml is a python interface to gcc-xml}} depends_extract bin:unzip:unzip version 1.0.0 categories {python devel} revision 0
-py26-pygments 526
-portdir python/py26-pygments description {Python syntax highlighter} homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pygments maintainers {openmaintainer erickt} long_description {Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.} version 1.0 categories {python devel} revision 0
+py26-pygments 528
+portdir python/py26-pygments description {Python syntax highlighter} homepage http://pygments.org epoch 0 platforms darwin depends_lib port:py26-setuptools name py26-pygments maintainers {openmaintainer erickt} long_description {Pygments is a fast syntax highlighter written in Python with a special focus on details. Can highlight source code in many supported languages: Python, Ruby, PHP, HTML etc. Outputs arbitrarily-styled HTML or LaTeX, comes with many builtin styles.} version 1.1.1 categories {python devel} revision 0
 py26-pygraphviz 718
 portdir python/py26-pygraphviz description {A Python wrapper for the Graphviz Agraph data structure.} homepage http://networkx.lanl.gov/pygraphviz/ epoch 0 platforms darwin depends_lib {port:python26 bin:swig:swig path:bin/dot:graphviz port:py26-setuptools} name py26-pygraphviz maintainers {singingwolfboy openmaintainer} long_description {PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz is independent from NetworkX but provides a similar programming interface.} version 0.99.1 categories {python science} revision 0
 py26-pygresql 525
@@ -9368,8 +9368,8 @@
 portdir python/py26-scikits-talkbox description {Talkbox, a set of python modules for speech/signal processing} homepage http://scikits.appspot.com/talkbox epoch 0 platforms darwin depends_lib port:py26-scipy name py26-scikits-talkbox maintainers mnick long_description {{Talkbox, a set of python modules for speech/signal processing}} version 0.2.5 categories {python science devel} revision 0
 py26-scikits-timeseries 582
 portdir python/py26-scikits-timeseries description {Classes and functions for manipulating, reporting, and plotting time series} homepage http://pytseries.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:py26-numpy port:py26-scikits-module} name py26-scikits-timeseries maintainers mnick long_description {{Classes and functions for manipulating, reporting, and plotting time series} The focus is on convenient data access and manipulation while leveraging the existing mathematical functionality in numpy and scipy} version 0.91.1 categories {python science} revision 0
-py26-scipy 450
-variants {gcc42 gcc43 gcc44} portdir python/py26-scipy description {An opensource library of scientific tools for Python} homepage http://www.scipy.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy port:py26-nose port:SuiteSparse bin:swig:swig port:gcc43} name py26-scipy long_description {{An opensource library of scientific tools for Python.}} maintainers {jmr ram openmaintainer} version 0.7.1 categories python revision 0
+py26-scipy 470
+variants {no_atlas gcc42 gcc43 gcc44} portdir python/py26-scipy description {An opensource library of scientific tools for Python} homepage http://www.scipy.org/ epoch 0 platforms darwin depends_lib {port:python26 port:py26-numpy port:py26-nose port:SuiteSparse bin:swig:swig port:atlas port:gcc43} name py26-scipy long_description {{An opensource library of scientific tools for Python.}} maintainers {jmr ram openmaintainer} version 0.7.1 categories python revision 0
 py26-serial 539
 portdir python/py26-serial description {Python Serial Port Extension} homepage http://pyserial.wiki.sourceforge.net/pySerial epoch 0 platforms darwin depends_lib port:python26 name py26-serial maintainers macsforever2000 long_description {This module incapsulates the access for the serial port. It provides backends for standard Python running on Windows, Linux, BSD (possibly any POSIX compliant system) and Jython. The module named serial automatically selects the appropriate backend.} version 2.4 categories {python comms} revision 0
 py26-setuptools 527

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


More information about the macports-changes mailing list