[48203] trunk/dports/PortIndex

portindex at macports.org portindex at macports.org
Mon Mar 16 14:52:47 PDT 2009


Revision: 48203
          http://trac.macports.org/changeset/48203
Author:   portindex at macports.org
Date:     2009-03-16 14:52:47 -0700 (Mon, 16 Mar 2009)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2009-03-16 21:52:04 UTC (rev 48202)
+++ trunk/dports/PortIndex	2009-03-16 21:52:47 UTC (rev 48203)
@@ -187,7 +187,7 @@
 dact 467
 description {dynamic adaptive compression tool} portdir archivers/dact homepage http://www.rkeene.org/oss/dact/ epoch 0 platforms darwin name dact depends_lib {port:libmcrypt port:zlib port:bzip2 port:lzo} maintainers nomaintainer long_description {DACT attempts to create very efficient compressed files by attempting to use many different algorithms on each block until it finds the best for every block in the file.} version 0.8.41 categories archivers revision 0
 dar 429
-variants universal variant_desc {universal {Build for multiple architectures}} portdir archivers/dar description {Disk Archiver} homepage http://dar.sourceforge.net/ epoch 0 platforms darwin name dar depends_lib {port:zlib port:bzip2 port:libiconv port:gettext port:openssl} maintainers nomaintainer long_description {dar is a shell command that backs up directory trees and files.} version 2.3.7 categories archivers revision 0
+variants universal variant_desc {universal {Build for multiple architectures}} portdir archivers/dar description {Disk Archiver} homepage http://dar.sourceforge.net/ epoch 0 platforms darwin name dar depends_lib {port:zlib port:bzip2 port:libiconv port:gettext port:openssl} maintainers nomaintainer long_description {dar is a shell command that backs up directory trees and files.} version 2.3.8 categories archivers revision 0
 deb2targz 469
 description {converts .deb packages to .tar.gz archives} portdir archivers/deb2targz homepage http://www.miketaylor.org.uk/tech/deb/ epoch 0 depends_run path:bin/perl:perl5 platforms darwin name deb2targz maintainers nomaintainer long_description {deb2targz is a very small perl script for converting Debian Linux style .deb packages to a friendly .tar.gz. deb2targz does not need any external programs like ar or tar.} version 20021217 categories archivers revision 1
 dynamite 462
@@ -1971,7 +1971,7 @@
 ecb 565
 depends_build {port:emacs port:speedbar port:eieio port:semantic} portdir editors/ecb description {Emacs Code Browser} homepage http://ecb.sourceforge.net/ epoch 0 depends_run {port:emacs port:speedbar port:eieio port:semantic} platforms darwin name ecb maintainers nox long_description {While Emacs already has good editing support for many modes, its browsing support is somewhat lacking. That's where ECB comes in: it displays a number of informational windows that allow for easy source code navigation and overview.} version 2.32 categories editors revision 1
 ed 776
-variants universal variant_desc {universal {Build for multiple architectures}} portdir editors/ed description {ed is a line-oriented text editor.} homepage http://www.gnu.org/software/ed/ epoch 0 platforms darwin name ed maintainers lutz.horn at fastmail.fm long_description {ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. ed is the standard text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as Emacs.} version 1.0 categories editors revision 0
+variants universal variant_desc {universal {Build for multiple architectures}} portdir editors/ed description {ed is a line-oriented text editor.} homepage http://www.gnu.org/software/ed/ epoch 0 platforms darwin name ed maintainers lutz.horn at fastmail.fm long_description {ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. ed is the standard text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as Emacs.} version 1.2 categories editors revision 0
 ee 390
 portdir editors/ee description {easy to use text editor} platforms darwin name ee version 1.4.6 categories editors homepage http://www.users.qwest.net/~hmahon/ revision 0 epoch 0 maintainers nomaintainer long_description {An easy to use text editor. Intended to be usable with little or no instruction. Provides a terminal (curses based) interface. Features pop-up menus. A subset of aee.}
 efte 619
@@ -3944,8 +3944,8 @@
 variants universal variant_desc {universal {Build for multiple architectures}} portdir lang/gdc description {D language compiler} homepage http://dgcc.sourceforge.net/ epoch 0 platforms darwin name gdc maintainers mww long_description {gcc 4.1.2 with D language frontend, a new language by digitalmars} version 0.24 categories lang revision 2
 gforth 710
 variants universal variant_desc {universal {Build for multiple architectures}} portdir lang/gforth description {fast and portable implementation of the ANS Forth language} homepage http://www.gnu.org/software/gforth/ epoch 0 platforms darwin name gforth maintainers gmail.com:arto.bendiken 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.} version 0.7.0 categories lang revision 0
-ghc 1297
-variants {darwin_6 darwin_7 darwin_8_powerpc darwin_8_i386 darwin_9_powerpc darwin_9_i386 no_opengl} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_8_powerpc {Platform variant, do not select manually} darwin_8_i386 {Platform variant, do not select manually} darwin_9_powerpc {Platform variant, do not select manually} darwin_9_i386 {Platform variant, do not select manually} no_opengl {omit OpenGL support}} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://haskell.org/ghc epoch 0 platforms darwin name ghc depends_lib {port:libedit port:gmp port:perl5.8} maintainers gwright 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 f
 oreign 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.10.1 categories {lang haskell} revision 8
+ghc 1255
+variants {darwin_6 darwin_7 darwin_8_powerpc darwin_8_i386 darwin_9_powerpc darwin_9_i386} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_8_powerpc {Platform variant, do not select manually} darwin_8_i386 {Platform variant, do not select manually} darwin_9_powerpc {Platform variant, do not select manually} darwin_9_i386 {Platform variant, do not select manually}} portdir lang/ghc description {The Glorious Glasgow Haskell Compilation System} homepage http://haskell.org/ghc epoch 0 platforms darwin name ghc depends_lib {port:libedit port:gmp port:perl5.8} maintainers gwright 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.10.1 categories {lang haskell} revision 9
 ghc-devel 1179
 variants {darwin_6 extra test darwin_7 darwin_8 noopengl universal} depends_build {port:ghc port:alex port:darcs port:happy} variant_desc {darwin_6 {Platform variant, do not select manually} darwin_7 {Platform variant, do not select manually} darwin_8 {Platform variant, do not select manually} universal {Build for multiple architectures}} 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.} categories lang version 6.7 revision 2
 gnat-gcc 820
@@ -10187,7 +10187,7 @@
 httperf 957
 variants universal variant_desc {universal {Build for multiple architectures}} portdir www/httperf description {tool for measuring webserver performance} homepage http://www.hpl.hp.com/research/linux/httperf/ epoch 0 platforms darwin name httperf maintainers nomaintainer long_description {httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its robustness, which includes the ability to generate and sustain server overload, support for the HTTP/1.1 protocol, and its extensibility to new workload generators and performance measurements.} version 0.9.0 categories {www benchmarks} revision 0
 ikiwiki 1039
-variants universal depends_build port:coreutils variant_desc {universal {Build for multiple architectures}} portdir www/ikiwiki description {A wiki compiler.} homepage http://ikiwiki.info/ epoch 0 platforms darwin name ikiwiki depends_lib {path:bin/perl:perl5 port:p5-cgi-formbuilder port:p5-cgi-session port:p5-data-dumper port:p5-html-parser port:p5-html-scrubber port:p5-html-parser port:p5-mail-sendmail port:p5-html-template port:p5-text-markdown port:p5-uri port:p5-timedate port:p5-xml-simple port:p5-crypt-ssleay port:p5-digest-sha1 port:p5-file-mimeinfo port:p5-locale-gettext port:p5-rpc-xml port:p5-text-csv port:p5-text-wikiformat port:p5-xml-feed} long_description {Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. There are many other features, including support for blogging, as well as a large array of plugins.} maintainers tom
 myd categories {www perl} version 3.06 revision 1
+variants universal depends_build port:coreutils variant_desc {universal {Build for multiple architectures}} portdir www/ikiwiki description {A wiki compiler.} homepage http://ikiwiki.info/ epoch 0 platforms darwin name ikiwiki depends_lib {path:bin/perl:perl5 port:p5-cgi-formbuilder port:p5-cgi-session port:p5-data-dumper port:p5-html-parser port:p5-html-scrubber port:p5-html-parser port:p5-mail-sendmail port:p5-html-template port:p5-text-markdown port:p5-uri port:p5-timedate port:p5-xml-simple port:p5-crypt-ssleay port:p5-digest-sha1 port:p5-file-mimeinfo port:p5-locale-gettext port:p5-rpc-xml port:p5-text-csv port:p5-text-wikiformat port:p5-xml-feed} long_description {Ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git. There are many other features, including support for blogging, as well as a large array of plugins.} maintainers tom
 myd categories {www perl} version 3.08 revision 1
 jetty 666
 portdir www/jetty platforms darwin description {Java HTTP Servlet Server} name jetty version 5.1.10 categories {www java} homepage http://www.mortbay.org/jetty/ revision 0 epoch 0 maintainers landonf at macports.org long_description {Jetty is a 100% Java HTTP Server and Servlet Container. Jetty is a fully featured web server for static and dynamic content. Unlike separate server/container solutions, this means that your web server and web application run in the same process, without interconnection overheads and complications. Furthermore, as a pure java component, Jetty can be simply included in your application for demonstration, distribution or deployment.}
 kazehakase 608
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090316/3d06e0f6/attachment.html>


More information about the macports-changes mailing list