[86586] trunk/dports/textproc

hum at macports.org hum at macports.org
Fri Oct 28 19:17:00 PDT 2011


Revision: 86586
          http://trac.macports.org/changeset/86586
Author:   hum at macports.org
Date:     2011-10-28 19:16:57 -0700 (Fri, 28 Oct 2011)
Log Message:
-----------
New port: ux-trie 0.1.7 - More Succinct Trie Data structure.

Added Paths:
-----------
    trunk/dports/textproc/ux-trie/
    trunk/dports/textproc/ux-trie/Portfile

Added: trunk/dports/textproc/ux-trie/Portfile
===================================================================
--- trunk/dports/textproc/ux-trie/Portfile	                        (rev 0)
+++ trunk/dports/textproc/ux-trie/Portfile	2011-10-29 02:16:57 UTC (rev 86586)
@@ -0,0 +1,37 @@
+# -*- 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                ux-trie
+version             0.1.7
+categories          textproc
+platforms           darwin
+maintainers         hum openmaintainer
+license             BSD
+
+homepage            http://code.google.com/p/ux-trie/
+description         More Succinct Trie Data structure
+long_description    UX is a library for managing string collections, and support \
+                    several string operations efficiently as in trie.
+
+master_sites        googlecode
+distname            ux-${version}
+use_bzip2           yes
+checksums           rmd160  48b17311ae0ee2c17a1bdfecf7ecf24c737dd537 \
+                    sha256  31d90b7f63f6d85ff608b5252ef5618962412152eaf2131406bc1fae97e257b3
+
+configure.cmd       ./waf configure
+configure.universal_args
+configure.cppflags-append  "-I/usr/include/malloc"
+
+build.cmd           ./waf build
+build.target
+
+destroot.cmd        ./waf
+destroot.args       --destdir=${destroot}
+destroot.destdir
+
+livecheck.type      regex
+livecheck.url       ${homepage}downloads/list
+livecheck.regex     ux-(\[0-9.\]+)\\.tar


Property changes on: trunk/dports/textproc/ux-trie/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/20111028/7e014310/attachment.html>


More information about the macports-changes mailing list