[39131] trunk/dports/PortIndex

portindex at macports.org portindex at macports.org
Sat Aug 9 12:53:09 PDT 2008


Revision: 39131
          http://trac.macosforge.org/projects/macports/changeset/39131
Author:   portindex at macports.org
Date:     2008-08-09 12:53:08 -0700 (Sat, 09 Aug 2008)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2008-08-09 17:22:34 UTC (rev 39130)
+++ trunk/dports/PortIndex	2008-08-09 19:53:08 UTC (rev 39131)
@@ -972,8 +972,8 @@
 variants universal description {Disassembler for a variety of microprocessors} portdir devel/d52 homepage http://www.8052.com/ epoch 0 platforms darwin name d52 long_description {d52 is a set of disassemblers for the 8052, 8035, 8048, 8041, Z80, 8080 and 8085 microcontrollers} maintainers nomaintainer categories devel version v341 revision 0
 daaplib 518
 portdir devel/daaplib variants universal description {small library for reading and writingg DAAP streams} name daaplib version 0.1.1a categories {devel net} homepage http://www.deleet.de/projekte/daap/daaplib/ revision 0 epoch 0 maintainers nomaintainer long_description {daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP streams in memory. The code is straightforward and can mirror the structure of the data fairly well. DAAP streams are use by iTunes for sharing songs.}
-darcs 677
-variants {universal docs profiling} depends_build port:ghc variant_desc {docs {Generate a printable manual} profiling {Build darcs with runtime profiling enabled}} portdir devel/darcs description {David's Advanced Revision Control System} homepage http://darcs.net/ epoch 0 platforms darwin depends_lib {port:readline port:curl port:gmp} name darcs maintainers gwright at macports.org long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} categories devel version 2.0.2 revision 1
+darcs 739
+variants {universal docs profiling nolibcurl} depends_build port:ghc variant_desc {docs {Generate a printable manual} profiling {Build darcs with runtime profiling enabled} nolibcurl {Build darcs without libcurl}} portdir devel/darcs description {David's Advanced Revision Control System} homepage http://darcs.net/ depends_run port:wget epoch 0 platforms darwin depends_lib {port:readline port:gmp} name darcs maintainers gwright at macports.org long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} categories devel version 2.0.2 revision 2
 darcs-devel 563
 variants universal depends_build port:ghc portdir devel/darcs-devel description {David's Advanced Revision Control System} homepage http://darcs.net/ epoch 0 platforms darwin depends_lib {port:readline port:curl port:gmp} name darcs-devel maintainers nomaintainer long_description {David's Advanced Revision Control System is yet another replacement for CVS. It is written in Haskell, and has been tested on Linux and Mac OS X. Darcs includes a cgi script, which can be used to view the contents of your repository.} version 2.0.0pre4 categories devel revision 0
 darts 511
@@ -3015,7 +3015,7 @@
 xchat 383
 variants {universal darwin_i386} portdir irc/xchat description {GTK+ IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat depends_lib {port:gettext port:gtk1} maintainers nomaintainer long_description {XChat is a graphical IRC client based on GTK that has many features and can be scripted with Perl and/or Python.} version 1.8.11 categories irc revision 1
 xchat2 427
-variants {universal darwin_6 darwin_7 xft ssl ipv6} portdir irc/xchat2 description {GTK+2 IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat2 depends_lib {port:gtk2 port:perl5.8} maintainers {afb at macports.org openmaintainer} long_description {XChat2 is a graphical IRC client based on GTK2 that has many features and can be scripted with Perl and/or Python.} version 2.8.4 categories irc revision 0
+variants {universal darwin_6 darwin_7 xft ssl ipv6} portdir irc/xchat2 description {GTK+2 IRC client} homepage http://www.xchat.org/ epoch 0 platforms darwin name xchat2 depends_lib {port:gtk2 port:perl5.8} maintainers {afb at macports.org openmaintainer} long_description {XChat2 is a graphical IRC client based on GTK2 that has many features and can be scripted with Perl and/or Python.} version 2.8.6 categories irc revision 0
 aspectj 336
 variants universal description {seamless aspect-oriented extension to the Java language} portdir java/aspectj homepage http://www.eclipse.org/aspectj/ epoch 0 platforms darwin name aspectj long_description {{seamless aspect-oriented extension to the Java language}} maintainers mww categories {java lang devel} version 1.6.1 revision 0
 beanshell 937
@@ -3613,7 +3613,7 @@
 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 981
-variants {universal darwin_6 darwin_7 darwin_8_powerpc darwin_8_i386 darwin_9_powerpc darwin_9_i386 no_opengl} variant_desc {no_opengl {omit OpenGL support}} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://haskell.org/ 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.} categories lang version 6.8.3 revision 0
+variants {universal darwin_6 darwin_7 darwin_8_powerpc darwin_8_i386 darwin_9_powerpc darwin_9_i386 no_opengl} variant_desc {no_opengl {omit OpenGL support}} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://haskell.org/ 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.} categories lang version 6.8.3 revision 1
 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
@@ -8364,8 +8364,8 @@
 variants {universal with_default_names} variant_desc {with_default_names {don't prefix names with a 'g'}} portdir sysutils/file description {File - determine file type} homepage ftp://ftp.astron.com/pub/file/ epoch 0 platforms darwin name file depends_lib port:zlib maintainers nomaintainer long_description {File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed.} version 4.25 categories sysutils revision 0
 findutils 472
 variants {universal with_default_names} variant_desc {with_default_names {Install files without 'g' prefix}} portdir sysutils/findutils description {findutils contains GNU find, xargs, and locate} homepage http://www.gnu.org/software/findutils/ epoch 0 platforms darwin name findutils depends_lib {port:gettext port:libiconv} maintainers {nox openmaintainer} long_description {{findutils contains GNU find, xargs, and locate}} version 4.4.0 categories sysutils revision 0
-foremost 629
-variants {universal darwin} description {a console program to recover files based on their headers and footers.} portdir sysutils/foremost homepage http://foremost.sourceforge.net/ epoch 0 platforms darwin name foremost long_description {Foremost is a console program to recover files based on their headers and footers. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. The headers and footers are specified by a configuration file, so you can pick and choose which headers you want to look for.} maintainers md at hudora.de categories sysutils version 0.69 revision 0
+foremost 630
+variants {universal darwin} description {a console program to recover files based on their headers and footers.} portdir sysutils/foremost homepage http://foremost.sourceforge.net/ epoch 0 platforms darwin name foremost long_description {Foremost is a console program to recover files based on their headers and footers. Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. The headers and footers are specified by a configuration file, so you can pick and choose which headers you want to look for.} maintainers md at hudora.de categories sysutils version 1.5.4 revision 0
 freeradius 628
 variants {universal kerberos} variant_desc {kerberos { Using kerberos }} portdir sysutils/freeradius description {Free Radius Implementation} homepage http://www.freeradius.org/ epoch 0 platforms {darwin freebsd} name freeradius depends_lib {port:openssl port:gdbm} maintainers nomaintainer long_description {The FreeRADIUS Server Project is an attempt to create a high-performance and highly-configurable GPLd free RADIUS server. The server is similar to Livingston's 2.0 server. FreeRADIUS is a variant of the Cistron RADIUS server, but they don't share a lot in common any more.} version 2.0.4 categories sysutils revision 2
 fs-check 543
@@ -9251,7 +9251,7 @@
 pathalizer 582
 variants universal portdir www/pathalizer description {visualize the paths most users take when browsing a website} homepage http://pathalizer.sourceforge.net/ epoch 0 depends_run {bin:gs:ghostscript bin:dot:graphviz port:netpbm} platforms darwin name pathalizer maintainers nomaintainer long_description {Pathalizer is a tool to visualize the paths most users take when browsing a website. This information can then be used to decide how to improve the navigation of the site, and which parts are most worth improving and keeping up to date.} version 0.7 categories www revision 0
 php4 1331
-variants {universal darwin_6 darwin_7 macosx apache apache2 apache20 crypt curl mysql3 mysql4 mysql5 postgresql8 ldap gmp dbase imap pspell xslt readline t1lib} variant_desc {apache {for Apple Apache} apache2 {for current Apache} apache20 {for Apache 2.0.59} crypt {interface to mcrypt library} curl {connect to servers using different protocols} mysql3 {MySQL 3 functions} mysql4 {MySQL 4 functions} mysql5 {MySQL 5 functions} postgresql8 {add support for PostgreSQL databases} ldap {enable LDAP support} gmp {Add GNU MP functions} dbase {Add dBase file format support} imap {enable operatin with IMAP protocol} pspell {Add pspell spell-checking functions} xslt {a processor independent API to XSLT transformations} readline {Add GNU readline functions} t1lib {Add PostScript Type 1 font support with t1lib}} portdir www/php4 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} name php4 depends_lib {port:libiconv port:expat port:get
 text port:zlib port:openssl port:tiff port:libxml2 port:libtool port:gd2 port:jpeg port:libpng port:freetype} maintainers {jwa ryandesign} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} version 4.4.8 categories {www php lang} revision 1
+variants {universal darwin_6 darwin_7 macosx apache apache2 apache20 crypt curl mysql3 mysql4 mysql5 postgresql8 ldap gmp dbase imap pspell xslt readline t1lib} variant_desc {apache {for Apple Apache} apache2 {for current Apache} apache20 {for Apache 2.0.59} crypt {interface to mcrypt library} curl {connect to servers using different protocols} mysql3 {MySQL 3 functions} mysql4 {MySQL 4 functions} mysql5 {MySQL 5 functions} postgresql8 {add support for PostgreSQL databases} ldap {enable LDAP support} gmp {Add GNU MP functions} dbase {Add dBase file format support} imap {enable operatin with IMAP protocol} pspell {Add pspell spell-checking functions} xslt {a processor independent API to XSLT transformations} readline {Add GNU readline functions} t1lib {Add PostScript Type 1 font support with t1lib}} portdir www/php4 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} name php4 depends_lib {port:libiconv port:expat port:get
 text port:zlib port:openssl port:tiff port:libxml2 port:libtool port:gd2 port:jpeg port:libpng port:freetype} maintainers {jwa ryandesign} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.} version 4.4.9 categories {www php lang} revision 0
 php5 1693
 variants {universal darwin_6 darwin_7 macosx apache apache2 fastcgi gmp dbase imap pspell tidy mssql snmp macports_snmp mysql3 mysql4 mysql5 oracle postgresql82 postgresql83 sqlite ipc pcntl pear readline sockets t1lib} variant_desc {apache {for Apple Apache} apache2 {for current Apache} fastcgi {add fastcgi binary} gmp {Add GNU MP functions} dbase {Add dBase file format support} imap {enable operation with IMAP protocol} pspell {Add pspell spell-checking functions} tidy {add Tidy support} mssql {add support for MS-SQL server} snmp {use Apple snmp} macports_snmp {use MacPorts snmp} mysql3 {build MySQL 3 support} mysql4 {build MySQL 4 support} mysql5 {build MySQL 5 support} oracle {Add Oracle oci8 database functions with the Oracle Instant Client} postgresql82 {provide postgresql82 support} postgresql83 {provide postgresql83 support} sqlite {build sqlite support} ipc {build IPC support} pcntl {provide process control} pear {add pear stuff} readline {Add GNU readline functions
 } sockets {Add socket communication functions} t1lib {Add PostScript Type 1 font support with t1lib}} portdir www/php5 description {PHP: Hypertext Preprocessor} homepage http://www.php.net/ epoch 0 platforms {darwin freebsd} name php5 depends_lib {port:libxml2 port:libxslt port:openssl port:zlib port:bzip2 port:libiconv port:expat port:gettext port:tiff port:mhash port:libmcrypt port:curl port:pcre port:gd2 port:jpeg port:libpng port:freetype} maintainers {ryandesign jwa} long_description {PHP is a widely-used general-purpose scripting language that is especially suited for developing web sites, but can also be used for command-line scripting.} version 5.2.6 categories {www lang php} revision 1
 php5-devel 1783
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080809/142c81f6/attachment-0001.html 


More information about the macports-changes mailing list