[64999] trunk/dports

portindex at macports.org portindex at macports.org
Thu Mar 18 18:54:23 PDT 2010


Revision: 64999
          http://trac.macports.org/changeset/64999
Author:   portindex at macports.org
Date:     2010-03-18 18:54:22 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-03-19 00:48:35 UTC (rev 64998)
+++ trunk/dports/PortIndex	2010-03-19 01:54:22 UTC (rev 64999)
@@ -1480,6 +1480,8 @@
 depends_build {port:ghc port:hs-platform-alex} portdir devel/hs-bytestring-lexing description {Parse literals efficiently from ByteStrings} homepage http://hackage.haskell.org/package/bytestring-lexing epoch 0 platforms darwin name hs-bytestring-lexing maintainers nomaintainer long_description {Parse literals efficiently from GHC's ByteString type. At the moment, only Doubles are supported. Reading Ints and Integers is supported by GHC's included ByteString module.} categories {devel haskell} version 0.2.1 revision 0
 hs-cabal 647
 portdir devel/hs-cabal description {User interface to Haskell's Cabal build system (development version).} homepage http://www.haskell.org/cabal epoch 0 platforms darwin name hs-cabal depends_lib {port:hs-libcabal port:hs-zlib port:hs-HTTP} 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.} categories {devel haskell} version 0.8.0 revision 0
+hs-cereal 602
+depends_build port:ghc portdir devel/hs-cereal description {A binary serialization library} homepage http://hackage.haskell.org/package/cereal epoch 0 platforms darwin name hs-cereal maintainers {nox openmaintainer} long_description {A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and replaces the asynchronous errors with a user-handleable Either type. Similar to binary in performance, but uses a strict ByteString instead of a lazy ByteString, thus restricting it to operating on finite inputs.} categories devel version 0.2 revision 0
 hs-chunks 587
 variants universal depends_build port:ghc portdir devel/hs-chunks description {The chunks library for Haskell} homepage http://www.wellquite.org/chunks/ epoch 0 platforms darwin name hs-chunks 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.} maintainers nomaintainer categories {devel haskell} version 2007.4.18 revision 0
 hs-data-accessor 676
@@ -1491,11 +1493,13 @@
 hs-dataenc 496
 depends_build port:ghc portdir devel/hs-dataenc description {Data encoding library for haskell} homepage http://hackage.haskell.org/package/dataenc epoch 0 platforms darwin depends_lib port:ghc name hs-dataenc maintainers nomaintainer long_description {Data encoding library currently providing Base16, Base32, Base32Hex, Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding.} categories {devel haskell} version 0.13.0.2 revision 0
 hs-derive 636
-depends_build {port:ghc port:hs-haskell-src-exts-1.7 port:hs-uniplate} portdir devel/hs-derive description {A program and library to derive instances for data types} homepage http://hackage.haskell.org/package/derive epoch 0 platforms darwin name hs-derive maintainers {nox openmaintainer} long_description {Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. We see this tool as a competitor to DrIFT.} categories devel version 2.3.0 revision 0
+depends_build {port:ghc port:hs-haskell-src-exts-1.7 port:hs-uniplate} portdir devel/hs-derive description {A program and library to derive instances for data types} homepage http://hackage.haskell.org/package/derive epoch 0 platforms darwin name hs-derive maintainers {nox openmaintainer} long_description {Data.Derive is a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. We see this tool as a competitor to DrIFT.} categories devel version 2.3.0 revision 1
 hs-digest 512
 variants universal depends_build port:ghc portdir devel/hs-digest description {Cryptographic hash implementations} homepage http://hackage.haskell.org/package/digest epoch 0 platforms darwin name hs-digest long_description {This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported, they are implemented as FFI bindings to efficient code from zlib.} maintainers nomaintainer categories {devel haskell} version 0.0.0.5 revision 0
 hs-dlist 470
 depends_build port:ghc portdir devel/hs-dlist description {Difference lists} homepage http://hackage.haskell.org/package/dlist epoch 0 platforms darwin name hs-dlist maintainers nomaintainer long_description {Differences lists: a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive.} categories {devel haskell} version 0.5 revision 0
+hs-fingertree 785
+depends_build port:ghc portdir devel/hs-fingertree description {Generic finger-tree structure, with example instances} homepage http://hackage.haskell.org/package/fingertree epoch 0 platforms darwin name hs-fingertree maintainers {nox openmaintainer} long_description {A general sequence representation with arbitrary annotations, with example implementations of various collection types, as described in section 4 of Ralf Hinze and Ross Paterson, {"Finger} trees: a simple general-purpose data structure\", Journal of Functional Programming 16:2 (2006) pp 197-217. (http://www.soi.city.ac.uk/~ross/papers/FingerTree.html) For a tuned sequence type, see Data.Sequence in the containers package, which is a specialization of this structure.} categories devel version 0.0.1.0 revision 0
 hs-ghc-paths 410
 depends_build port:ghc portdir devel/hs-ghc-paths description {Locate ghc's installation directories} homepage http://hackage.haskell.org/package/ghc-paths epoch 0 platforms darwin name hs-ghc-paths maintainers nomaintainer long_description {Locate GHC's installation directories. This package is required by haddock, the Haskell documentation generator.} categories {devel haskell} version 0.1.0.5 revision 0
 hs-haddock 908
@@ -1576,12 +1580,22 @@
 depends_build port:ghc portdir devel/hs-platform-zlib description {The Haskell Zlib Binding} homepage http://hackage.haskell.org/package/zlib epoch 0 platforms darwin depends_lib {port:ghc port:zlib} name hs-platform-zlib maintainers nomaintainer long_description {Haskell bindings to the Zlib library for compression and decompression in gzip and zlib format. The library acts directly on ByteString values.} categories {devel haskell} version 0.5.0.0 revision 0
 hs-plugins 562
 variants universal depends_build {bin:ghc:ghc port:autoconf port:automake port:libtool} portdir devel/hs-plugins description {A plugin library for Haskell} homepage http://www.cse.unsw.edu.au/~dons/hs-plugins/hs-plugins.html epoch 20050407 platforms darwin name hs-plugins long_description {hs-plugins was originally designed as a system for replacing all the various configuration languages in existence (particularly mutt and vim) but developed to be very suitable for plugins in general.} maintainers nomaintainer categories devel version 20050407 revision 1
+hs-pointedlist 624
+depends_build {port:ghc port:hs-binary port:hs-data-accessor} portdir devel/hs-pointedlist description {A zipper-like comonad which works as a list, tracking a position} homepage http://hackage.haskell.org/package/pointedlist epoch 0 platforms darwin name hs-pointedlist maintainers {nox openmaintainer} long_description {A PointedList tracks the position in a non-empty list which works similarly to a zipper. A current item is always required, and therefore the list may never be empty. A circular PointedList wraps around to the other end when progressing past the actual edge.} categories devel version 0.3.5 revision 0
 hs-primitive 389
 depends_build port:ghc portdir devel/hs-primitive description {Wrappers for primitive operations} homepage http://hackage.haskell.org/package/primitive epoch 0 platforms darwin depends_lib port:ghc name hs-primitive maintainers nomaintainer long_description {This package provides wrappers for primitive array operations from GHC.Prim.} categories {devel haskell} version 0.2.1 revision 0
 hs-process 342
 depends_build port:ghc portdir devel/hs-process description {Process library for haskell} homepage http://hackage.haskell.org/package/process epoch 0 platforms darwin depends_lib port:ghc name hs-process maintainers gwright long_description {Libraries for dealing with system processes.} categories {devel haskell} version 1.0.1.2 revision 0
 hs-random 379
 variants universal depends_build port:ghc portdir devel/hs-random description {A random number library for Haskell.} homepage http://hackage.haskell.org/package/random epoch 0 platforms darwin depends_lib port:hs-platform-time name hs-random long_description {{A random number library for Haskell.}} maintainers nomaintainer categories {devel haskell} version 1.0.0.2 revision 0
+hs-regex-base 339
+depends_build port:ghc portdir devel/hs-regex-base description {Replaces/Enhances Text.Regex} homepage http://hackage.haskell.org/package/regex-base epoch 0 platforms darwin name hs-regex-base maintainers {nox openmaintainer} long_description {Interface API for regex-posix,pcre,parsec,tdfa,dfa} categories devel version 0.93.1 revision 0
+hs-regex-tdfa 384
+depends_build port:ghc portdir devel/hs-regex-tdfa description {A new all Haskell tagged DFA regex engine, inspired by libtre} homepage http://hackage.haskell.org/package/regex-tdfa epoch 0 platforms darwin name hs-regex-tdfa maintainers {nox openmaintainer} long_description {{A new all Haskell tagged DFA regex engine, inspired by libtre}} categories devel version 1.1.2 revision 0
+hs-rosezipper 346
+depends_build port:ghc portdir devel/hs-rosezipper description {Generic zipper implementation for Data.Tree} homepage http://hackage.haskell.org/package/rosezipper epoch 0 platforms darwin name hs-rosezipper maintainers {nox openmaintainer} long_description {{Generic zipper implementation for Data.Tree}} categories devel version 0.1 revision 0
+hs-split 345
+depends_build port:ghc portdir devel/hs-split description {Combinator library for splitting lists.} homepage http://hackage.haskell.org/package/split epoch 0 platforms darwin name hs-split maintainers {nox openmaintainer} long_description {Combinator library and utility functions for splitting lists.} categories devel version 0.1.2 revision 0
 hs-storable-complex 438
 depends_build port:ghc portdir devel/hs-storable-complex description {Storable instance for Complex} homepage http://hackage.haskell.org/package/storable-complex epoch 0 platforms darwin depends_lib port:ghc name hs-storable-complex maintainers gwright long_description {Provides a Storable instance for Complex which is binary compatible with C99, C++ and Fortran complex data types.} categories {devel haskell} version 0.2.1 revision 0
 hs-terminfo 518

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


More information about the macports-changes mailing list