[73605] trunk/dports/editors

ryandesign at macports.org ryandesign at macports.org
Fri Nov 19 15:18:36 PST 2010


Revision: 73605
          http://trac.macports.org/changeset/73605
Author:   ryandesign at macports.org
Date:     2010-11-19 15:18:30 -0800 (Fri, 19 Nov 2010)
Log Message:
-----------
THE: new port, version 3.2; see #27391

Added Paths:
-----------
    trunk/dports/editors/THE/
    trunk/dports/editors/THE/Portfile

Added: trunk/dports/editors/THE/Portfile
===================================================================
--- trunk/dports/editors/THE/Portfile	                        (rev 0)
+++ trunk/dports/editors/THE/Portfile	2010-11-19 23:18:30 UTC (rev 73605)
@@ -0,0 +1,35 @@
+# -*- 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
+
+name                THE
+version             3.2
+categories          editors
+platforms           darwin
+maintainers         deadpixi.com:jking
+
+description         The Hessling Editor
+
+long_description    The Hessling Editor (THE) is a text editor modeled after \
+                    the XEDIT editor for IBM mainframe operating systems.
+
+homepage            http://hessling-editor.sourceforge.net/
+master_sites        sourceforge:hessling-editor
+
+checksums           sha1    7b86275c764efadbfb61c8f7c7507b0db1812db3 \
+                    rmd160  586f5ab46ad483fb9036651b5ca2bfe1f7b8652d
+
+depends_lib         port:rexx \
+                    port:ncurses
+
+configure.args      --with-ncurses \
+                    --with-curseslibdir=${prefix}/lib \
+                    --with-cursesincdir=${prefix}/include \
+                    --mandir=${prefix}/share/man \
+                    --with-rexx=regina
+
+post-destroot {
+    # Rename nthe to the, since it's the only one installed.
+    file rename ${destroot}${prefix}/bin/nthe ${destroot}${prefix}/bin/the
+}


Property changes on: trunk/dports/editors/THE/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/20101119/9edeb0f9/attachment-0001.html>


More information about the macports-changes mailing list