[101219] trunk/dports/textproc

hum at macports.org hum at macports.org
Sun Jan 6 04:46:46 PST 2013


Revision: 101219
          https://trac.macports.org/changeset/101219
Author:   hum at macports.org
Date:     2013-01-06 04:46:46 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
New port: cedar @2013-01-05 - C++ implementation of efficiently-updatable double-array library.

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

Added: trunk/dports/textproc/cedar/Portfile
===================================================================
--- trunk/dports/textproc/cedar/Portfile	                        (rev 0)
+++ trunk/dports/textproc/cedar/Portfile	2013-01-06 12:46:46 UTC (rev 101219)
@@ -0,0 +1,39 @@
+# -*- 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                cedar
+version             2013-01-05
+categories          textproc
+maintainers         hum openmaintainer
+
+description         C++ implementation of efficiently-updatable double-array library
+
+long_description    Cedar implements a double-array trie. It offers fast \
+                    update/lookup for skewed (or ordered) queries\; it is meant \
+                    for skewed update/lookup with real-world data, e.g., words \
+                    in natural language text or mining conjunctive features in \
+                    a linear classifier. Even if keys are uniformly, randomly \
+                    queried, its update/lookup is still faster than std::map \
+                    and comparable to std::unordered_map.
+
+homepage            http://www.tkl.iis.u-tokyo.ac.jp/~ynaga/cedar/
+platforms           darwin
+license             {GPL-2 LGPL-2.1}
+
+master_sites        ${homepage}
+checksums           rmd160  ecc150df7a7c39eb0f2cbba349b434033418e4a3 \
+                    sha256  5b231ed461ceed81781072b80268db33b3bc1dde5c3f45a6173a5350cd8afaeb
+
+post-destroot {
+    # install additional documents.
+    set doc_dir ${destroot}${prefix}/share/doc/${name}
+    file mkdir ${doc_dir}
+    xinstall -m 644 -W ${worksrcpath} \
+        AUTHORS COPYING GPL LGPL README \
+        ${doc_dir}
+}
+
+livecheck.type      regex
+livecheck.regex     ${name}-(\\d+-\\d+-\\d+)\\.


Property changes on: trunk/dports/textproc/cedar/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/20130106/6aa00f12/attachment.html>


More information about the macports-changes mailing list