[65054] trunk/dports/devel

nox at macports.org nox at macports.org
Sat Mar 20 07:24:59 PDT 2010


Revision: 65054
          http://trac.macports.org/changeset/65054
Author:   nox at macports.org
Date:     2010-03-20 07:24:58 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
Create new port hs-vty

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.

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

Added: trunk/dports/devel/hs-vty/Portfile
===================================================================
--- trunk/dports/devel/hs-vty/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-vty/Portfile	2010-03-20 14:24:58 UTC (rev 65054)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   vty 4.2.1.0
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     A simple terminal access 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. Notable infelicities: sometimes poor efficiency, assumes \
+    UTF-8 character encoding support by the terminal.
+
+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}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-vty/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100320/a5854cde/attachment.html>


More information about the macports-changes mailing list