Revision: 90117 http://trac.macports.org/changeset/90117 Author: hum@macports.org Date: 2012-02-22 05:09:03 -0800 (Wed, 22 Feb 2012) Log Message: ----------- New port: marisa-trie @0.2.0-beta7 - a static and space-efficient trie data structure. Added Paths: ----------- trunk/dports/textproc/marisa-trie/ trunk/dports/textproc/marisa-trie/Portfile Added: trunk/dports/textproc/marisa-trie/Portfile =================================================================== --- trunk/dports/textproc/marisa-trie/Portfile (rev 0) +++ trunk/dports/textproc/marisa-trie/Portfile 2012-02-22 13:09:03 UTC (rev 90117) @@ -0,0 +1,41 @@ +# -*- 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 marisa-trie +version 0.2.0-beta7 +categories textproc +maintainers hum openmaintainer + +description a static and space-efficient trie data structure +long_description Matching Algorithm with Recursively Implemented StorAge \ + (MARISA) is a static and space-efficient trie data structure. \ + And libmarisa is a C++ library to provide an implementation \ + of MARISA. Also, the package of libmarisa contains a set of \ + command line tools for building and operating a MARISA-based \ + dictionary. + +homepage http://code.google.com/p/marisa-trie/ +platforms darwin +license BSD + +master_sites googlecode +checksums rmd160 7f97ecc237b1e760281691f09c06396aaf108571 \ + sha256 97f0b2f376d5f386cab1f30f3caf384635eee0306e70a4a699ee3c85bb8d72fd + +distname marisa-${version} + +test.run yes +test.target check + +post-destroot { + set docdir ${prefix}/share/doc/${name} + xinstall -m 755 -d ${destroot}${docdir}/docs + xinstall -m 644 -W ${worksrcpath} \ + AUTHORS COPYING README \ + ${destroot}${docdir} + xinstall -m 644 -W ${worksrcpath}/docs \ + readme.en.html readme.ja.html style.css \ + ${destroot}${docdir}/docs +} Property changes on: trunk/dports/textproc/marisa-trie/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native