[64848] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 07:37:43 PDT 2010


Revision: 64848
          http://trac.macports.org/changeset/64848
Author:   gwright at macports.org
Date:     2010-03-16 07:37:42 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port, required by darcs 2.4.

Added Paths:
-----------
    trunk/dports/devel/hs-dataenc/
    trunk/dports/devel/hs-dataenc/Portfile

Added: trunk/dports/devel/hs-dataenc/Portfile
===================================================================
--- trunk/dports/devel/hs-dataenc/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-dataenc/Portfile	2010-03-16 14:37:42 UTC (rev 64848)
@@ -0,0 +1,27 @@
+# $Id: Portfile 40948 2008-10-18 20:05:04Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+PortGroup	haskell 1.0
+haskell.setup	dataenc 0.13.0.2
+maintainers	nomaintainer
+platforms	darwin
+
+description	Data encoding library for haskell
+long_description	\
+	Data encoding library currently providing Base16, Base32,	\
+	Base32Hex, Base64, Base64Url, Base85, Python string escaping,	\
+	Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding. 
+
+checksums	md5     65f6e8fdbc0adef572afdacd2c492289 \
+		sha1    6a737797973441da9150d34ca91707be3c0f4570 \
+		rmd160  1ee6f529b3a17e36fdde2a244c5bcd90d31232d6
+
+depends_lib	port:ghc
+
+universal_variant	no
+
+configure.args-append	-v --enable-library-profiling	\
+			--with-gcc=${configure.cc}
+
+build.args-append     -v
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100316/c286976c/attachment.html>


More information about the macports-changes mailing list