[65127] trunk/dports/devel

nox at macports.org nox at macports.org
Mon Mar 22 08:19:39 PDT 2010


Revision: 65127
          http://trac.macports.org/changeset/65127
Author:   nox at macports.org
Date:     2010-03-22 08:19:38 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
Create new port hs-vty-3 needed by yi

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

Added: trunk/dports/devel/hs-vty-3/Portfile
===================================================================
--- trunk/dports/devel/hs-vty-3/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-vty-3/Portfile	2010-03-22 15:19:38 UTC (rev 65127)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   vty 3.1.8.4
+name            ${name}-[lindex [split ${version} .] 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     25522acaffa74bd9dd3da7c227469d1d \
+                sha1    3b5b5ff25acd26214463fe747ef1a040da70090e \
+                rmd160  b8f3ce7bf36ee70405a0080c25f816a613beab6f
+
+depends_build-append \
+    port:hs-terminfo \
+    port:hs-utf8-string
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no
+
+livecheck.type none


Property changes on: trunk/dports/devel/hs-vty-3/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/20100322/3bb77474/attachment.html>


More information about the macports-changes mailing list