diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-05-28 20:58:56 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-05-28 20:58:56 +0800 |
commit | 5815c5beafb9c19a5d2e2169be94d805fb412d22 (patch) | |
tree | 9ef37bda99692e4c1c5e1fca24badf2982fa5b7f /japanese/mecab | |
parent | ad8957fede00f8c7c4f744f1284cd583305f65e4 (diff) | |
download | freebsd-ports-gnome-5815c5beafb9c19a5d2e2169be94d805fb412d22.tar.gz freebsd-ports-gnome-5815c5beafb9c19a5d2e2169be94d805fb412d22.tar.zst freebsd-ports-gnome-5815c5beafb9c19a5d2e2169be94d805fb412d22.zip |
- Upgrade to 0.81.
- Unbreak on some conditions.
- Update WWW: line.
No response from: maintainer
Diffstat (limited to 'japanese/mecab')
-rw-r--r-- | japanese/mecab/Makefile | 12 | ||||
-rw-r--r-- | japanese/mecab/Makefile.common | 2 | ||||
-rw-r--r-- | japanese/mecab/distinfo | 4 | ||||
-rw-r--r-- | japanese/mecab/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/mecab/pkg-plist | 1 |
5 files changed, 10 insertions, 11 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index 614201e811ac..14873c206ae8 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -7,10 +7,9 @@ PORTNAME= ${MECAB_PORTNAME} PORTVERSION= ${MECAB_PORTVERSION} -PORTREVISION= 1 CATEGORIES= japanese textproc -MASTER_SITES= http://cl.aist-nara.ac.jp/~taku-ku/software/mecab/src/ \ - http://chasen.aist-nara.ac.jp/stable/ipadic/:ipadic +MASTER_SITES= http://chasen.org/~taku/software/mecab/src/ \ + http://chasen.naist.jp/stable/ipadic/:ipadic DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${IPADIC_DISTNAME}${EXTRACT_SUFX}:ipadic @@ -19,10 +18,9 @@ COMMENT= Yet Another Part-of-Speech and Morphological Analyzer IPADIC_DISTNAME= ipadic-2.5.1 -USE_PERL5_BUILD= yes USE_REINPLACE= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" @@ -36,8 +34,8 @@ DOCS= AUTHORS README doc/*.html doc/*.css .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" .endif post-extract: diff --git a/japanese/mecab/Makefile.common b/japanese/mecab/Makefile.common index 55daf40d501c..1c486bb097a0 100644 --- a/japanese/mecab/Makefile.common +++ b/japanese/mecab/Makefile.common @@ -1,7 +1,7 @@ # $FreeBSD$ MECAB_PORTNAME= mecab -MECAB_PORTVERSION= 0.76 +MECAB_PORTVERSION= 0.81 MECAB_PORTDIR= ${PORTSDIR}/japanese/${MECAB_PORTNAME} MECAB_WRKSRC_CMD= cd ${MECAB_PORTDIR} && ${MAKE} -V WRKSRC diff --git a/japanese/mecab/distinfo b/japanese/mecab/distinfo index 74e127b1132d..30f83cca9c40 100644 --- a/japanese/mecab/distinfo +++ b/japanese/mecab/distinfo @@ -1,4 +1,4 @@ -MD5 (mecab-0.76.tar.gz) = c312f2e218f6857dc487662c379d0f6e -SIZE (mecab-0.76.tar.gz) = 322061 +MD5 (mecab-0.81.tar.gz) = c38a9b4551abc623d7f13d7e5a5d668e +SIZE (mecab-0.81.tar.gz) = 358596 MD5 (ipadic-2.5.1.tar.gz) = 18c37ad9d02aa79e9f9ce752ee4ecea6 SIZE (ipadic-2.5.1.tar.gz) = 4212891 diff --git a/japanese/mecab/pkg-descr b/japanese/mecab/pkg-descr index 696ab07d1555..b827eb9abc99 100644 --- a/japanese/mecab/pkg-descr +++ b/japanese/mecab/pkg-descr @@ -1,4 +1,4 @@ MeCab: Yet Another Part-of-Speech and Morphological Analyzer Author: Taku Kudoh <taku-ku@is.aist-nara.ac.jp> -WWW: http://cl.aist-nara.ac.jp/~taku-ku/software/mecab/ +WWW: http://chasen.org/~taku/software/mecab/ diff --git a/japanese/mecab/pkg-plist b/japanese/mecab/pkg-plist index 3661ca38a85b..1c6cb9cd3a4f 100644 --- a/japanese/mecab/pkg-plist +++ b/japanese/mecab/pkg-plist @@ -17,6 +17,7 @@ lib/mecab/dic/ipadic/token.me @dirrm lib/mecab/dic/ipadic @dirrm lib/mecab/dic @dirrm lib/mecab +%%PORTDOCS%%%%EXAMPLESDIR%%/a.out %%PORTDOCS%%%%EXAMPLESDIR%%/example-thread.c %%PORTDOCS%%%%EXAMPLESDIR%%/example-thread2.c %%PORTDOCS%%%%EXAMPLESDIR%%/example-win32-dll.c |