[65057] trunk/dports

portindex at macports.org portindex at macports.org
Sat Mar 20 07:54:27 PDT 2010


Revision: 65057
          http://trac.macports.org/changeset/65057
Author:   portindex at macports.org
Date:     2010-03-20 07:54:25 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------

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

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-03-20 14:39:25 UTC (rev 65056)
+++ trunk/dports/PortIndex	2010-03-20 14:54:25 UTC (rev 65057)
@@ -1454,6 +1454,8 @@
 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 license unknown categories devel version 3.14 revision 2
 hoard 376
 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 license unknown 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-Boolean 343
+depends_build port:ghc portdir devel/hs-Boolean description {Generalized booleans} homepage http://hackage.haskell.org/package/Boolean epoch 0 platforms darwin name hs-Boolean license BSD-3 maintainers {nox openmaintainer} long_description {Some classes for generalized boolean operations.} categories {devel haskell} version 0.0.1 revision 0
 hs-Crypto 665
 depends_build port:ghc portdir devel/hs-Crypto description {The Haskell Cryptographic Library.} homepage http://hackage.haskell.org/package/Crypto epoch 0 platforms darwin depends_lib {port:hs-platform-HUnit port:hs-QuickCheck} name hs-Crypto license unknown 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-Diff 364
@@ -1466,6 +1468,8 @@
 depends_build port:ghc portdir devel/hs-HTTP description {Haskell client side HTTP library} homepage http://hackage.haskell.org/package/HTTP epoch 0 platforms darwin name hs-HTTP license unknown 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 406
 depends_build port:ghc portdir devel/hs-HUnit description {A unit testing framework for Haskell (development version)} homepage http://hackage.haskell.org/package/HUnit epoch 0 platforms darwin name hs-HUnit license unknown 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-MemoTrie 383
+depends_build port:ghc portdir devel/hs-MemoTrie description {Trie-based memo functions} homepage http://hackage.haskell.org/package/MemoTrie epoch 0 platforms darwin name hs-MemoTrie license BSD-3 maintainers {nox openmaintainer} long_description {MemoTrie provides a basis for memoized functions over some domains, using tries.} categories {devel haskell} version 0.4.7 revision 0
 hs-NewBinary 460
 depends_build port:ghc portdir devel/hs-NewBinary description {A binary I/O library for haskell} homepage http://hackage.haskell.org/package/NewBinary epoch 0 platforms darwin depends_lib port:ghc name hs-NewBinary license unknown maintainers nomaintainer long_description {An older binary serialization library used by a number of haskell projects. For new projects consider an alternative such hs-binary.} categories {devel haskell} version 0.2.1 revision 0
 hs-QuickCheck 661
@@ -1598,8 +1602,8 @@
 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 license BSD-3 maintainers {nox openmaintainer} long_description {Combinator library and utility functions for splitting lists.} categories devel version 0.1.2 revision 0
 hs-storable-complex 454
 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 license unknown 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 534
-variants universal depends_build port:ghc portdir devel/hs-terminfo description {Haskell bindings to the terminfo library.} homepage http://hackage.haskell.org/package/terminfo epoch 0 platforms darwin name hs-terminfo long_description {This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows programs to interact with a variety of terminals using a standard set of capabilities.} maintainers nomaintainer license unknown categories {devel haskell} version 0.2.2.1 revision 0
+hs-terminfo 547
+depends_build port:ghc portdir devel/hs-terminfo description {Haskell bindings to the terminfo library.} homepage http://hackage.haskell.org/package/terminfo epoch 0 platforms darwin depends_lib port:ncursesw name hs-terminfo license BSD-3 maintainers {nox openmaintainer} long_description {This library provides an interface to the terminfo database (via bindings to the curses library). Terminfo allows programs to interact with a variety of terminals using a standard set of capabilities.} categories {devel haskell} version 0.3.1.1 revision 0
 hs-transformers 893
 depends_build port:ghc portdir devel/hs-transformers description {Concrete monad transformers} homepage http://hackage.haskell.org/package/transformers epoch 0 platforms darwin name hs-transformers license unknown maintainers {nox openmaintainer} long_description {Haskell 98 part of a monad transformer library, inspired by the paper {"Functional} Programming with Overloading and Higher-Order Polymorphism\" by Mark P Jones, in Advanced School of Functional Programming, 1995 (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html). This part contains the monad transformer class, the concrete monad transformers, operations and liftings. It can be used on its own in Haskell 98 code, or with the monad classes in the monads-fd or monads-tf packages, which automatically lift operations introduced by monad transformers through other transformers.} categories devel version 0.1.4.0 revision 0
 hs-type-level 1153
@@ -1614,6 +1618,10 @@
 depends_build port:ghc portdir devel/hs-utility-ht description {Various helper functions for Lists, Maybes, Tuples, Functions} homepage http://hackage.haskell.org/package/utility-ht epoch 0 platforms darwin name hs-utility-ht license BSD-3 maintainers {nox openmaintainer} long_description {Various small helper functions for Lists, Maybes, Tuples, Functions. Some of these functions are improved implementations of standard functions. They have the same name as their standard counterparts. The package only contains functions that do not require packages other than the base package. Thus you do not risk a dependency avalanche by importing it. However, further splitting the base package might invalidate this statement.} categories devel version 0.0.5.1 revision 0
 hs-vector 421
 depends_build port:ghc portdir devel/hs-vector description {Efficient arrays for Haskell} homepage http://hackage.haskell.org/package/vector epoch 0 platforms darwin depends_lib {port:ghc port:hs-primitive} name hs-vector license unknown maintainers nomaintainer long_description {An efficient implementation of Int-indexed arrays with a powerful loop fusion framework.} categories {devel haskell} version 0.5 revision 0
+hs-vector-space 678
+depends_build {port:ghc port:hs-Boolean port:hs-MemoTrie} portdir devel/hs-vector-space description {Vector & affine spaces, linear maps, and derivatives} homepage http://hackage.haskell.org/package/vector-space epoch 0 platforms darwin name hs-vector-space license BSD-3 maintainers {nox openmaintainer} long_description {vector-space provides classes and generic operations for vector spaces and affine spaces. It also defines a type of infinite towers of generalized derivatives. A generalized derivative is a linear transformation rather than one of the common concrete representations (scalars, vectors, matrices, ...).} categories {devel haskell} version 0.6.0 revision 0
+hs-vty 633
+depends_build {port:ghc port:hs-parsec port:hs-terminfo port:hs-utf8-string port:hs-vector-space} portdir devel/hs-vty description {A simple terminal access library} homepage http://hackage.haskell.org/package/vty epoch 0 platforms darwin name hs-vty license unknown maintainers {nox openmaintainer} long_description {vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use, have no confusing corner cases, and good support for common terminal types. Notable infelicities: sometimes poor efficiency, assumes UTF-8 character encoding support by the terminal.} categories devel version 4.2.1.0 revision 0
 hs-zip-archive 496
 variants universal depends_build port:ghc portdir devel/hs-zip-archive description {Zip archive access for Haskell} homepage http://hackage.haskell.org/package/zip-archive epoch 0 platforms darwin depends_lib {port:hs-binary port:hs-digest port:hs-zlib} name hs-zip-archive long_description {The zip-archive library provides functions for creating, modifying, and extracting files from zip archives.} maintainers nomaintainer license unknown categories {devel haskell} version 0.1.1.3 revision 0
 hs-zlib 484

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


More information about the macports-changes mailing list