[64801] trunk/dports

portindex at macports.org portindex at macports.org
Mon Mar 15 13:54:27 PDT 2010


Revision: 64801
          http://trac.macports.org/changeset/64801
Author:   portindex at macports.org
Date:     2010-03-15 13:54:23 -0700 (Mon, 15 Mar 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-03-15 20:01:22 UTC (rev 64800)
+++ trunk/dports/PortIndex	2010-03-15 20:54:23 UTC (rev 64801)
@@ -1436,6 +1436,8 @@
 variants universal depends_build port:ghc portdir devel/haskell-hinstaller description {The hinstaller library for Haskell} homepage http://www.wellquite.org/hinstaller/ epoch 0 platforms darwin name haskell-hinstaller maintainers thomaskeller.biz:me 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.} categories devel version 2007.5.13 revision 0
 haskell-parsedate 423
 variants universal depends_build port:ghc portdir devel/haskell-parsedate description {The parsedate library for Haskell} homepage http://www.cs.chalmers.se/~bringert/darcs/parsedate/doc/ epoch 0 platforms darwin name haskell-parsedate maintainers thomaskeller.biz:me long_description {This library provides a function for parsing dates and times given a date format string.} categories devel version 2006.11.10 revision 0
+haskell-platform 1054
+portdir devel/haskell-platform description {Meta port for the haskell platform} homepage http://hackage.haskell.org/platform/ epoch 0 depends_run {port:ghc port:hs-platform-cgi port:hs-platform-fgl port:hs-platform-editline port:hs-platform-GLUT port:hs-platform-haskell-src port:hs-platform-html port:hs-platform-HUnit port:hs-platform-mtl port:hs-platform-network port:hs-platform-OpenGL port:hs-platform-parallel port:hs-platform-parsec port:hs-platform-QuickCheck port:hs-platform-regex-base port:hs-platform-regex-compat port:hs-platform-regex-posix port:hs-platform-stm port:hs-platform-time port:hs-platform-xhtml port:hs-platform-zlib port:hs-platform-HTTP port:hs-platform-alex port:hs-platform-happy port:hs-platform-cabal} platforms darwin name haskell-platform maintainers gwright long_description {This is the the Haskell Platform: a single, standard Haskell distribution for every system. The Haskell Platform is a blessed library and tool suite for Haskell distilled from Hackage.} categories {devel haskell} version 2009.2.0.2 revision 0
 hat 745
 variants universal depends_build {port:ghc port:hmake} portdir devel/hat description {hat is the Haskell Tracer} homepage http://www.cs.york.ac.uk/fp/hat/ depends_run port:xterm epoch 0 platforms darwin depends_lib lib:libglib.1:glib1 name hat 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.} maintainers nomaintainer categories devel version 2.05 revision 0
 headerbrowser 366
@@ -1446,14 +1448,16 @@
 variants {ghc nhc98 universal} depends_build port:ghc portdir devel/hmake description {A Make Tool for Haskell Programs} homepage http://www.haskell.org/hmake/ epoch 0 platforms darwin depends_lib {port:gmp port:ncurses port:readline} name hmake long_description {hmake is a compilation manager for Haskell programs.} maintainers nomaintainer categories devel version 3.14 revision 2
 hoard 360
 portdir devel/hoard description {A drop-in replacement for malloc that is very fast on multiprocessor machines.} homepage http://www.hoard.org/ epoch 0 platforms darwin name hoard maintainers {stechert openmaintainer} long_description {{A drop-in replacement for malloc that is very fast on multiprocessor machines.}} version 3.7.1 categories devel revision 0
-hs-crypto 634
-depends_build port:ghc portdir devel/hs-Crypto description {The Haskell Cryptographic Library.} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:hs-platform-HUnit port:hs-QuickCheck} name hs-crypto maintainers nomaintainer long_description {The Haskell Cryptographic Library collects together existing Haskell cryptographic functions into one cabalized package, together with HUnit tests, QuickCheck property tests, examples showing how to interwork with other cryptographic implementations and examples showing how to handle other ASN.1 definitions.} categories {devel haskell} version 4.2.1 revision 0
+hs-Crypto 634
+depends_build port:ghc portdir devel/hs-Crypto description {The Haskell Cryptographic Library.} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:hs-platform-HUnit port:hs-QuickCheck} name hs-Crypto maintainers nomaintainer long_description {The Haskell Cryptographic Library collects together existing Haskell cryptographic functions into one cabalized package, together with HUnit tests, QuickCheck property tests, examples showing how to interwork with other cryptographic implementations and examples showing how to handle other ASN.1 definitions.} categories {devel haskell} version 4.2.1 revision 0
 hs-Edison 705
 variants universal portdir devel/hs-Edison description {A library of purely functional data structures for Haskell} homepage http://www.cs.princeton.edu/~rdockins/edison/home/index.html epoch 0 platforms darwin name hs-Edison depends_lib {port:ghc port:hs-EdisonAPI} long_description {Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: 1. A set of type classes defining data the following data structure abstractions: sequences, collections and associative collections, 2. Multiple concrete implementations of each of the abstractions.} maintainers gwright categories {devel haskell} version 1.2.1.3 revision 0
 hs-EdisonAPI 689
 variants universal portdir devel/hs-EdisonAPI description {A library of purely functional data structures for Haskell} homepage http://www.cs.princeton.edu/~rdockins/edison/home/index.html epoch 0 platforms darwin name hs-EdisonAPI depends_lib port:ghc long_description {Edison is a library of purely function data structures for Haskell originally written by Chris Okasaki. Conceptually, it consists of two things: 1. A set of type classes defining data the following data structure abstractions: sequences, collections and associative collections, 2. Multiple concrete implementations of each of the abstractions.} maintainers gwright categories {devel haskell} version 1.2.1 revision 1
 hs-HTTP 376
 depends_build port:ghc portdir devel/hs-HTTP description {Haskell client side HTTP library} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-HTTP maintainers nomaintainer long_description {Haskell's HTTP package contains updated versions of Warrick Gray's excellent Haskell HTTP and Browser modules.} categories {devel haskell} version 4000.0.9 revision 0
+hs-HUnit 376
+depends_build port:ghc portdir devel/hs-HUnit description {A unit testing framework for Haskell (development version)} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-HUnit maintainers nomaintainer long_description {HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java.} categories {devel haskell} version 1.2.2.1 revision 0
 hs-NewBinary 424
 variants universal depends_build port:ghc portdir devel/hs-NewBinary description {The New Binary library for Haskell.} homepage http://hackage.haskell.org/packages/archive/pkg-list.html epoch 20081014 platforms darwin name hs-NewBinary long_description {An older haskell library for fast binary I/O. New projects should consider using hs-binary.} maintainers nomaintainer categories {devel haskell} version 0.1.1 revision 0
 hs-QuickCheck 626

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


More information about the macports-changes mailing list