[34745] trunk/dports/PortIndex

dluke at macports.org dluke at macports.org
Tue Mar 4 00:47:14 PST 2008


Revision: 34745
          http://trac.macosforge.org/projects/macports/changeset/34745
Author:   dluke at macports.org
Date:     2008-03-04 00:47:12 -0800 (Tue, 04 Mar 2008)

Log Message:
-----------

Total number of ports parsed:	4542 
Ports successfully parsed:	4541	 
Ports failed:			1


Failed to parse file lang/ghc/Portfile: Error evaluating variants

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-03-04 05:21:53 UTC (rev 34744)
+++ trunk/dports/PortIndex	2008-03-04 08:47:12 UTC (rev 34745)
@@ -720,8 +720,8 @@
 variants universal description {a Perl-compatible regex framework for using the PCRE library} portdir devel/agregex homepage http://agkit.sourceforge.net/ epoch 0 platforms macosx name agregex long_description {AGRegex provides Perl-compatible pattern matching to Cocoa applications. Regular expression support is provided by the PCRE library package, which is open source software, written by Philip Hazel, and copyright by the University of Cambridge, England.} maintainers nomaintainer version 0.4 categories {devel framework} revision 0
 agsocket 863
 variants universal description {yet another BSD sockets framework for use in Cocoa applications} portdir devel/agsocket homepage http://agkit.sourceforge.net/ epoch 0 platforms darwin name agsocket long_description {AGSocket is yet another BSD sockets framework for use in Cocoa applications. The primary class is AGSocket, this can be used for TCP sockets, UDP sockets, raw sockets, whatever. Additionally several socket address classes are included, notably AGInetSocketAddress for vanilla Internet socket addresses. Unlike some of the other excellent sockets frameworks already available, AGSocket is primarily designed for asynchronous I/O thanks to the underlying CFSocket API (though there's nothing stopping you from using it for normal synchronous I/O if you are so inclined).} maintainers nomaintainer version 0.3 categories {devel framework} revision 0
-alex 480
-variants universal depends_build port:ghc portdir devel/alex description {A Lexical Analyzer Generator for Haskell} homepage http://www.haskell.org/alex/ epoch 0 platforms darwin name alex maintainers gwright at macports.org long_description {Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools lex or flex for C/C++.} version 2.1.0 categories devel revision 0
+alex 478
+variants universal depends_build port:ghc portdir devel/alex description {A Lexical Analyzer Generator for Haskell} homepage http://www.haskell.org/alex/ epoch 0 platforms darwin name alex maintainers gwright at macports.org long_description {Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools lex or flex for C/C++.} version 2.2 categories devel revision 0
 allegro 432
 variants universal portdir devel/allegro description {A game programming library for C/C++ developers.} homepage http://www.talula.demon.co.uk/allegro/ epoch 0 platforms darwin name allegro depends_lib lib:libX11:XFree86 long_description {Allegro is a game programming library for C/C++ developers distributed freely, supporting many platforms.} maintainers {raimue openmaintainer} version 4.2.2 categories {devel games} revision 0
 apache-ant 534
@@ -1060,12 +1060,12 @@
 variants {universal darwin_9} description {OpenGL Extension to GTK} portdir devel/gtkglext homepage http://sourceforge.net/projects/gtkglext/ epoch 0 depends_lib {port:gtk2 lib:libGL.1:XFree86} name gtkglext long_description {{OpenGL Extension to GTK}} maintainers jd at lifehertz.com categories devel version 1.2.0 revision 0
 gwenhywfar 443
 variants universal depends_build bin:glibtoolize:libtool portdir devel/gwenhywfar description {a utility library required by aqbanking and related software} homepage http://gwenhywfar.sourceforge.net/ epoch 0 name gwenhywfar depends_lib {lib:libssl:openssl port:gettext port:libxml2} maintainers nomaintainer long_description {{a utility library required by aqbanking and related software}} version 2.5.3 categories {devel finance} revision 0
-haddock 889
-variants universal depends_build port:ghc portdir devel/haddock description {A Haskell Documentation Tool} homepage http://www.haskell.org/haddock/ epoch 0 platforms darwin name haddock maintainers nomaintainer long_description {This is Haddock, a tool for automatically generating documentation from annotated Haskell source code. It is primarily intended for documenting libraries, but it should be useful for any kind of Haskell code. Like other systems (IDoc,HDoc), Haddock lets you write documentation annotations next to the definitions of functions and types in the source code, in a syntax that is easy on the eye when writing the source code (no heavyweight mark-up). The documentation generated by Haddock is fully hyperlinked - click on a type name in a type signature to go straight to the definition, and documentation, for that type.} version 0.8 categories devel revision 0
+haddock 893
+variants universal depends_build port:ghc portdir devel/haddock description {A Haskell Documentation Tool} homepage http://www.haskell.org/haddock/ epoch 0 platforms darwin name haddock maintainers nomaintainer long_description {This is Haddock, a tool for automatically generating documentation from annotated Haskell source code. It is primarily intended for documenting libraries, but it should be useful for any kind of Haskell code. Like other systems (IDoc,HDoc), Haddock lets you write documentation annotations next to the definitions of functions and types in the source code, in a syntax that is easy on the eye when writing the source code (no heavyweight mark-up). The documentation generated by Haddock is fully hyperlinked - click on a type name in a type signature to go straight to the definition, and documentation, for that type.} version 2.0.0.0 categories devel revision 0
 halloc 450
 variants universal description {hierarchical alloc is an extension to standard malloc/free} portdir devel/halloc homepage http://swapped.cc/halloc epoch 0 platforms darwin name halloc long_description {Hierarchical alloc (halloc) is an extension to a standard malloc/free interface that simplifies tasks of memory disposal when allocated structures exhibit hierarchical properties.} maintainers nomaintainer categories devel version 1.2.0 revision 0
 happy 847
-variants universal depends_build port:ghc portdir devel/happy description {The Parser Generator for Haskell} homepage http://haskell.org/happy/ epoch 0 platforms darwin name happy maintainers gwright at macports.org long_description {Happy is a parser generator system for Haskell, similar to the tool `yacc' for C. Like `yacc', it takes a file containing an annotated BNF specification of a grammar and produces a Haskell module containing a parser for the grammar. Happy is flexible: you can have several Happy parsers in the same program, and several entry points to a single grammar. Happy can work in conjunction with a lexical analyser supplied by the user (either hand-written or generated by another program), or it can parse a stream of characters directly (but this isn't practical in most cases).} version 1.16 categories devel revision 0
+variants universal depends_build port:ghc portdir devel/happy description {The Parser Generator for Haskell} homepage http://haskell.org/happy/ epoch 0 platforms darwin name happy maintainers gwright at macports.org long_description {Happy is a parser generator system for Haskell, similar to the tool `yacc' for C. Like `yacc', it takes a file containing an annotated BNF specification of a grammar and produces a Haskell module containing a parser for the grammar. Happy is flexible: you can have several Happy parsers in the same program, and several entry points to a single grammar. Happy can work in conjunction with a lexical analyser supplied by the user (either hand-written or generated by another program), or it can parse a stream of characters directly (but this isn't practical in most cases).} version 1.17 categories devel revision 0
 haskell-chunks 577
 variants universal depends_build port:ghc description {The chunks library for Haskell} portdir devel/haskell-chunks homepage http://www.wellquite.org/chunks/ epoch 0 name haskell-chunks maintainers me at thomaskeller.biz long_description {This library supports templates inspired by the Perl HTML::Chunks module, but this Haskell implementation checks at compile time that the templates used exist and are used correctly. The templates are combined within the compiled Haskell, removing the dependency on the external template file.} categories devel version 2007.4.18 revision 0
 haskell-hinstaller 646
@@ -1082,10 +1082,10 @@
 variants universal description {A drop-in replacement for malloc that is very fast on multiprocessor machines.} portdir devel/hoard homepage http://www.hoard.org/ epoch 0 platforms darwin name hoard long_description {{A drop-in replacement for malloc that is very fast on multiprocessor machines.}} maintainers stechert at macports.org categories devel version 3.6.1 revision 0
 hs-Crypto 591
 variants universal depends_build port:ghc portdir devel/hs-Crypto description {The Haskell Cryptographic Library.} homepage http://www.haskell.org/crypto/ epoch 0 platforms darwin name hs-Crypto maintainers nomaintainer long_description {The Haskell Cryptographic Library collects together existing Haskell cryptographic functions into one cabalized package, together with HUnit tests, QuickCheck property tests, examples showing how to interwork with other cryptographic implementations and examples showing how to handle other ASN.1 definitions.} version 3.0.3 categories devel revision 0
-hs-Edison 693
-variants universal portdir devel/hs-Edison description {A library of purely functional data structures for Haskell} homepage http://www.eecs.tufts.edu/~rdocki01/edison.html epoch 0 platforms darwin name hs-Edison depends_lib {port:hs-EdisonAPI port:ghc} maintainers gwright at macports.org long_description {Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: 1. A set of type classes defining data the following data structure abstractions: sequences, collections and associative collections, 2. Multiple concrete implementations of each of the abstractions.} version 1.2.1 categories devel revision 0
-hs-EdisonAPI 679
-variants universal portdir devel/hs-EdisonAPI description {A library of purely functional data structures for Haskell} homepage http://www.eecs.tufts.edu/~rdocki01/edison.html epoch 0 platforms darwin name hs-EdisonAPI depends_lib port:ghc maintainers gwright at macports.org long_description {Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: 1. A set of type classes defining data the following data structure abstractions: sequences, collections and associative collections, 2. Multiple concrete implementations of each of the abstractions.} version 1.2.1 categories devel revision 0
+hs-Edison 697
+variants universal portdir devel/hs-Edison description {A library of purely functional data structures for Haskell} homepage http://www.cs.princeton.edu/~rdockins/edison/home/index.html epoch 0 platforms darwin name hs-Edison depends_lib port:hs-EdisonAPI maintainers gwright at macports.org long_description {Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: 1. A set of type classes defining data the following data structure abstractions: sequences, collections and associative collections, 2. Multiple concrete implementations of each of the abstractions.} version 1.2.1.2 categories devel revision 0
+hs-EdisonAPI 692
+variants universal portdir devel/hs-EdisonAPI description {A library of purely functional data structures for Haskell} homepage http://www.cs.princeton.edu/~rdockins/edison/home/index.html epoch 0 platforms darwin name hs-EdisonAPI depends_lib port:ghc maintainers gwright at macports.org long_description {Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: 1. A set of type classes defining data the following data structure abstractions: sequences, collections and associative collections, 2. Multiple concrete implementations of each of the abstractions.} version 1.2.1 categories devel revision 1
 hs-NewBinary 377
 variants universal depends_build port:ghc portdir devel/hs-NewBinary description {The New Binary library for Haskell.} homepage http://www.n-heptane.com/nhlab/ epoch 0 platforms darwin name hs-NewBinary maintainers nomaintainer long_description {A module for fast binary I/O in haskell. Features bit level I/O and byte level I/O} version 2005-12-11 categories devel revision 0
 hs-chunks 567
@@ -1676,8 +1676,8 @@
 depends_build port:emacs portdir editors/eieio description {Enhanced Implementation of Emacs Interpreted Objects} homepage http://cedet.sourceforge.net/eieio.shtml depends_run port:emacs epoch 0 platforms darwin name eieio maintainers nox long_description {EIEIO is an Emacs lisp program which implements a controlled object-oriented programming methodology following the CLOS standard. EIEIO also has object browsing functions, and custom widget types. It has a fairly complete manual describing how to use it.} version 0.17 categories editors revision 0
 elvis 440
 variants {universal x11} description {A vi/ex clone} portdir editors/elvis homepage http://elvis.the-little-red-haired-girl.org/ epoch 0 platforms darwin name elvis long_description {Elvis is a very powerful vi/ex clone providing a remarkable number of bells and whistles like, Syntax Highlighting, Multiple files in multiple windows, Networking support (http and ftp).} maintainers nomaintainer categories editors version 2.2_0 revision 2
-emacs 1013
-variants {universal darwin_7 x11 motif gtk carbon atsui} variant_desc {x11 {Builds emacs as a X11 program with Lucid widgets} motif {Builds emacs as an X11 program with Motif widgets} gtk {Builds emacs as an X11 program with GTK+2 widgets} carbon {Adds a Mac (Carbon) version of Emacs} atsui {Adds a Mac (Carbon) version of Emacs that uses the ATSUI protocol}} portdir editors/emacs description {The GNU Emacs text editor (command line only)} homepage http://www.gnu.org/software/emacs/emacs.html epoch 0 platforms {darwin freebsd} name emacs depends_lib port:ncurses maintainers gmail.com:darren.bane long_description {GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp.} version 22.1 catego
 ries editors revision 1
+emacs 1022
+variants {universal darwin_7 darwin_9 x11 motif gtk carbon atsui} variant_desc {x11 {Builds emacs as a X11 program with Lucid widgets} motif {Builds emacs as an X11 program with Motif widgets} gtk {Builds emacs as an X11 program with GTK+2 widgets} carbon {Adds a Mac (Carbon) version of Emacs} atsui {Adds a Mac (Carbon) version of Emacs that uses the ATSUI protocol}} portdir editors/emacs description {The GNU Emacs text editor (command line only)} homepage http://www.gnu.org/software/emacs/emacs.html epoch 0 platforms {darwin freebsd} name emacs depends_lib port:ncurses maintainers gmail.com:darren.bane long_description {GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp.} version 22
 .1 categories editors revision 2
 ex-vi 290
 variants {universal darwin_8} description {the traditional ex/vi editor} portdir editors/ex-vi homepage http://ex-vi.sourceforge.net/ epoch 0 platforms darwin name ex-vi long_description {{the traditional ex/vi editor}} maintainers nomaintainer categories editors version 050325 revision 0
 hnb 428
@@ -3406,8 +3406,6 @@
 variants universal description {D language compiler} portdir lang/gdc homepage http://dgcc.sourceforge.net/ epoch 0 platforms darwin name gdc long_description {gcc 4.1.2 with D language frontend, a new language by digitalmars} maintainers mww categories lang version 0.24 revision 1
 gforth 639
 variants universal description {fast and portable implementation of the ANS Forth language} portdir lang/gforth homepage http://www.gnu.org/software/gforth/ epoch 0 platforms darwin name gforth long_description {Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner interpreter is indirect or direct threaded.} maintainers nomaintainer categories lang version 0.6.2 revision 0
-ghc 917
-variants {universal darwin_6 darwin_7_powerpc darwin_8_powerpc darwin_8_i386 noopengl} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://www.haskell.org/ghc depends_run port:perl5.8 epoch 0 platforms darwin name ghc depends_lib {port:readline port:gmp} maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} version 6.6.1 categories lang revision 0
 ghc-devel 963
 variants {universal darwin_6 extra test darwin_7 darwin_8 noopengl} depends_build {port:ghc port:alex port:darcs port:happy} portdir lang/ghc-devel description {The Glorious Glasgow Haskell Compilation System (development version)} homepage http://www.haskell.org/ghc/ epoch 0 platforms darwin depends_lib {port:readline port:gmp} name ghc-devel maintainers gwright at macports.org long_description {The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler and interactive environment for Haskell 98, GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell 98, for example: concurrency, a foreign language interface, multi-parameter type classes, scoped type variables, existential and universal quantification, unboxed types, exceptions, weak pointers, and so on. GHC comes with a generational garbage collector, and a space and time profiler.} version 6.7 categories lang revision 2
 gpc34 302
@@ -3539,17 +3537,17 @@
 python22 250
 portdir lang/python22 variants {universal nothreads puredarwin darwin_x86 tk} description {An interpreted, object-oriented programming language} platforms darwin name python22 version 2.2.3 categories lang revision 2 epoch 0 maintainers pat at ekman.cx
 python23 430
-variants {universal nothreads puredarwin x86 darwin_8 pydebug readline darwin tk} depends_build bin:gnutar:gnutar portdir lang/python23 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms {darwin freebsd sunos} name python23 maintainers nomaintainer long_description {{An interpreted, object-oriented programming language}} version 2.3.6 categories lang revision 0
+variants {universal nothreads puredarwin x86 darwin_8 pydebug readline darwin tk} depends_build bin:gnutar:gnutar portdir lang/python23 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms {darwin freebsd sunos} name python23 maintainers nomaintainer long_description {{An interpreted, object-oriented programming language}} version 2.3.6 categories lang revision 1
 python24 434
-variants {universal darwin puredarwin darwin_8 darwin_9 freebsd linux} portdir lang/python24 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms {darwin freebsd linux} name python24 depends_lib port:gettext maintainers nomaintainer long_description {Python is an interpreted, interactive, object-oriented programming language.} version 2.4.4 categories lang revision 2
+variants {universal darwin puredarwin darwin_8 darwin_9 freebsd linux} portdir lang/python24 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms {darwin freebsd linux} name python24 depends_lib port:gettext maintainers nomaintainer long_description {Python is an interpreted, interactive, object-oriented programming language.} version 2.4.4 categories lang revision 3
 python24-doc 464
 variants {universal puredarwin darwin_8 darwin_9 freebsd linux} portdir lang/python24-doc description {HTML documentation for Python 2.4} homepage http://www.python.org/ epoch 0 platforms {darwin freebsd linux} name python24-doc depends_lib {port:gettext port:python24 port:latex2html} maintainers nomaintainer long_description {HTML documentation for Python 2.4. Use by running 'pydoc2.4 TOPIC', e.g. 'pydoc2.4 NUMBERS'.} version 2.4.4 categories lang revision 0
 python25 397
-variants {universal darwin_7 darwin_8 darwin_9 puredarwin} portdir lang/python25 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms darwin name python25 depends_lib port:gettext maintainers mww long_description {Python is an interpreted, interactive, object-oriented programming language.} version 2.5.2 categories lang revision 0
+variants {universal darwin_7 darwin_8 darwin_9 puredarwin} portdir lang/python25 description {An interpreted, object-oriented programming language} homepage http://www.python.org/ epoch 0 platforms darwin name python25 depends_lib port:gettext maintainers mww long_description {Python is an interpreted, interactive, object-oriented programming language.} version 2.5.2 categories lang revision 1
 python25-doc 443
 variants {universal darwin_7 darwin_8 darwin_9 puredarwin} portdir lang/python25-doc description {HTML documentation for Python 2.5} homepage http://www.python.org/ epoch 0 platforms darwin name python25-doc depends_lib {port:gettext port:python25 port:latex2html} maintainers nomaintainer long_description {HTML documentation for Python 2.5. Use by running 'pydoc2.5 TOPIC', e.g. 'pydoc2.5 NUMBERS'.} version 2.5.2 categories lang revision 0
-python30 390
-variants universal portdir lang/python30 description {An interpreted, object-oriented programming language} homepage http://www.python.org epoch 0 platforms darwin name python30 depends_lib port:gettext maintainers mww long_description {Python is an interpreted, interactive, object-oriented programming language. This version is an ALPHA release!} version 3.0a3 categories lang revision 0
+python30 421
+variants universal portdir lang/python30 description {An interpreted, object-oriented programming language} homepage http://www.python.org depends_run port:python_select epoch 0 platforms darwin name python30 depends_lib port:gettext maintainers mww long_description {Python is an interpreted, interactive, object-oriented programming language. This version is an ALPHA release!} version 3.0a3 categories lang revision 0
 python30-doc 418
 variants universal portdir lang/python30-doc description {HTML documentation for Python 3.0} homepage http://www.python.org epoch 0 platforms darwin name python30-doc depends_lib {port:gettext port:python30 port:latex2html port:py25-hashlib} maintainers nomaintainer long_description {HTML documentation for Python 3.0. Use by running 'pydoc3.0 TOPIC', e.g. 'pydoc3.0 pydoc'.} version 3.0a2 categories lang revision 0
 q 784
@@ -5041,7 +5039,7 @@
 p5-dbd-mysql 584
 variants {universal mysqlbinary mysql3 mysql4} variant_desc {mysqlbinary {build with binary from mysql website} mysql3 {build with mysql3 port} mysql4 {build with mysql4 port}} portdir perl/p5-dbd-mysql description {Perl5 Database Interface to the MySQL database} homepage http://search.cpan.org/dist/DBD-mysql/ epoch 0 platforms darwin name p5-dbd-mysql depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-dbi port:mysql5 port:zlib} maintainers {narf_tm openmaintainer} long_description {{Perl5 Database Interface to the MySQL database}} version 4.006 categories perl revision 0
 p5-dbd-pg 744
-variants {universal postgresql7 postgresql80 postgresql81 postgresql82} variant_desc {postgresql7 {build with postgresql7 port} postgresql80 {build with postgresql80 port} postgresql81 {build with postgresql81 port} postgresql82 {build with postgresql82 port}} portdir perl/p5-dbd-pg description {Perl DBI module to provide access to PostgreSQL databases} homepage http://search.cpan.org/dist/DBD-Pg/ epoch 0 platforms darwin name p5-dbd-pg depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:postgresql83 port:p5-dbi port:p5-version} maintainers {narf_tm openmaintainer} long_description {DBD::Pg is a Perl module which works with the DBI module to provide access to PostgreSQL databases} version 2.2.1 categories {perl databases} revision 0
+variants {universal postgresql7 postgresql80 postgresql81 postgresql82} variant_desc {postgresql7 {build with postgresql7 port} postgresql80 {build with postgresql80 port} postgresql81 {build with postgresql81 port} postgresql82 {build with postgresql82 port}} portdir perl/p5-dbd-pg description {Perl DBI module to provide access to PostgreSQL databases} homepage http://search.cpan.org/dist/DBD-Pg/ epoch 0 platforms darwin name p5-dbd-pg depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:postgresql83 port:p5-dbi port:p5-version} maintainers {narf_tm openmaintainer} long_description {DBD::Pg is a Perl module which works with the DBI module to provide access to PostgreSQL databases} version 2.2.2 categories {perl databases} revision 0
 p5-dbd-sqlite 370
 variants universal portdir perl/p5-dbd-sqlite description {perl dbd interface to SQLite} homepage http://search.cpan.org/dist/DBD-SQLite/ epoch 0 platforms darwin name p5-dbd-sqlite depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-dbi} maintainers {narf_tm openmaintainer} long_description {{perl dbd interface to SQLite}} version 1.14 categories perl revision 0
 p5-dbi 661
@@ -5208,10 +5206,10 @@
 variants universal portdir perl/p5-gnupg-interface description {Perl interface to GnuPG} homepage http://search.cpan.org/dist/GnuPG-Interface/ epoch 0 platforms darwin name p5-gnupg-interface depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-class-methodmaker} maintainers nomaintainer long_description {{Perl interface to GnuPG}} version 0.33 categories perl revision 0
 p5-gps 434
 variants universal portdir perl/p5-gps description {Perl interface to GPS receivers using Garmin or NMEA protocols} homepage http://search.cpan.org/dist/perl-GPS/ epoch 0 platforms darwin name p5-gps depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-device-serialport} maintainers sal at email.arc.nasa.gov long_description {{Perl interface to GPS receivers using Garmin or NMEA protocols}} version 0.15 categories perl revision 0
-p5-graph 540
-variants universal portdir perl/p5-graph description {graph operations} homepage http://search.cpan.org/dist/Graph/ epoch 0 platforms darwin name p5-graph depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-heap} maintainers nomaintainer long_description {This is Graph, the Perl module for graph operations as the code was for the 1st edition of {"Mastering} Algorithms with Perl\", by Jon Orwant, Jarkko Hietaniemi, and John Macdonald, published in August 1999 by the O'Reilly and Associates.} version 0.81 categories perl revision 0
-p5-graphviz 585
-variants universal portdir perl/p5-graphviz description {Interface to the GraphViz graphing tool} homepage http://search.cpan.org/dist/GraphViz/ epoch 0 platforms darwin name p5-graphviz depends_lib {{path:\${prefix}/bin/perl:perl5.8} bin:dot:graphviz port:p5-ipc-run port:p5-graph port:p5-math-bezier} maintainers nomaintainer long_description {This modules provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using the {"dot"} and {"neato"} programs from the GraphViz project} version 1.8 categories perl revision 1
+p5-graph 683
+variants universal portdir perl/p5-graph description {graph operations for perl} homepage http://search.cpan.org/dist/Graph/ epoch 0 platforms darwin name p5-graph depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:p5-heap} maintainers nomaintainer long_description {This is Graph, a Perl module for dealing with graphs, the abstract data structures. (If you were looking for pie charts, I'm sorry.) This is a full rewrite of the Graph module 0.2xx series as discussed in the book {"Mastering} Algorithms with Perl\", written by Jarkko Hietaniemi (the undersigned), John Macdonald, and Jon Orwant, and published by O'Reilly and Associates.} version 0.84 categories perl revision 0
+p5-graphviz 583
+variants universal portdir perl/p5-graphviz description {Interface to the GraphViz graphing tool} homepage http://search.cpan.org/dist/GraphViz/ epoch 0 platforms darwin name p5-graphviz depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:graphviz port:p5-ipc-run port:p5-graph port:p5-math-bezier} maintainers nomaintainer long_description {This modules provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using the {"dot"} and {"neato"} programs from the GraphViz project} version 2.03 categories perl revision 0
 p5-gssapi 390
 variants universal portdir perl/p5-gssapi description {Perl extension providing access to the GSSAPIv2 library.} homepage http://search.cpan.org/dist/GSSAPI/ epoch 0 platforms darwin name p5-gssapi depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers nomaintainer long_description {{Perl extension providing access to the GSSAPIv2 library.}} version 0.24 categories perl revision 0
 p5-gtk-perl 451
@@ -5699,7 +5697,7 @@
 p5-text-chasen 408
 variants universal depends_build port:libiconv portdir perl/p5-text-chasen description {ChaSen library module for Perl5.} homepage http://chasen.naist.jp/hiki/ChaSen/ epoch 0 platforms darwin name p5-text-chasen depends_lib {{path:\${prefix}/bin/perl:perl5.8} port:chasen} maintainers takanori long_description {{ChaSen library module for Perl5.}} version 1.04 categories {perl textproc japanese} revision 1
 p5-text-csv 552
-variants universal portdir perl/p5-text-csv description {Text::CSV - comma-separated values manipulation routines} homepage http://search.cpan.org/dist/Text-CSV/ epoch 0 platforms darwin name p5-text-csv depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers {narf_tm openmaintainer} long_description {Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.} version 1.00 categories perl revision 0
+variants universal portdir perl/p5-text-csv description {Text::CSV - comma-separated values manipulation routines} homepage http://search.cpan.org/dist/Text-CSV/ epoch 0 platforms darwin name p5-text-csv depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers {narf_tm openmaintainer} long_description {Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.} version 1.01 categories perl revision 0
 p5-text-csv_xs 564
 variants universal portdir perl/p5-text-csv_xs description {Perl module containing comma-separated values manipulation routines} homepage http://search.cpan.org/dist/Text-CSV_XS/ epoch 0 platforms darwin name p5-text-csv_xs depends_lib {{path:\${prefix}/bin/perl:perl5.8}} maintainers oaf.dk:mni long_description {Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class can combine fields into a CSV string and parse a CSV string into fields.} version 0.31 categories perl revision 0
 p5-text-diff 458
@@ -6066,8 +6064,8 @@
 variants universal portdir python/py-enca description {python interface to the enca library} homepage http://trific.ath.cx/resources/python/pyenca/ epoch 0 platforms darwin depends_lib bin:enca:enca name py-enca maintainers nomaintainer long_description {{python interface to the enca library}} categories {python textproc} version 0.3 revision 1
 py-enum 393
 variants universal portdir python/py-enum description {Robust enumerated type support in Python} homepage http://cheeseshop.python.org/pypi/enum/ epoch 0 platforms darwin depends_lib port:python24 name py-enum maintainers {jann at macports.org openmaintainer} long_description {This package provides a module for robust enumerations in Python.} categories {python devel} version 0.4.2 revision 0
-py-epydoc 659
-variants universal portdir python/py-epydoc description {API documentation generator for Python modules} homepage http://epydoc.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-epydoc maintainers nomaintainer long_description {Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext.} categories python version 2.1 revision 1
+py-epydoc 680
+variants universal portdir python/py-epydoc description {API documentation generator for Python modules} homepage http://epydoc.sourceforge.net/ epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-epydoc maintainers trashmail.net:macports_dharland long_description {Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext.} categories python version 3.0.1 revision 1
 py-exif 483
 variants universal portdir python/py-exif description {Python interface to the EXIF meta-data} homepage http://sourceforge.net/projects/exif-py/ epoch 1 platforms {darwin freebsd} depends_lib port:python24 name py-exif maintainers nomaintainer long_description {Exchangeable Image File Format for Digital Still Cameras is a meta-information tag that can be embedded in tiff or jpeg image files. py-exif is a Python interface to this data.} categories python version 1.0.2 revision 0
 py-eyed3 550
@@ -6146,8 +6144,8 @@
 variants universal portdir python/py-htmltemplate description {HTML template engine for python} homepage http://freespace.virgin.net/hamish.sanderson/htmltemplate.html epoch 0 platforms darwin depends_lib port:python24 name py-htmltemplate maintainers nomaintainer long_description {HTMLTemplate converts HTML/XHTML templates into simple Python object models that can be manipulated through callback functions in your scripts.} categories {python textproc} version 1.4.2 revision 0
 py-hyperestraier 383
 variants universal portdir python/py-hyperestraier description {a Python module for Hyper Estraier} homepage http://hyperestraier.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 port:hyperestraier} name py-hyperestraier maintainers rsky0711 at gmail.com long_description {{a Python module for Hyper Estraier}} categories {python textproc} version 0.0.15 revision 0
-py-icalendar 647
-variants universal description {The iCalendar package is a parser/generator of RFC 2445 iCalendar files.} portdir python/py-icalendar homepage http://codespeak.net/icalendar/ epoch 0 name py-icalendar depends_lib port:python24 long_description {The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.} maintainers deric at caveo.se version 0.11 categories python revision 0
+py-icalendar 646
+variants universal description {The iCalendar package is a parser/generator of RFC 2445 iCalendar files.} portdir python/py-icalendar homepage http://codespeak.net/icalendar/ epoch 0 name py-icalendar depends_lib port:python24 long_description {The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.} maintainers deric at caveo.se version 1.2 categories python revision 0
 py-id3lib 401
 variants universal portdir python/py-id3lib description {Python module for reading and writing id3v2 tags} homepage http://pyid3lib.sourceforge.net/ epoch 0 platforms darwin depends_lib {port:python24 lib:libid3:id3lib lib:libz:zlib} name py-id3lib maintainers rjkroege at liqui.org long_description {{Python module for reading and writing id3v2 tags}} categories {python audio} version 0.5.1 revision 0
 py-imdb 398
@@ -6212,6 +6210,8 @@
 variants universal portdir python/py-mailbox-reader description {python module for reading Unix mailboxes} homepage http://gradha.sdf-eu.org/program/mailbox_reader.en.html epoch 0 platforms {darwin freebsd} depends_lib port:python24 name py-mailbox-reader maintainers nomaintainer long_description {small Python module which allows sequential message reading from a Unix mailbox.} categories python version 1.0.4 revision 1
 py-make 815
 variants universal portdir python/py-make description {make replacement for use with python} homepage http://www.plope.com/software/pymake/ epoch 0 platforms darwin depends_lib port:python24 name py-make maintainers nomaintainer long_description {pymake is a simple make replacement which allows the specification of file dependency graphs within Python. With it, you can perform conditional complilation of source code, install software, run scripts, or any repeatable sequence of tasks that ends up creating a known set files on your filesystem. On subsequent runs of the same set of tasks, pymake performs the least amount of work possible to create the same set of files, only performing the work that it detects has not already been performed by earlier runs.} categories {python devel} version 0.9 revision 1
+py-mako 940
+variants universal portdir python/py-mako description {A super-fast templating language that borrows the best ideas from the existing templating languages.} homepage http://www.makotemplates.org/ epoch 0 platforms darwin depends_lib port:python24 name py-mako maintainers trashmail.net:macports_dharland long_description {Mako is a template library written in Python. It provides a familiar, non-XML syntax which compiles into Python modules for maximum performance. Mako's syntax and API borrows from the best ideas of many others, including Django templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server Page) language, which refines the familiar ideas of componentized layout and inheritance to produce one of the most straightforward and flexible models available, while also maintaining close ties to Python calling and scoping semantics.} categories {python www} version 0.1.10 revision 0
 py-managesieve 513
 variants universal portdir python/py-managesieve description {Protocol for remotely managing Sieve scripts} homepage http://www.crazy-compilers.com/py-lib/managesieve.html epoch 0 platforms {darwin freebsd} depends_lib {port:python24 port:py-optik} name py-managesieve maintainers nomaintainer long_description {A Protocol for remotely managing Sieve Scripts. A MANGAGESIEVE client library for remotely managing Sieve scripts, including an interactive sieveshell.} categories {python mail} version 0.3 revision 2
 py-markdown 331
@@ -7723,7 +7723,7 @@
 pwgen 413
 variants universal description {password generator} portdir sysutils/pwgen homepage http://sourceforge.net/projects/pwgen/ epoch 0 platforms darwin name pwgen long_description {This program spits out passwords which are virtually guaranteed not to be found in the dictionary, but are (usually) pronounceable to speakers of English.} maintainers {raimue openmaintainer} categories sysutils version 2.06 revision 1
 python_select 492
-variants {universal darwin_7 darwin_8 darwin_9} description {Switch the default python interpreter} portdir sysutils/python_select homepage http://svn.macports.org/repository/macports/users/mww/select/ epoch 0 platforms darwin name python_select long_description {python_select lets you switch the default python interpreter. python_select symlinks the standard python executables in the MacPorts prefix to the selected version.} maintainers raimue categories sysutils version 0.1 revision 2
+variants {universal darwin_7 darwin_8 darwin_9} description {Switch the default python interpreter} portdir sysutils/python_select homepage http://svn.macports.org/repository/macports/users/mww/select/ epoch 0 platforms darwin name python_select long_description {python_select lets you switch the default python interpreter. python_select symlinks the standard python executables in the MacPorts prefix to the selected version.} maintainers raimue categories sysutils version 0.1 revision 3
 remap-bad-apple-keys 466
 variants universal portdir sysutils/remap-bad-apple-keys description {A utility to remap some bad keys in Apple's X11} homepage http://ranger.befunk.com/fink/ epoch 0 depends_run bin:xmodmap:XFree86 platforms darwin name remap-bad-apple-keys maintainers nomaintainer long_description {Some keys are incorrectly mapped in Apple's X11 (and possibly others), making it impossible to use navigation keys in some applications.} version 1.0 categories sysutils revision 0
 repoview 564

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080304/142a265f/attachment-0001.html 


More information about the macports-changes mailing list