[88850] trunk/dports/textproc/knp

hum at macports.org hum at macports.org
Fri Jan 13 05:10:20 PST 2012


Revision: 88850
          http://trac.macports.org/changeset/88850
Author:   hum at macports.org
Date:     2012-01-13 05:10:20 -0800 (Fri, 13 Jan 2012)
Log Message:
-----------
knp: update to 4.0; fix homepage and master_sites; remove patchfiles; modify livecheck.regex.

Modified Paths:
--------------
    trunk/dports/textproc/knp/Portfile

Removed Paths:
-------------
    trunk/dports/textproc/knp/files/

Modified: trunk/dports/textproc/knp/Portfile
===================================================================
--- trunk/dports/textproc/knp/Portfile	2012-01-13 13:07:05 UTC (rev 88849)
+++ trunk/dports/textproc/knp/Portfile	2012-01-13 13:10:20 UTC (rev 88850)
@@ -4,30 +4,26 @@
 PortSystem          1.0
 
 name                knp
-version             3.01
+version             4.0
 categories          textproc japanese
 platforms           darwin
 maintainers         hum openmaintainer
 license             BSD
 
-homepage            http://nlp.ist.i.kyoto-u.ac.jp/EN/index.php?KNP
+homepage            http://nlp.ist.i.kyoto-u.ac.jp/index.php?KNP
 description         KN parser (Kurohashi-Nagao parser) which detects dependency of Japanese sentences.
 long_description    ${description}
 
-master_sites        http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}/
-checksums           sha1    9650490cf38bfaacc15a6d81b1b47c9043df8c90 \
-                    rmd160  645882f1638b033f626cb9f77e4ab2af56c98d7e
+master_sites        http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/knp/
+use_bzip2           yes
+checksums           rmd160  91e1249276209e0daae82172c33968f63cb6af3c \
+                    sha256  2543ef0663bd54ab9cddada0d0e221c7087d09dccb6720a5147f233a90befca2
 
-patchfiles          patch-system.diff \
-                    patch-dict.diff
-
 depends_lib         port:juman \
                     port:tinycdb \
-                    port:tinysvm \
                     port:crfpp
 
 configure.args      --with-cdb \
-                    --with-svm \
                     --with-crf \
                     --with-juman-prefix=${prefix}
 
@@ -47,4 +43,4 @@
 }
 
 livecheck.type      regex
-livecheck.regex     ${name}-(\[0-9.\]+)\\.
+livecheck.regex     ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120113/9212d8be/attachment.html>


More information about the macports-changes mailing list