[114510] trunk/dports/devel

cal at macports.org cal at macports.org
Mon Dec 9 15:30:37 PST 2013


Revision: 114510
          https://trac.macports.org/changeset/114510
Author:   cal at macports.org
Date:     2013-12-09 15:30:37 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
missingh: rename to hs-missingh, switch to haskell portgroup, update to 1.2.0.2

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

Added Paths:
-----------
    trunk/dports/devel/hs-missingh/

Modified: trunk/dports/devel/hs-missingh/Portfile
===================================================================
--- trunk/dports/devel/hs-transformers-base/Portfile	2013-12-09 22:17:24 UTC (rev 114500)
+++ trunk/dports/devel/hs-missingh/Portfile	2013-12-09 23:30:37 UTC (rev 114510)
@@ -4,17 +4,24 @@
 PortSystem          1.0
 PortGroup           haskell 1.0
 
-haskell.setup       transformers-base 0.4.1
-checksums           rmd160  3ee07e324b4a90732b70717ec9b41f6acc0852a7 \
-                    sha256  4fa9e8ae38f0ed0633251f7a18c51946ee9fa486ed768389b5b6edaacf3c7cb4
+haskell.setup       MissingH 1.2.0.2
+checksums           rmd160  74c763290d8490cd5d641326cdf63049c5593b89 \
+                    sha256  d61226c66c697c45392f63436ce2d27c722467e35ffee046610002df907239f3
 
 maintainers         cal openmaintainer
 platforms           darwin
 license             BSD
 
-description         Lift computations from the bottom of a transformer stack
+description         Large utility library
 long_description    \
-    This package provides a straightforward port of monadLib's BaseM typeclass \
-    to transformers.
+    MissingH is a library of all sorts of utility functions for Haskell \
+    programmers. It is written in pure Haskell and thus should be extremely \
+    portable and easy to use.
 
-depends_lib-append  port:hs-transformers
+depends_lib-append  port:hs-hslogger \
+                    port:hs-hunit \
+                    port:hs-mtl \
+                    port:hs-network \
+                    port:hs-parsec \
+                    port:hs-random \
+                    port:hs-regex-compat

Modified: trunk/dports/devel/missingh/Portfile
===================================================================
--- trunk/dports/devel/missingh/Portfile	2013-12-09 23:17:06 UTC (rev 114509)
+++ trunk/dports/devel/missingh/Portfile	2013-12-09 23:30:37 UTC (rev 114510)
@@ -1,59 +1,10 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		missingh
-version		0.16.3
-categories	devel
-license		GPL-2+
-maintainers	nomaintainer
-platforms	darwin
-description	Haskell utility functions
-long_description	\
-		MissingH is a library of Haskell utility functions,	\
-		including ones for working with lists, logging, I/O	\
-		and strings.
-
-homepage	http://software.complete.org/${name}
-master_sites	http://launchpadlibrarian.net/5201191/
-
-distfiles	${name}_${version}${extract.suffix}
-
-checksums	md5 75202f45dbf928d7c112a79ab5028d33
-
-depends_build	port:ghc
-
-worksrcdir	${name}
-
-pre-configure {
-    system -W ${worksrcpath} "make setup"
-}
-
-configure {
-    system -W ${worksrcpath} "./setup configure --prefix=${prefix}"
-}
-
-build {
-    system -W ${worksrcpath} "./setup build"
-}
-
-test.run	yes
-test {
-    system -W ${worksrcpath} "make test-ghc6"
-}
-
-destroot {
-    system -W ${worksrcpath} "./setup copy --copy-prefix=${destroot}${prefix}"
-    system -W ${worksrcpath} "./setup register   --gen-script"
-    system -W ${worksrcpath} "./setup unregister --gen-script"
-
-                  file mkdir ${destroot}${prefix}/libexec/${name}
-                  file copy ${worksrcpath}/register.sh \
-                            ${destroot}${prefix}/libexec/${name}
-                  file copy ${worksrcpath}/unregister.sh \
-                            ${destroot}${prefix}/libexec/${name}
-                }
-
-post-activate   { system "${prefix}/libexec/${name}/register.sh" }
-
-pre-deactivate { system "${prefix}/libexec/${name}/unregister.sh" }
+name            missingh
+version         0.16.3
+categories      devel
+replaced_by     hs-missingh
+PortGroup       obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/f813fcff/attachment.html>


More information about the macports-changes mailing list