[53258] trunk/dports

portindex at macports.org portindex at macports.org
Wed Jul 1 17:52:59 PDT 2009


Revision: 53258
          http://trac.macports.org/changeset/53258
Author:   portindex at macports.org
Date:     2009-07-01 17:52:58 -0700 (Wed, 01 Jul 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-07-02 00:15:09 UTC (rev 53257)
+++ trunk/dports/PortIndex	2009-07-02 00:52:58 UTC (rev 53258)
@@ -2594,8 +2594,8 @@
 variants {test universal} depends_build {port:pkgconfig port:intltool} portdir gnome/gnome-keyring description {GNOME program for storing passwords.} homepage http://live.gnome.org/GnomeKeyring/ epoch 0 platforms darwin depends_lib {port:libgcrypt port:libtasn1 port:gconf} name gnome-keyring long_description {gnome-keyring is a program that keep password and other secrets for users. It is run as a daemon in the session, similar to ssh-agent, andother applications can locate it by an environment variable.} maintainers {devans openmaintainer} categories gnome version 2.26.3 revision 0
 gnome-libs 401
 variants universal portdir gnome/gnome-libs description {These are the GNOME libraries.} homepage http://www.gnome.org/ epoch 0 platforms darwin name gnome-libs depends_lib {port:oaf port:gtk1 port:libghttp port:imlib} maintainers nomaintainer long_description {These are the GNOME libraries, the foundation for most of the application of the GNOME project.} categories gnome version 1.4.2 revision 2
-gnome-mag 472
-variants universal depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils} portdir gnome/gnome-mag description {GNOME magnifier.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:at-spi port:gconf port:xorg-libXdamage port:xorg-libXfixes port:xorg-libXext port:xorg-libXcomposite port:py25-gnome} name gnome-mag maintainers nomaintainer long_description {{GNOME magnifier.}} categories gnome version 0.15.6 revision 0
+gnome-mag 484
+variants {colorblind universal} depends_build {port:pkgconfig port:intltool port:p5-xml-parser port:gnome-doc-utils} portdir gnome/gnome-mag description {GNOME magnifier.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:at-spi port:gconf port:libbonobo port:xorg-libXdamage port:xorg-libXfixes port:xorg-libXext port:xorg-libXcomposite} name gnome-mag maintainers nomaintainer long_description {{GNOME magnifier.}} categories gnome version 0.15.7 revision 0
 gnome-media 575
 variants {deprecated universal} depends_build {port:pkgconfig port:gnome-doc-utils} portdir gnome/gnome-media description {A collection of utilities for simple multimedia handling.} homepage http://www.gnome.org/ epoch 0 platforms darwin depends_lib {port:libcanberra port:libunique port:libgnomeui port:gst-plugins-base} name gnome-media maintainers {devans openmaintainer} long_description {The GNOME media utilities provide simple applications for basic multimedia tasks, such as CD playback, volume control or audio recording.} categories gnome version 2.26.0 revision 0
 gnome-menus 464
@@ -3108,6 +3108,8 @@
 variants universal portdir graphics/libart_lgpl description {fast 2D image manipulation library} homepage http://www.levien.com/libart/ epoch 0 platforms darwin name libart_lgpl long_description {Libart is a library for high-performance 2D graphics. It supports a very powerful imaging model, basically the same as SVG and the Java 2D API. It includes all PostScript imaging operations, and adds antialiasing and alpha-transparency. It is also highly tuned for incremental rendering. It contains data structures and algorithms suited to rapid, precise computation of Region of Interest, and a two-phase rendering pipeline optimized for interactive display.} maintainers toby categories graphics version 2.3.20 revision 0
 libcaca 466
 variants {x11 universal} portdir graphics/libcaca description {Colour AsCii Art library} homepage http://libcaca.zoy.org/wiki/libcaca epoch 0 platforms darwin name libcaca depends_lib port:ncurses long_description {The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library.} maintainers nomaintainer categories graphics version 0.9 revision 1
+libcolorblind 523
+variants universal portdir graphics/libcolorblind description {Libcolorblind is a pixel filter for colorblind accessibility.} homepage http://live.gnome.org/TwoPointTwentyfive/ExternalDependencies epoch 0 platforms darwin name libcolorblind long_description {Libcolorblind is a pixel filter for colorblind accessibility. It provides an unified way to recalculate colors in order to present alternative views of images for colorblind people.} maintainers {devans openmaintainer} categories graphics version 0.0.1 revision 0
 libdmtx 697
 variants universal portdir graphics/libdmtx description {Data Matrix library} homepage http://www.libdmtx.org/ epoch 0 platforms darwin name libdmtx depends_lib {port:libpng port:tiff} long_description {libdmtx is open source software for reading and writing Data Matrix barcodes. Data Matrix barcodes are two-dimensional symbols that hold a dense pattern of data with built-in error correction. The Data Matrix symbology (sometimes casually referred to as DataMatrix) was invented and released into the public domain by RVSI Acuity CiMatrix. Wikipedia has a good article on the symbology and its characteristics.} maintainers {mr_bond openmaintainer} categories graphics version 0.5.2 revision 0
 libemf 624
@@ -8226,8 +8228,8 @@
 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 671
 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 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.16.0 categories {python devel} revision 0
-py25-llvm 300
-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:llvm name py25-llvm maintainers {snc openmaintainer} long_description {{Python bindings for LLVM}} version 0.5 categories python 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.17.4 categories python revision 0
 py25-logilab-common 399

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


More information about the macports-changes mailing list