[109562] trunk/dports/devel/hs-vty

cal at macports.org cal at macports.org
Sat Aug 17 08:41:03 PDT 2013


Revision: 109562
          https://trac.macports.org/changeset/109562
Author:   cal at macports.org
Date:     2013-08-17 08:41:03 -0700 (Sat, 17 Aug 2013)
Log Message:
-----------
hs-vty: update to 4.7.3, recreate from template, rebuild with GHC 7

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

Removed Paths:
-------------
    trunk/dports/devel/hs-vty/Portfile

Deleted: trunk/dports/devel/hs-vty/Portfile
===================================================================
--- trunk/dports/devel/hs-vty/Portfile	2013-08-17 15:31:23 UTC (rev 109561)
+++ trunk/dports/devel/hs-vty/Portfile	2013-08-17 15:41:03 UTC (rev 109562)
@@ -1,33 +0,0 @@
-# -*- 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
-PortGroup               haskell 1.0
-
-haskell.setup           vty 4.2.1.0
-revision                1
-platforms               darwin
-license                 BSD
-maintainers             nomaintainer
-
-description             A simple terminal UI library
-long_description        vty is terminal GUI library in the niche of \
-                        ncurses. It is intended to be easy to use, have \
-                        no confusing corner cases, and good support for \
-                        common terminal types.
-
-checksums               md5     3479f1dddaed2db2c8db51a430454f2a \
-                        sha1    724f66bd88decf3015ba0411784c110cb09be9e4 \
-                        rmd160  04b5e6105b0197db22ca5fb3e2a0ab01c7ded67d
-
-post-patch {
-    reinplace {s/vector-space >= 0\.5 && < 0\.6/vector-space >= 0.5 \&\& < 0.7/} \
-        ${worksrcpath}/vty.cabal
-}
-
-depends_build-append    port:hs-parsec \
-                        port:hs-terminfo \
-                        port:hs-utf8-string \
-                        port:hs-vector-space
-
-configure.args-append   --docdir=${prefix}/share/doc/${name}

Copied: trunk/dports/devel/hs-vty/Portfile (from rev 109558, trunk/dports/devel/hs-extensible-exceptions/Portfile)
===================================================================
--- trunk/dports/devel/hs-vty/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-vty/Portfile	2013-08-17 15:41:03 UTC (rev 109562)
@@ -0,0 +1,28 @@
+# -*- 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
+PortGroup           haskell 1.0
+
+haskell.setup       vty 4.7.3
+checksums           rmd160  84ea13d486d30621f0fbb58fcc82744585585e7a \
+                    sha256  6bf9393d3615dc2badc92de366b4129ac5853d8dc0c3e644725d6cc37f4d0574
+
+license             BSD
+maintainers         cal openmaintainer
+platforms           darwin
+
+description         A simple terminal UI library
+long_description    \
+    vty is terminal GUI library in the niche of ncurses. It is intended to be \
+    easy to use, have no confusing corner cases, and good support for common \
+    terminal types.
+
+depends_lib-append  port:hs-mtl \
+                    port:hs-parallel \
+                    port:hs-parsec \
+                    port:hs-string-qq \
+                    port:hs-terminfo \
+                    port:hs-utf8-string \
+                    port:hs-vector
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130817/9808d4a4/attachment-0001.html>


More information about the macports-changes mailing list