[113585] trunk/dports/textproc

ryandesign at macports.org ryandesign at macports.org
Tue Nov 19 19:44:19 PST 2013


Revision: 113585
          https://trac.macports.org/changeset/113585
Author:   ryandesign at macports.org
Date:     2013-11-19 19:44:18 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
unicode: new port, version 0.9.7 (#41447)

Added Paths:
-----------
    trunk/dports/textproc/unicode/
    trunk/dports/textproc/unicode/Portfile

Added: trunk/dports/textproc/unicode/Portfile
===================================================================
--- trunk/dports/textproc/unicode/Portfile	                        (rev 0)
+++ trunk/dports/textproc/unicode/Portfile	2013-11-20 03:44:18 UTC (rev 113585)
@@ -0,0 +1,50 @@
+# -*- 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                unicode
+version             0.9.7
+categories          textproc
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             GPL-3
+supported_archs     noarch
+
+homepage            http://kassiopeia.juls.savba.sk/~garabik/software/unicode/
+master_sites        ${homepage}
+distfiles           ${name}_${version}${extract.suffix}
+
+checksums           rmd160  b0df0e793a4fc7e43d6a350842bbce44157e2003 \
+                    sha256  6a428c8fed624249138454553c65ddd18515b6fbeeee1ff2c4f3a93b1e30ef30
+
+use_configure       no
+
+build {}
+
+if {${name} eq ${subport}} {
+    destroot {
+        xinstall ${worksrcpath}/unicode ${destroot}${prefix}/bin
+        xinstall -m 644 ${worksrcpath}/unicode.1 ${destroot}${prefix}/share/man/man1
+
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
+    }
+
+    livecheck.type  regex
+    livecheck.regex ${name}_(\[0-9.\]+)${extract.suffix}
+} else {
+    livecheck.type  none
+}
+
+subport paracode {
+    destroot {
+        xinstall ${worksrcpath}/paracode ${destroot}${prefix}/bin
+        xinstall -m 644 ${worksrcpath}/paracode.1 ${destroot}${prefix}/share/man/man1
+
+        set docdir ${prefix}/share/doc/${subport}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 ${worksrcpath}/README-paracode ${destroot}${docdir}
+    }
+}


Property changes on: trunk/dports/textproc/unicode/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/20131119/dcdcda16/attachment-0001.html>


More information about the macports-changes mailing list