[46699] trunk/dports/devel

snc at macports.org snc at macports.org
Tue Feb 10 13:35:12 PST 2009


Revision: 46699
          http://trac.macports.org/changeset/46699
Author:   snc at macports.org
Date:     2009-02-10 13:35:11 -0800 (Tue, 10 Feb 2009)
Log Message:
-----------
after getting requested portgroup haskell patch, created hs-parsec, ticket #17924

Added Paths:
-----------
    trunk/dports/devel/hs-parsec/
    trunk/dports/devel/hs-parsec/Portfile
    trunk/dports/devel/hs-parsec/work

Added: trunk/dports/devel/hs-parsec/Portfile
===================================================================
--- trunk/dports/devel/hs-parsec/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-parsec/Portfile	2009-02-10 21:35:11 UTC (rev 46699)
@@ -0,0 +1,21 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           haskell 1.0
+
+haskell.setup       parsec 3.0.0
+
+maintainers         gmail.com:mdippery
+description         Monadic parser combinators for Haskell
+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.
+
+platforms           darwin
+
+checksums           md5 491350a185f0fa1f2d5bc7fb4862d0ca \
+                    sha1 169f9d024bcefed6640656ef93ba697e9980ef8a \
+                    rmd160 22e8bc558b0a539bdb179d00fa1b7780e1f2fd19


Property changes on: trunk/dports/devel/hs-parsec/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/devel/hs-parsec/work
===================================================================
--- trunk/dports/devel/hs-parsec/work	                        (rev 0)
+++ trunk/dports/devel/hs-parsec/work	2009-02-10 21:35:11 UTC (rev 46699)
@@ -0,0 +1 @@
+link /opt/local/var/macports/build/_Users_snc_ports_devel_hs-parsec/work
\ No newline at end of file


Property changes on: trunk/dports/devel/hs-parsec/work
___________________________________________________________________
Added: svn:special
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090210/81f82969/attachment.html>


More information about the macports-changes mailing list