[64859] trunk/dports/devel

gwright at macports.org gwright at macports.org
Tue Mar 16 07:51:59 PDT 2010


Revision: 64859
          http://trac.macports.org/changeset/64859
Author:   gwright at macports.org
Date:     2010-03-16 07:51:58 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
New port to support darcs 2.4.

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

Added: trunk/dports/devel/hs-haskeline/Portfile
===================================================================
--- trunk/dports/devel/hs-haskeline/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-haskeline/Portfile	2010-03-16 14:51:58 UTC (rev 64859)
@@ -0,0 +1,29 @@
+# $Id: Portfile 40948 2008-10-18 20:05:04Z ryandesign at macports.org $
+
+PortSystem 1.0
+
+PortGroup	haskell 1.0
+haskell.setup	haskeline 0.6.1.6
+maintainers	gwright
+platforms	darwin
+
+description	A command-line interface for user input, written in Haskell.
+long_description	\
+	Haskeline provides a user interface for line input in		\
+	command-line programs. This library is similar in purpose to	\
+	readline, but since it is written in Haskell it is (hopefully)	\
+	more easily used in other Haskell programs.
+
+checksums	md5     9147ccdf85e7532066e5edfa580a2916 \
+		sha1    5d0934c099d7aa40fa1bb5854d5c4c268a6ac0a4 \
+		rmd160  77309339479568e95260fdedbc0ea7a89268b217
+
+depends_lib	port:ghc		\
+		port:hs-utf8-string
+
+universal_variant	no
+
+configure.args-append	--enable-library-profiling -v	\
+			--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/9595ae9d/attachment.html>


More information about the macports-changes mailing list