[99633] trunk/dports/textproc

hum at macports.org hum at macports.org
Mon Nov 12 06:59:15 PST 2012


Revision: 99633
          http://trac.macports.org//changeset/99633
Author:   hum at macports.org
Date:     2012-11-12 06:59:15 -0800 (Mon, 12 Nov 2012)
Log Message:
-----------
New port: cpi00 @0.0.2 - The Compressed Permuterm Index.

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

Added: trunk/dports/textproc/cpi00/Portfile
===================================================================
--- trunk/dports/textproc/cpi00/Portfile	                        (rev 0)
+++ trunk/dports/textproc/cpi00/Portfile	2012-11-12 14:59:15 UTC (rev 99633)
@@ -0,0 +1,38 @@
+# -*- 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                cpi00
+version             0.0.2
+categories          textproc
+maintainers         hum openmaintainer
+
+description         The Compressed Permuterm Index
+
+long_description    ${name} is an implementation of the compressed permuterm index. \
+                    This is only admitted for non-profit purpose, NEVER USE for \
+                    commercial products.
+
+homepage            https://code.google.com/p/cpi00
+platforms           darwin
+license             BSD
+
+master_sites        googlecode
+checksums           rmd160  878e63957dcc55612a2d13d3df68f949c46503bb \
+                    sha256  30123b99cf6f2dc2932a6b0e51780c70027d9c9c8da5ef87d40a47cbde413b1e
+
+worksrcdir          ${name}
+
+configure.cmd       ./waf configure
+configure.universal_args
+
+build.cmd           ./waf build
+build.target
+
+destroot {
+    xinstall -m 755 ${worksrcpath}/build/src/cpi00 ${destroot}${prefix}/bin
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/README ${destroot}${docdir}
+}


Property changes on: trunk/dports/textproc/cpi00/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/20121112/64161325/attachment.html>


More information about the macports-changes mailing list