[75085] trunk/dports/devel/hs-dlist/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Jan 14 19:55:06 PST 2011


Revision: 75085
          http://trac.macports.org/changeset/75085
Author:   singingwolfboy at macports.org
Date:     2011-01-14 19:54:59 -0800 (Fri, 14 Jan 2011)
Log Message:
-----------
Changed hs-dlist to use haskell portgroup

Modified Paths:
--------------
    trunk/dports/devel/hs-dlist/Portfile

Modified: trunk/dports/devel/hs-dlist/Portfile
===================================================================
--- trunk/dports/devel/hs-dlist/Portfile	2011-01-15 03:53:40 UTC (rev 75084)
+++ trunk/dports/devel/hs-dlist/Portfile	2011-01-15 03:54:59 UTC (rev 75085)
@@ -1,27 +1,20 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
+PortGroup           haskell 1.0
 
-PortGroup	haskell 1.0
-haskell.setup	dlist 0.5
-maintainers	nomaintainer
-platforms	darwin
+haskell.setup       dlist 0.5
+maintainers         singingwolfboy openmaintainer
+homepage            http://code.haskell.org/~dons/code/dlist/
+description         Differences lists: a list-like type supporting O(1) append
+long_description    \
+    Differences lists: a list-like type supporting O(1) append. This is \
+    particularly useful for efficient logging and pretty printing, (e.g. \
+    with the Writer monad), where list append quickly becomes too expensive.
 
-description	Difference lists
-long_description	\
-	Differences lists: a list-like type supporting O(1) append.	\
-	This is particularly useful for efficient logging and pretty	\
-	printing, (e.g. with the Writer monad), where list append	\
-	quickly becomes too expensive. 
-
-checksums	md5     54f6c18ff689b7ef54e3229dc4a94107		\
-		sha1    846252c657e838daf9b401b35d94a3c2619e18e9	\
-		rmd160  9e27893d3bf1f0057567a9a60f8aa3d7e08e26b4
-
-universal_variant	no
-
-configure.args-append	-v --enable-library-profiling \
-			--with-gcc=${configure.cc}
-
-build.args-append	-v
-
+platforms           darwin
+checksums           md5     54f6c18ff689b7ef54e3229dc4a94107 \
+                    sha1    846252c657e838daf9b401b35d94a3c2619e18e9 \
+                    rmd160  9e27893d3bf1f0057567a9a60f8aa3d7e08e26b4
+license             BSD3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110114/50235cca/attachment.html>


More information about the macports-changes mailing list