[83485] trunk/dports/textproc/juman
hum at macports.org
hum at macports.org
Sat Sep 3 00:40:57 PDT 2011
Revision: 83485
http://trac.macports.org/changeset/83485
Author: hum at macports.org
Date: 2011-09-03 00:40:55 -0700 (Sat, 03 Sep 2011)
Log Message:
-----------
juman: update to 6.01; remove patchfiles; change maintainers; update homepage, description and livecheck; use autoreconf only in universal build.
Modified Paths:
--------------
trunk/dports/textproc/juman/Portfile
Removed Paths:
-------------
trunk/dports/textproc/juman/files/patch-makepat.c.diff
Modified: trunk/dports/textproc/juman/Portfile
===================================================================
--- trunk/dports/textproc/juman/Portfile 2011-09-03 07:30:54 UTC (rev 83484)
+++ trunk/dports/textproc/juman/Portfile 2011-09-03 07:40:55 UTC (rev 83485)
@@ -4,26 +4,25 @@
PortSystem 1.0
name juman
-version 6.0
+version 6.01
categories textproc japanese
platforms darwin
-maintainers nomaintainer
+maintainers hum openmaintainer
license BSD
-description Japanese Morphological Analysis System.
-
+homepage http://nlp.ist.i.kyoto-u.ac.jp/EN/index.php?JUMAN
+description a user-extensible morphological analyzer for Japanese.
long_description ${description}
-homepage http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}.html
master_sites http://nlp.kuee.kyoto-u.ac.jp/nl-resource/${name}/
-checksums sha1 594de187ae691f4cf23f62f1df83331590196ae2 \
- rmd160 8d9e53e8d9d79bad044f1f22fd81c1df88a50152
+checksums sha1 aeca5d50b803e7b659a7e70501db1157c5ebc005 \
+ rmd160 562773845e75bce157d027f541a47dd3b1846051
-# fix universal build
-use_autoreconf yes
+if {[variant_isset universal]} {
+ use_autoreconf yes
+}
-patchfiles patch-makepat.c.diff
-
livecheck.type regex
-livecheck.regex ${name}-(\[0-9.\]+)\\.
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar
Deleted: trunk/dports/textproc/juman/files/patch-makepat.c.diff
===================================================================
--- trunk/dports/textproc/juman/files/patch-makepat.c.diff 2011-09-03 07:30:54 UTC (rev 83484)
+++ trunk/dports/textproc/juman/files/patch-makepat.c.diff 2011-09-03 07:40:55 UTC (rev 83485)
@@ -1,11 +0,0 @@
---- makepat/makepat.c.orig 2006-06-28 21:54:47.000000000 +0900
-+++ makepat/makepat.c 2011-02-10 11:42:57.000000000 +0900
-@@ -29,7 +29,7 @@
- char comm;
- int i;
- pat_node *tmp;
-- char kugiri[1]; /* \xB6\xE8\xC0ڤ\xEAʸ\xBB\xFA */
-+ char kugiri[2]; /* \xB6\xE8\xC0ڤ\xEAʸ\xBB\xFA */
- char rslt[50000];
- char CurPath[FILENAME_MAX];
- char JumanPath[FILENAME_MAX];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110903/a8590184/attachment.html>
More information about the macports-changes
mailing list