[21066] trunk/dports/PortIndex

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 29 00:32:55 PST 2006


Revision: 21066
          http://trac.macosforge.org/projects/macports/changeset/21066
Author:   dluke at macports.org
Date:     2006-12-29 00:32:54 -0800 (Fri, 29 Dec 2006)

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

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2006-12-29 04:11:47 UTC (rev 21065)
+++ trunk/dports/PortIndex	2006-12-29 08:32:54 UTC (rev 21066)
@@ -653,7 +653,7 @@
 apr-util 457
 variants {no_bdb no_sqlite openldap} description {utilities built with the apache group's portability library} portdir devel/apr-util homepage http://apr.apache.org/ epoch 0 depends_lib {lib:libapr-1:apr port:expat port:libiconv port:db44} name apr-util long_description {apr-util is a library of useful utilities built with and intended to be used with the Apache Portable Runtime.} maintainers dluke at geeklair.net categories devel version 1.2.8 revision 0
 aqbanking 697
-variants {ofx geldkarte python} depends_build {port:libtool port:automake} portdir devel/aqbanking description {a generic online banking interface} homepage http://www.aqbanking.de/ epoch 0 name aqbanking depends_lib {port:gwenhywfar port:qt3 port:ktoblzcheck port:libglade2} maintainers mas at seligma.com long_description {aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).} version 2.2.3 categories {devel net} revision 0
+variants {ofx geldkarte python} depends_build {port:libtool port:automake} portdir devel/aqbanking description {a generic online banking interface} homepage http://www.aqbanking.de/ epoch 0 name aqbanking depends_lib {port:gwenhywfar port:qt3 port:ktoblzcheck port:libglade2} maintainers mas at seligma.com long_description {aqbanking is a generic online banking interface mainly supporting Home Banking Computer Interface, a standard used for German checking accounts, but also suitable for OFX as used in several other countries. Note that the YellowNet backend (for Suisse Postfinance) is not available for OS X (upstream only has a Linux binary).} version 2.2.4 categories {devel net} revision 0
 arch 535
 variants darwin description {GNU arch - revision control system} portdir devel/arch homepage http://www.gnu.org/software/gnu-arch/ epoch 0 platforms darwin name arch long_description {GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree and to help programmers combine and otherwise manipulate changes made by multiple people or at different times.} maintainers toby at opendarwin.org categories devel version 1.3.5 revision 0
 archway 405
@@ -933,13 +933,13 @@
 gtkglext 294
 portdir devel/gtkglext description {OpenGL Extension to GTK} name gtkglext depends_lib {port:gtk2 lib:libGL.1:XFree86} version 1.2.0 categories devel homepage http://sourceforge.net/projects/gtkglext/ revision 0 epoch 0 maintainers jd at lifehertz.com long_description {{OpenGL Extension to GTK}}
 gwenhywfar 428
-depends_build bin:glibtoolize:libtool description {a utility library required by aqbanking and related software} portdir devel/gwenhywfar homepage http://gwenhywfar.sourceforge.net/ epoch 0 depends_lib {lib:libssl:openssl port:gettext port:libxml2} name gwenhywfar long_description {{a utility library required by aqbanking and related software}} maintainers mas at macports.org categories {devel finance} version 2.4.1 revision 0
+depends_build bin:glibtoolize:libtool description {a utility library required by aqbanking and related software} portdir devel/gwenhywfar homepage http://gwenhywfar.sourceforge.net/ epoch 0 depends_lib {lib:libssl:openssl port:gettext port:libxml2} name gwenhywfar long_description {{a utility library required by aqbanking and related software}} maintainers mas at macports.org categories {devel finance} version 2.5.0 revision 0
 haddock 880
 depends_build port:ghc description {A Haskell Documentation Tool} portdir devel/haddock homepage http://www.haskell.org/haddock/ epoch 0 platforms darwin name haddock 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.} maintainers gwright at opendarwin.org categories devel version 0.8 revision 0
 halloc 437
 portdir devel/halloc platforms darwin description {hierarchical alloc is an extension to standard malloc/free} name halloc version 1.2.0 categories devel homepage http://swapped.cc/halloc revision 0 epoch 0 maintainers mww at opendarwin.org 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.}
-happy 834
-depends_build port:ghc description {The Parser Generator for Haskell} portdir devel/happy homepage http://www.haskell.org/happy/ epoch 0 platforms darwin name happy 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).} maintainers gwright at opendarwin.org categories devel version 1.15 revision 2
+happy 832
+depends_build port:ghc description {The Parser Generator for Haskell} portdir devel/happy homepage http://www.haskell.org/happy/ epoch 0 platforms darwin name happy 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).} maintainers gwright at macports.org categories devel version 1.15 revision 3
 hat 751
 depends_build {bin:ghc:ghc bin:hmake:hmake} portdir devel/hat description {hat is the Haskell Tracer} homepage http://www.cs.york.ac.uk/fp/hat/ depends_run bin:xterm:XFree86 epoch 0 platforms darwin name hat depends_lib lib:libglib.1:glib1 maintainers gwright at opendarwin.org long_description {Hat is a source-level tracer for Haskell 98, the standard lazy functional programming language. Hat is a tool that gives the user access to otherwise invisible information about a computation. Hat is portable between compilers: it works with both ghc and nhc98. It also supports various language extensions, such as the FFI, multi-parameter type classes, functional dependencies, and hierarchical module namespaces.} version 2.04 categories devel revision 3
 headerbrowser 372
@@ -1348,8 +1348,8 @@
 variants {no_bdb no_neon} description {Python bindings for the subversion version control system.} portdir devel/subversion-pythonbindings homepage http://subversion.tigris.org/ epoch 0 depends_lib {port:expat port:neon port:apr port:apr-util port:db44 port:subversion {path:${prefix}/bin/python:python24} port:py-bsddb} name subversion-pythonbindings long_description {Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). The python bindings provide access to subversion API from python.} maintainers dluke at geeklair.net categories {devel python} version 1.4.2 revision 0
 subversion-rubybindings 606
 variants {no_bdb no_neon} description {Ruby bindings for the subversion version control system.} portdir devel/subversion-rubybindings homepage http://subversion.tigris.org/ epoch 0 depends_lib {port:expat port:neon port:apr port:apr-util port:db44 port:subversion port:ruby} name subversion-rubybindings long_description {Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). The ruby bindings provide access to subversion API from ruby.} maintainers dluke at geeklair.net categories {devel ruby} version 1.4.2 revision 0
-svk 1127
-description {A distributed version control system.} portdir devel/svk homepage http://svk.elixus.org/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-data-hierarchy port:p5-algorithm-diff port:p5-algorithm-annotate port:p5-yaml port:p5-perlio-via-dynamic port:p5-uri port:p5-perlio-eol port:p5-io-digest port:p5-file-type port:p5-clone port:subversion-perlbindings port:p5-perlio-via-symlink port:p5-svn-mirror port:p5-pod-escapes port:p5-pod-simple port:p5-timedate port:p5-compress-zlib port:p5-freezethaw port:p5-locale-maketext-lexicon port:p5-locale-maketext-simple port:p5-class-autouse port:p5-io-pager port:p5-class-accessor port:p5-pathtools port:p5-version port:p5-yaml-syck port:p5-app-cli port:p5-list-moreutils port:p5-class-data-inheritable port:p5-path-class port:p5-universal-require port:p5-log-log4perl port:p5-file-temp-svkonly} name svk long_description {svk is a decentralized version control system written in Perl. It uses the Subvers
 ion filesystem but provides additional, powerful features} maintainers dluke at geeklair.net categories {perl perl} version 2.0.0 revision 0
+svk 1100
+description {A distributed version control system.} portdir devel/svk homepage http://svk.elixus.org/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-data-hierarchy port:p5-algorithm-diff port:p5-algorithm-annotate port:p5-perlio-via-dynamic port:p5-uri port:p5-perlio-eol port:p5-io-digest port:p5-file-type port:subversion-perlbindings port:p5-perlio-via-symlink port:p5-svn-mirror port:p5-pod-escapes port:p5-pod-simple port:p5-timedate port:p5-compress-zlib port:p5-freezethaw port:p5-locale-maketext-lexicon port:p5-locale-maketext-simple port:p5-class-autouse port:p5-io-pager port:p5-class-accessor port:p5-pathtools port:p5-version port:p5-yaml-syck port:p5-app-cli port:p5-list-moreutils port:p5-class-data-inheritable port:p5-path-class port:p5-universal-require port:p5-log-log4perl port:p5-file-temp-svkonly} name svk long_description {svk is a decentralized version control system written in Perl. It uses the Subversion filesystem but provides
  additional, powerful features} maintainers dluke at geeklair.net categories {perl perl} version 2.0.0 revision 0
 swig 890
 variants darwin_8 depends_build bin:bison:bison portdir devel/swig description {Tool to wrap C/C++ libraries in high-level languages.} homepage http://www.swig.org/ epoch 0 platforms darwin name swig maintainers kevin at opendarwin.org long_description {SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is primarily used with common scripting languages such as Perl, Python, Tcl/Tk, Ruby, Guile and MzScheme, however the list of supported languages also includes non-scripting languages such as Java and OCAML. SWIG is most commonly used to create high-level interpreted programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG may be freely used, distributed, and modified for commercial and noncommercial use.} version 1.3.29 categories devel revision 0
 t1lib 588
@@ -4262,8 +4262,8 @@
 description {Sstringified perl data structures, suitable for both printing and eval} portdir perl/p5-data-dumper homepage http://search.cpan.org/dist/Data-Dumper/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-data-dumper long_description {{Sstringified perl data structures, suitable for both printing and eval}} maintainers nomaintainer at macports.org categories perl version 2.121 revision 0
 p5-data-hexify 390
 description {Perl extension for hexdumping arbitrary data} portdir perl/p5-data-hexify homepage http://search.cpan.org/~jv/Data-Hexify epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-data-hexify long_description {{Perl extension for hexdumping arbitrary data}} maintainers {sal at email.arc.nasa.gov yeled at macports.org} categories perl version 1.00 revision 0
-p5-data-hierarchy 493
-description {This is a Perl extension for handling data in a hierarchical structure.} portdir perl/p5-data-hierarchy homepage http://search.cpan.org/~clkao/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-clone} name p5-data-hierarchy long_description {Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like filesystem).} maintainers dluke at geeklair.net categories perl version 0.34 revision 0
+p5-data-hierarchy 479
+description {This is a Perl extension for handling data in a hierarchical structure.} portdir perl/p5-data-hierarchy homepage http://search.cpan.org/~clkao/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8}} name p5-data-hierarchy long_description {Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like filesystem).} maintainers dluke at geeklair.net categories perl version 0.34 revision 0
 p5-data-page 621
 description {help when paging through sets of results} portdir perl/p5-data-page homepage http://search.cpan.org/dist/Data-Page/ epoch 0 platforms darwin depends_lib {{path:${prefix}/bin/perl:perl5.8} port:p5-class-accessor-chained} name p5-data-page long_description {When searching through large amounts of data, it is often the case that a result set is returned that is larger than we want to display on one page. This results in wanting to page through various pages of data. The maths behind this is unfortunately fiddly, hence this module.} maintainers narf_tm at macports.org categories perl version 2.00 revision 0
 p5-data-uuid 441

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061229/1290ee4d/attachment.html


More information about the macports-changes mailing list