[97974] trunk/dports/textproc

hum at macports.org hum at macports.org
Thu Sep 20 23:16:39 PDT 2012


Revision: 97974
          http://trac.macports.org//changeset/97974
Author:   hum at macports.org
Date:     2012-09-20 23:16:38 -0700 (Thu, 20 Sep 2012)
Log Message:
-----------
New port: KNBC @1.0_090925 - Kyoto-University and NTT Blog Corpus.

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

Added: trunk/dports/textproc/KNBC/Portfile
===================================================================
--- trunk/dports/textproc/KNBC/Portfile	                        (rev 0)
+++ trunk/dports/textproc/KNBC/Portfile	2012-09-21 06:16:38 UTC (rev 97974)
@@ -0,0 +1,45 @@
+# -*- 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                KNBC
+version             1.0_090925
+categories          textproc japanese
+maintainers         hum openmaintainer
+
+description         Kyoto-University and NTT Blog Corpus
+
+long_description    ${name} (${description}) is a blog corpus manually analyzed, \
+                    which consists of 249 articles (4,186 sentences).
+
+homepage            http://nlp.ist.i.kyoto-u.ac.jp/kuntt/
+platforms           darwin
+supported_archs     noarch
+license             Permissive
+
+master_sites        ${homepage}
+checksums           rmd160  95d2c0104a0a6be7896c322b564daf006d63dfd5 \
+                    sha256  eae5f629335f0a8f5651653429c3a491d9d9c221b2bbfa3b3289028c9a146747
+
+distname            ${name}_v${version}
+use_bzip2           yes
+
+use_configure       no
+
+build {}
+
+destroot {
+    file mkdir ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        README.txt manual.pdf \
+        ${destroot}${prefix}/share/doc/${name}
+    file mkdir ${destroot}${prefix}/share/${name}
+    foreach dir {corpus1 corpus2 html} {
+        copy ${worksrcpath}/${dir} ${destroot}${prefix}/share/${name}
+    }
+}
+
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {KNBC_v(\d+\.\d+_\d+)\.}


Property changes on: trunk/dports/textproc/KNBC/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/20120920/bac6bfaf/attachment.html>


More information about the macports-changes mailing list