[64864] trunk/dports

portindex at macports.org portindex at macports.org
Tue Mar 16 08:54:39 PDT 2010


Revision: 64864
          http://trac.macports.org/changeset/64864
Author:   portindex at macports.org
Date:     2010-03-16 08:54:37 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-03-16 15:18:50 UTC (rev 64863)
+++ trunk/dports/PortIndex	2010-03-16 15:54:37 UTC (rev 64864)
@@ -1202,8 +1202,8 @@
 portdir devel/d52 description {Disassembler for a variety of microprocessors} homepage http://www.8052.com/ epoch 0 platforms darwin name d52 maintainers nomaintainer long_description {d52 is a set of disassemblers for the 8052, 8035, 8048, 8041, Z80, 8080 and 8085 microcontrollers} depends_extract bin:unzip:unzip categories devel version v341 revision 0
 daaplib 567
 variants universal portdir devel/daaplib description {small library for reading and writingg DAAP streams} homepage http://www.deleet.de/projekte/daap/daaplib/ epoch 0 platforms darwin name daaplib 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.} maintainers nomaintainer depends_extract bin:unzip:unzip categories {devel net} version 0.1.1a revision 0
-darcs 567
-variants universal depends_build port:ghc portdir devel/darcs description {A distributed, interactive, smart revision control system} homepage http://darcs.net epoch 0 platforms darwin depends_lib {port:curl port:ncurses port:gmp} name darcs 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.} maintainers gwright categories {devel haskell} version 2.2.1 revision 0
+darcs 644
+variants universal depends_build {port:haskell-platform port:hs-haskeline port:hs-hashed-storage port:hs-utf8-string port:hs-zlib port:hs-HTTP} portdir devel/darcs description {A distributed, interactive, smart revision control system} homepage http://darcs.net epoch 0 platforms darwin depends_lib port:gmp name darcs 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.} maintainers gwright categories {devel haskell} version 2.4.0 revision 0
 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 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.} maintainers nomaintainer categories devel version 2.0.0pre4 revision 0
 darts 528
@@ -1494,6 +1494,8 @@
 variants universal depends_build port:ghc portdir devel/hs-happy description {The Parser Generator for Haskell} homepage http://haskell.org/happy/ epoch 0 platforms darwin name hs-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 categories devel version 1.18.4 revision 1
 hs-hashed-storage 717
 depends_build port:ghc portdir devel/hs-hashed-storage description {Hashed file storage support code.} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:ghc port:hs-binary port:hs-dataenc port:hs-mmap} name hs-hashed-storage maintainers gwright long_description {Support code for reading and manipulating hashed file storage (where each file and directory is associated with a cryptographic hash, for corruption-resistant storage and fast comparisons). The supported storage formats include darcs hashed pristine, a plain filesystem tree and an indexed plain tree (where the index maintains hashes of the plain files and directories).} categories {devel haskell} version 0.4.7 revision 0
+hs-haskeline 562
+depends_build port:ghc portdir devel/hs-haskeline description {A command-line interface for user input, written in Haskell.} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:ghc port:hs-utf8-string} name hs-haskeline maintainers gwright long_description {Haskeline provides a user interface for line input in command-line programs. This library is similar in purpose to readline, but since it is written in Haskell it is (hopefully) more easily used in other Haskell programs.} categories {devel haskell} version 0.6.1.6 revision 0
 hs-hinstaller 656
 variants universal depends_build port:ghc portdir devel/hs-hinstaller description {The hinstaller library for Haskell} homepage http://www.wellquite.org/hinstaller/ epoch 0 platforms darwin name hs-hinstaller long_description {This module allows you to incorporate arbitrary files into a haskell module during compilation. The files are then available to you through functions which allows you to write installer-type applications which write out the files when run. Thus this can be considered in the same model as Java .jar files or executable zip or other file archives.} maintainers nomaintainer categories {devel haskell} version 2008.2.16 revision 0
 hs-hslogger 531
@@ -1502,6 +1504,8 @@
 variants universal depends_build {port:ghc path:bin/happy:happy path:bin/alex:alex} portdir devel/hs-language-c description {C99 parser and pretty-printer} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-language-c long_description {Language.C is a parser and pretty-printer framework for C99 and the extensions of gcc.} maintainers {ryandesign openmaintainer} categories {devel haskell} version 0.3.1.1 revision 0
 hs-libcabal 706
 depends_build port:ghc portdir devel/hs-libcabal description {Library for Haskell's Cabal build system (development version).} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-libcabal maintainers gwright long_description {Cabal is a system for building and packaging Haskell libraries and programs It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs. This port provides only the library. The hs-cabal port provides the cabal installer program.} categories {devel haskell} version 1.8.0.2 revision 0
+hs-mmap 563
+depends_build port:ghc portdir devel/hs-mmap description {Memory mapped files for POSIX and Windows} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib port:ghc name hs-mmap maintainers nomaintainer long_description {This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported.} categories {devel haskell} version 0.4.1 revision 0
 hs-parsec 605
 variants universal depends_build port:ghc portdir devel/hs-parsec description {Monadic parser combinators for Haskell} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-parsec long_description {Parsec is designed from scratch as an industrial-strength parser library. It is simple, safe, well documented, has extensive libraries and good error messages, and is also fast. It is defined as a monad transformer that can be stacked on arbitrary monads, and it is also parametric in the input stream type.} maintainers gmail.com:mdippery categories {devel haskell} version 3.0.0 revision 0
 hs-parsedate 414
@@ -2252,8 +2256,8 @@
 variants universal portdir devel/tcllib description {tcllib standardized library} homepage http://tcllib.sf.net/ epoch 0 platforms darwin name tcllib depends_lib {port:tcl path:bin/dot:graphviz port:tk} long_description {tcllib is a set of pure-Tcl extensions that you can use to become even more productive with Tcl.} maintainers nomaintainer categories devel version 1.12 revision 0
 tclsqlite2 410
 variants universal portdir devel/tclsqlite2 description {TCL bindings for the SQLite embedded database engine} homepage http://www.sqlite.org/ epoch 0 platforms darwin name tclsqlite2 depends_lib port:sqlite2 long_description {TCL bindings for the SQLite embedded database engine. This port contains bindings for sqlite 2.x.} maintainers nomaintainer categories {devel databases tcl} version 2.8.17 revision 0
-tig 354
-variants {html_doc universal} portdir devel/tig description {A text interface to git repositories} homepage http://jonas.nitro.dk/tig/ epoch 0 platforms darwin name tig depends_lib {port:git-core port:libiconv port:ncurses} long_description {{A text interface to git repositories}} maintainers free.fr:ocroquette categories devel version 0.15 revision 0
+tig 371
+variants {html_doc universal} portdir devel/tig description {A text interface to git repositories} homepage http://jonas.nitro.dk/tig/ epoch 0 platforms darwin name tig depends_lib {port:git-core port:libiconv port:ncurses} long_description {{A text interface to git repositories}} maintainers {free.fr:ocroquette openmaintainer} categories devel version 0.15 revision 0
 tkcvs 548
 portdir devel/tkcvs description {Tk-based GUI for CVS} homepage http://www.twobarleycorns.net/tkcvs.html epoch 0 depends_run bin:wish8.4:tk platforms darwin name tkcvs maintainers nomaintainer long_description {TkCVS is a Tcl/Tk-based graphical interface to the CVS configuration management system. It displays the status of the files in the current working directory, and provides buttons and menus to execute CVS commands on the selected files. TkDiff is included for browsing and merging your changes.} categories devel version 7.2.1 revision 0
 tpasm 638
@@ -4707,7 +4711,7 @@
 rexx 438
 variants universal portdir lang/rexx description {Regina Rexx is an interpreter for the Rexx language} homepage http://regina-rexx.sourceforge.net/ epoch 0 platforms darwin name rexx long_description {Regina is an implementation of the 1996 ANSI Standard for the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.} maintainers nomaintainer categories lang version 3.4 revision 0
 ruby 632
-variants {universal darwin darwin_7 tk mactk thread_hooks no_doc} portdir lang/ruby description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} long_description {Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.} maintainers kimuraw categories {lang ruby} version 1.8.7-p249 revision 0
+variants {universal darwin darwin_7 tk mactk thread_hooks no_doc} portdir lang/ruby description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} long_description {Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.} maintainers kimuraw categories {lang ruby} version 1.8.7-p249 revision 1
 ruby186 811
 variants {darwin darwin_9 tk mactk thread_hooks universal} depends_build {port:autoconf port:automake port:libtool} portdir lang/ruby186 description {Powerful and clean object-oriented scripting language} homepage http://www.ruby-lang.org/ epoch 0 platforms darwin name ruby186 depends_lib {port:libiconv port:readline port:openssl port:zlib port:ncurses} long_description {Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable. Note: this port conflicts with the ruby port, so you can have either that or this one active at one time.} maintainers {kimuraw openmaintainer} categories {lang ruby} version 1.8.6-p388 revision 0
 ruby19 735
@@ -10516,8 +10520,8 @@
 variants universal portdir ruby/rb-vte description {Ruby/VTE is a Ruby bindings of VTE} homepage http://sourceforge.net/projects/ruby-gnome2 epoch 0 platforms darwin name rb-vte depends_lib {port:ruby port:vte port:rb-gtk2} long_description {Ruby/VTE is a Ruby binding of VTE.} maintainers kimuraw categories {ruby gnome} version 0.19.2 revision 0
 rb-webfetcher 524
 portdir ruby/rb-webfetcher description {Ruby library for fetching documents and images from the web} homepage http://www.acc.umu.se/~r2d2/programming/ruby/webfetcher/ epoch 0 platforms darwin name rb-webfetcher depends_lib port:ruby maintainers otierney.net:darwin long_description {WebFetcher is a module designed to facilitate fetching large amounts of documents and images from the web. With WebFetcher it is easy to do such things as downloading all the images on a page.} categories {ruby www} version 0.5.5 revision 0
-rb-webgen 450
-variants universal portdir ruby/rb-webgen description {Templated based static website generator} homepage http://webgen.rubyforge.org/ epoch 0 platforms darwin name rb-webgen depends_lib {port:rb-redcloth port:rb-bluecloth} long_description {Webgen is a web page generator implemented in Ruby. It is used to generate static web pages from templates and page description files.} maintainers nomaintainer categories {ruby www} version 0.3.0 revision 0
+rb-webgen 467
+variants universal portdir ruby/rb-webgen description {Templated based static website generator} homepage http://webgen.rubyforge.org/ epoch 0 platforms darwin name rb-webgen depends_lib {port:rb-redcloth port:rb-cmdparse port:rb-kramdown} long_description {Webgen is a web page generator implemented in Ruby. It is used to generate static web pages from templates and page description files.} maintainers nomaintainer categories {ruby www} version 0.5.11 revision 0
 rb-webunit 553
 variants universal portdir ruby/rb-webunit description {Ruby API for testing html/cgi without a browser} homepage http://xpenguin.biz/download/webunit/ epoch 0 platforms darwin name rb-webunit depends_lib port:ruby long_description {WebUnit is Ruby API for testing html/cgi without a browser, and is idealy suited for automated unit testing of web sites when combined with a Ruby unit test framework such as RubyUnit(or Test::Unit). It was designed and implemented by Masaki Suketa.} maintainers nomaintainer categories ruby version 20040429 revision 1
 rb-xml-simple 331

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


More information about the macports-changes mailing list