[64798] trunk/dports

portindex at macports.org portindex at macports.org
Mon Mar 15 12:54:24 PDT 2010


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

Total number of ports parsed:	6691 
Ports successfully parsed:	6690	 
Ports failed:			1


Failed to parse file devel/haskell-platform/Portfile: can't read "Id": no such variable

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

Modified: trunk/dports/PortIndex
===================================================================
--- trunk/dports/PortIndex	2010-03-15 19:51:04 UTC (rev 64797)
+++ trunk/dports/PortIndex	2010-03-15 19:54:24 UTC (rev 64798)
@@ -1436,8 +1436,6 @@
 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
@@ -1448,14 +1446,18 @@
 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 598
-variants universal depends_build port:ghc portdir devel/hs-Crypto description {The Haskell Cryptographic Library.} homepage http://hackage.haskell.org/ epoch 0 platforms darwin name hs-Crypto 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.} maintainers nomaintainer categories {devel haskell} version 4.1.0 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-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
+depends_build port:ghc portdir devel/hs-QuickCheck description {Automatic testing of Haskell programs (development version)} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:hs-platform-mtl port:hs-random} name hs-QuickCheck maintainers gwright long_description {QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases.} categories {devel haskell} version 2.1.0.3 revision 0
 hs-alex 483
 variants universal depends_build port:ghc portdir devel/hs-alex description {A Lexical Analyzer Generator for Haskell} homepage http://www.haskell.org/alex/ epoch 0 platforms darwin name hs-alex long_description {Alex is a tool for generating lexical analysers in Haskell, given a description of the tokens to be recognised in the form of regular expressions. It is similar to the tools lex or flex for C/C++.} maintainers gwright categories {devel haskell} version 2.3.2 revision 1
 hs-binary 615
@@ -1464,8 +1466,8 @@
 variants universal depends_build port:ghc portdir devel/hs-bytestring-csv description {Parse CSV formatted data efficiently} homepage http://code.haskell.org/~dons/code/bytestring-csv epoch 0 platforms darwin name hs-bytestring-csv long_description {Parse CSV data from a bytestring.} maintainers nomaintainer categories {devel haskell} version 0.1.2 revision 0
 hs-bytestring-lexing 502
 variants universal depends_build {port:ghc port:alex} portdir devel/hs-bytestring-lexing description {Parse literals efficiently from ByteStrings} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-bytestring-lexing 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.} maintainers nomaintainer categories {devel haskell} version 0.2 revision 0
-hs-cabal 644
-variants universal portdir devel/hs-cabal description {User interface to Haskell's Cabal build system.} homepage http://www.haskell.org/cabal epoch 0 platforms darwin name hs-cabal depends_lib {port:hs-libcabal port:hs-zlib port:hs-http} 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.} maintainers gwright categories {devel haskell} version 0.6.2 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-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-digest 497
@@ -1482,14 +1484,10 @@
 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
 variants universal depends_build port:ghc portdir devel/hs-hslogger description {A logging framework for Haskell} homepage http://software.complete.org/hslogger epoch 0 platforms darwin name hs-hslogger long_description {hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.} maintainers gwright categories {devel haskell} version 1.0.6 revision 0
-hs-http 395
-variants universal 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 long_description {Haskell's HTTP package contains updated versions of Warrick Gray's excellent Haskell HTTP and Browser modules.} maintainers nomaintainer categories {devel haskell} version 4000.0.6 revision 0
 hs-language-c 436
 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 703
-variants universal depends_build port:ghc portdir devel/hs-libcabal description {Library for Haskell's Cabal build system.} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-libcabal 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.} maintainers gwright categories {devel haskell} version 1.6.0.3 revision 1
-hs-mtl 306
-variants universal depends_build port:ghc portdir devel/hs-mtl description {A monad transformer library} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-mtl long_description {{A monad transformer library}} maintainers nomaintainer categories {devel haskell} version 1.1.0.2 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-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
@@ -1544,6 +1542,8 @@
 depends_build port:ghc portdir devel/hs-platform-zlib description {The Haskell Zlib Binding} homepage http://hackage.haskell.org 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-random 364
+variants universal depends_build port:ghc portdir devel/hs-random description {A random number library for Haskell.} homepage http://hackage.haskell.org 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-terminfo 501
 variants universal depends_build port:ghc portdir devel/hs-terminfo description {Haskell bindings to the terminfo library.} homepage http://hackage.haskell.org 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 categories {devel haskell} version 0.2.2.1 revision 0
 hs-type-level 537
@@ -1554,8 +1554,8 @@
 variants universal depends_build port:ghc portdir devel/hs-utf8-string description {UTF8 layer for IO and Strings} homepage http://hackage.haskell.org epoch 0 platforms darwin name hs-utf8-string long_description {The utf8-string package provides operations for encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 without truncation.} maintainers nomaintainer categories {devel haskell} version 0.3.5 revision 0
 hs-zip-archive 460
 variants universal depends_build port:ghc portdir devel/hs-zip-archive description {Zip archive access for Haskell} homepage http://hackage.haskell.org 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 categories {devel haskell} version 0.1.1.3 revision 0
-hs-zlib 441
-variants universal depends_build port:ghc portdir devel/hs-zlib description {The Haskell Zlib Binding} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib port:zlib name hs-zlib long_description {Haskell bindings to the Zlib library for compression and decompression in gzip and zlib format. The library acts directly on ByteString values.} maintainers nomaintainer categories {devel haskell} version 0.5.0.0 revision 0
+hs-zlib 455
+depends_build port:ghc portdir devel/hs-zlib description {The Haskell Zlib Binding (development version)} homepage http://hackage.haskell.org epoch 0 platforms darwin depends_lib {port:ghc port:zlib} name hs-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.2.0 revision 0
 hsshellscript 434
 variants universal depends_build {bin:c2hs:c2hs bin:haddock:haddock} portdir devel/hsshellscript description {Haskell for Unix Shell Scripting} homepage http://www.volker-wysk.de/hsshellscript/ epoch 0 platforms darwin name hsshellscript long_description {HsShell allows the use of the Haskell programming language for tasks which are usually done by shell scripts.} maintainers nomaintainer categories devel version 2.1.0 revision 0
 ht 409

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/35a859fb/attachment-0001.html>


More information about the macports-changes mailing list