diff -ur dports-mecab-0.93/perl/p5-mecab/Portfile dports-mecab-0.94/perl/p5-mecab/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup perl5 1.0 |
5 | | perl5.setup MeCab 0.92 |
| 5 | perl5.setup MeCab 0.94 |
6 | 6 | |
7 | 7 | platforms darwin |
8 | 8 | maintainers rsky0711@gmail.com |
9 | 9 | description a Perl module for MeCab |
10 | 10 | long_description ${description} |
11 | 11 | |
12 | | homepage http://mecab.sourceforge.jp/ |
13 | | set sfj 20919 |
14 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
15 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
16 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 12 | homepage http://mecab.sourceforge.net/ |
| 13 | master_sites sourceforge:mecab |
17 | 14 | distname mecab-perl-${version} |
18 | | checksums md5 6a066597bb3edbcd8a34931fa00f52bd \ |
19 | | sha1 51cad405b9cebba30e0c6d0084126886c5986eaf \ |
20 | | rmd160 2e8381c4cea23e9d3332dacb4cf6e6673941e508 |
| 15 | checksums md5 029492b66d6535e871c395da8bd81851 \ |
| 16 | sha1 a269fa0beaf6c5484470760f72a279100934d786 \ |
| 17 | rmd160 e838ed75e046c7b0291ee0f12e0c716998f91ceb |
21 | 18 | |
22 | 19 | categories-append textproc japanese |
23 | 20 | depends_lib-append port:mecab |
diff -ur dports-mecab-0.93/python/py-mecab/Portfile dports-mecab-0.94/python/py-mecab/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup python24 1.0 |
5 | 5 | name py-mecab |
6 | | version 0.92 |
| 6 | version 0.94 |
7 | 7 | |
8 | 8 | platforms darwin |
9 | 9 | maintainers rsky0711@gmail.com |
10 | 10 | description a Python module for MeCab |
11 | 11 | long_description ${description} |
12 | 12 | |
13 | | homepage http://mecab.sourceforge.jp/ |
14 | | set sfj 20921 |
15 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
16 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
17 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 13 | homepage http://mecab.sourceforge.net/ |
| 14 | master_sites sourceforge:mecab |
18 | 15 | distname mecab-python-${version} |
19 | | checksums md5 6e4364f65e12138a25481b8cd945ccb8 \ |
20 | | sha1 bab73b6bfc842e615856090a8fcbd7206fcd2dc4 \ |
21 | | rmd160 72f6362d9be56f1ffa42847de0b15cf57338cd11 |
| 16 | checksums md5 a94903704f4ecc2b10adcd5e7e4f8799 \ |
| 17 | sha1 2958f27fabc332896220d3cec065fd0812e02561 \ |
| 18 | rmd160 97cc1cd1cc886feca4629d1d0d0e45a449feffcd |
22 | 19 | |
23 | 20 | patchfiles patch-test.py |
24 | 21 | patch.pre_args -p0 |
diff -ur dports-mecab-0.93/ruby/rb-mecab/Portfile dports-mecab-0.94/ruby/rb-mecab/Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | PortGroup ruby 1.0 |
5 | 5 | |
6 | | ruby.setup MeCab 0.92 extconf.rb {} |
| 6 | ruby.setup MeCab 0.94 extconf.rb {} |
7 | 7 | |
8 | 8 | platforms darwin |
9 | 9 | maintainers rsky0711@gmail.com |
10 | 10 | description a Ruby module for MeCab |
11 | 11 | long_description ${description} |
12 | 12 | |
13 | | homepage http://mecab.sourceforge.jp/ |
14 | | set sfj 20920 |
15 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
16 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
17 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 13 | homepage http://mecab.sourceforge.net/ |
| 14 | master_sites sourceforge:mecab |
18 | 15 | distname mecab-ruby-${version} |
19 | | checksums md5 a39d34da7a55444c7e8c5e5fcbcc527e \ |
20 | | sha1 5ad35d667380e93eba3b1822d899dfd5e40e5ae9 \ |
21 | | rmd160 2b804e24ff5118fd5d99f2c3e1a0d488ab025777 |
| 16 | checksums md5 9b3892840139b1e1ee892af4e04b2bf0 \ |
| 17 | sha1 3bcfd20750029a7177092159045c9161aa9ef5c3 \ |
| 18 | rmd160 5911ddc5c13d571e0f5eca1cbb057bb8edc8216f |
22 | 19 | |
23 | 20 | categories-append textproc japanese |
24 | 21 | depends_lib-append port:mecab |
diff -ur dports-mecab-0.93/textproc/mecab/Portfile dports-mecab-0.94/textproc/mecab/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name mecab |
5 | | version 0.93 |
| 5 | version 0.94 |
6 | 6 | categories textproc japanese |
7 | 7 | maintainers rsky0711@gmail.com |
8 | 8 | platforms darwin |
9 | 9 | description MeCab is a yet another part-of-speech and morphological analyzer. |
10 | 10 | long_description ${description} |
11 | | homepage http://mecab.sourceforge.jp/ |
| 11 | homepage http://mecab.sourceforge.net/ |
12 | 12 | |
13 | | set sfj 21187 |
14 | | set sfj_dic 20904 |
15 | 13 | set dic_name mecab-ipadic |
16 | 14 | set dic_version 2.7.0-20060707 |
17 | 15 | set dictionary ${dic_name}-${dic_version} |
18 | 16 | set charset euc-jp |
19 | 17 | |
20 | | distfiles-append ${dictionary}${extract.suffix}:ipadic |
| 18 | distfiles-append ${dictionary}${extract.suffix} |
21 | 19 | |
22 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
23 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
24 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ \ |
25 | | http://osdn.dl.sourceforge.jp/mecab/${sfj_dic}/:ipadic \ |
26 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj_dic}/:ipadic \ |
27 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj_dic}/:ipadic |
| 20 | master_sites sourceforge:mecab |
28 | 21 | checksums \ |
29 | 22 | ${distname}${extract.suffix} \ |
30 | | md5 93ee80c5ea101c798e3954b19bd0088d \ |
31 | | sha1 aa2f1701dda9358b48acc01f230444fe251835d6 \ |
32 | | rmd160 ac55ce22fe3c1b90311043e505d6b6e1a2ee19f0 \ |
| 23 | md5 ffb1352e35fe6bdf55c2377a1898eff2 \ |
| 24 | sha1 2c8bf13fa92b2fb33b7b396255b8b4930ff1d31e \ |
| 25 | rmd160 f49bcb6e41d2ff47e2e698a438fc927c2d304da2 \ |
33 | 26 | ${dictionary}${extract.suffix} \ |
34 | 27 | md5 45b9f822700ad4eceb6722d6edcc2a46 \ |
35 | 28 | sha1 373be900f9be22957636acc54f120fea013f8818 \ |
diff -ur dports-mecab-0.93/textproc/mecab/files/patch-configure.diff dports-mecab-0.94/textproc/mecab/files/patch-configure.diff
old
|
new
|
|
1 | | --- configure.orig Mon Jul 10 14:31:58 2006 |
2 | | +++ configure Tue Jul 18 06:55:29 2006 |
3 | | @@ -23882,7 +23882,7 @@ |
| 1 | --- configure.orig 2007-02-24 18:27:13.000000000 +0900 |
| 2 | +++ configure 2007-02-25 06:37:10.000000000 +0900 |
| 3 | @@ -25441,7 +25441,7 @@ |
4 | 4 | echo "$as_me: failed program was:" >&5 |
5 | 5 | sed 's/^/| /' conftest.$ac_ext >&5 |
6 | 6 | |
7 | | -ac_cv_lib_iconv_iconv_open=no |
8 | | +ac_cv_lib_iconv_iconv_open=yes |
| 7 | - ac_cv_lib_iconv_iconv_open=no |
| 8 | + ac_cv_lib_iconv_iconv_open=yes |
9 | 9 | fi |
10 | | rm -f conftest.err conftest.$ac_objext \ |
11 | | conftest$ac_exeext conftest.$ac_ext |
| 10 | |
| 11 | rm -f core conftest.err conftest.$ac_objext \ |
diff -ur dports-mecab-0.93/textproc/mecab-ipadic-eucjp/Portfile dports-mecab-0.94/textproc/mecab-ipadic-eucjp/Portfile
old
|
new
|
|
8 | 8 | platforms darwin |
9 | 9 | description Alternate dictionary for MeCab (ipadic/euc-jp) |
10 | 10 | long_description ${description} |
11 | | homepage http://mecab.sourceforge.jp/ |
| 11 | homepage http://mecab.sourceforge.net/ |
12 | 12 | dist_subdir mecab |
13 | 13 | distfiles mecab-ipadic-${version}${extract.suffix} |
14 | 14 | worksrcdir mecab-ipadic-${version} |
15 | 15 | set dicdir ipadic-eucjp |
16 | | set sfj 20904 |
17 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
18 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
19 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 16 | master_sites sourceforge:mecab |
20 | 17 | checksums md5 45b9f822700ad4eceb6722d6edcc2a46 \ |
21 | 18 | sha1 373be900f9be22957636acc54f120fea013f8818 \ |
22 | 19 | rmd160 cf2f7ad97e50cae6d0a9e9f13bc9328aeab33304 |
diff -ur dports-mecab-0.93/textproc/mecab-ipadic-sjis/Portfile dports-mecab-0.94/textproc/mecab-ipadic-sjis/Portfile
old
|
new
|
|
8 | 8 | platforms darwin |
9 | 9 | description Alternate dictionary for MeCab (ipadic/shift_jis) |
10 | 10 | long_description ${description} |
11 | | homepage http://mecab.sourceforge.jp/ |
| 11 | homepage http://mecab.sourceforge.net/ |
12 | 12 | dist_subdir mecab |
13 | 13 | distfiles mecab-ipadic-${version}${extract.suffix} |
14 | 14 | worksrcdir mecab-ipadic-${version} |
15 | 15 | set dicdir ipadic-sjis |
16 | | set sfj 20904 |
17 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
18 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
19 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 16 | master_sites sourceforge:mecab |
20 | 17 | checksums md5 45b9f822700ad4eceb6722d6edcc2a46 \ |
21 | 18 | sha1 373be900f9be22957636acc54f120fea013f8818 \ |
22 | 19 | rmd160 cf2f7ad97e50cae6d0a9e9f13bc9328aeab33304 |
diff -ur dports-mecab-0.93/textproc/mecab-ipadic-utf8/Portfile dports-mecab-0.94/textproc/mecab-ipadic-utf8/Portfile
old
|
new
|
|
9 | 9 | platforms darwin |
10 | 10 | description Alternate dictionary for MeCab (ipadic/utf8) |
11 | 11 | long_description ${description} |
12 | | homepage http://mecab.sourceforge.jp/ |
| 12 | homepage http://mecab.sourceforge.net/ |
13 | 13 | dist_subdir mecab |
14 | 14 | distfiles mecab-ipadic-${version}${extract.suffix} |
15 | 15 | worksrcdir mecab-ipadic-${version} |
16 | 16 | set dicdir ipadic-utf8 |
17 | | set sfj 20904 |
18 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
19 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
20 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 17 | master_sites sourceforge:mecab |
21 | 18 | checksums md5 45b9f822700ad4eceb6722d6edcc2a46 \ |
22 | 19 | sha1 373be900f9be22957636acc54f120fea013f8818 \ |
23 | 20 | rmd160 cf2f7ad97e50cae6d0a9e9f13bc9328aeab33304 |
diff -ur dports-mecab-0.93/textproc/mecab-jumandic-eucjp/Portfile dports-mecab-0.94/textproc/mecab-jumandic-eucjp/Portfile
old
|
new
|
|
8 | 8 | platforms darwin |
9 | 9 | description Alternate dictionary for MeCab (jumandic/euc-jp) |
10 | 10 | long_description ${description} |
11 | | homepage http://mecab.sourceforge.jp/ |
| 11 | homepage http://mecab.sourceforge.net/ |
12 | 12 | dist_subdir mecab |
13 | 13 | distfiles mecab-jumandic-${version}${extract.suffix} |
14 | 14 | worksrcdir mecab-jumandic-${version} |
15 | 15 | set dicdir jumandic-eucjp |
16 | | set sfj 18372 |
17 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
18 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
19 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 16 | master_sites sourceforge:mecab |
20 | 17 | checksums md5 2f72e6f3b928df1b1d53ee5c888457b4 \ |
21 | 18 | sha1 054ea89be2d12f8b1775c7ed3249602b887a3e1a \ |
22 | 19 | rmd160 81b23ff35a81fd2368cdc9d6ef14247300582163 |
diff -ur dports-mecab-0.93/textproc/mecab-jumandic-sjis/Portfile dports-mecab-0.94/textproc/mecab-jumandic-sjis/Portfile
old
|
new
|
|
8 | 8 | platforms darwin |
9 | 9 | description Alternate dictionary for MeCab (jumandic/shift_jis) |
10 | 10 | long_description ${description} |
11 | | homepage http://mecab.sourceforge.jp/ |
| 11 | homepage http://mecab.sourceforge.net/ |
12 | 12 | dist_subdir mecab |
13 | 13 | distfiles mecab-jumandic-${version}${extract.suffix} |
14 | 14 | worksrcdir mecab-jumandic-${version} |
15 | 15 | set dicdir jumandic-sjis |
16 | | set sfj 18372 |
17 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
18 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
19 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 16 | master_sites sourceforge:mecab |
20 | 17 | checksums md5 2f72e6f3b928df1b1d53ee5c888457b4 \ |
21 | 18 | sha1 054ea89be2d12f8b1775c7ed3249602b887a3e1a \ |
22 | 19 | rmd160 81b23ff35a81fd2368cdc9d6ef14247300582163 |
diff -ur dports-mecab-0.93/textproc/mecab-jumandic-utf8/Portfile dports-mecab-0.94/textproc/mecab-jumandic-utf8/Portfile
old
|
new
|
|
9 | 9 | platforms darwin |
10 | 10 | description Alternate dictionary for MeCab (jumandic/utf8) |
11 | 11 | long_description ${description} |
12 | | homepage http://mecab.sourceforge.jp/ |
| 12 | homepage http://mecab.sourceforge.net/ |
13 | 13 | dist_subdir mecab |
14 | 14 | distfiles mecab-jumandic-${version}${extract.suffix} |
15 | 15 | worksrcdir mecab-jumandic-${version} |
16 | 16 | set dicdir jumandic-utf8 |
17 | | set sfj 18372 |
18 | | master_sites http://osdn.dl.sourceforge.jp/mecab/${sfj}/ \ |
19 | | http://keihanna.dl.sourceforge.jp/mecab/${sfj}/ \ |
20 | | http://qgpop.dl.sourceforge.jp/mecab/${sfj}/ |
| 17 | master_sites sourceforge:mecab |
21 | 18 | checksums md5 2f72e6f3b928df1b1d53ee5c888457b4 \ |
22 | 19 | sha1 054ea89be2d12f8b1775c7ed3249602b887a3e1a \ |
23 | 20 | rmd160 81b23ff35a81fd2368cdc9d6ef14247300582163 |