diff options
-rw-r--r-- | japanese/anthy/Makefile | 16 | ||||
-rw-r--r-- | japanese/anthy/distinfo | 2 | ||||
-rw-r--r-- | japanese/anthy/files/patch-aa | 11 | ||||
-rw-r--r-- | japanese/anthy/files/patch-configure | 10 | ||||
-rw-r--r-- | japanese/anthy/pkg-descr | 5 | ||||
-rw-r--r-- | japanese/anthy/pkg-plist | 11 |
6 files changed, 31 insertions, 24 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile index 6f0076805b19..69c4117ce477 100644 --- a/japanese/anthy/Makefile +++ b/japanese/anthy/Makefile @@ -6,14 +6,20 @@ # PORTNAME= anthy -PORTVERSION= 2427b +PORTVERSION= 4300 CATEGORIES= japanese -MASTER_SITES= http://www.kyoto.trans-nt.com/anthy/ +MASTER_SITES= http://downloads.sourceforge.jp/anthy/4873/ -MAINTAINER= nakai@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Another kana-kanji conversion system -GNU_CONFIGURE= yes -INSTALL_SHLIBS= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes + +post-patch: + @${REINPLACE_CMD} -e \ + 's| install-lispLISP||g' ${WRKSRC}/src-util/Makefile.in .include <bsd.port.mk> diff --git a/japanese/anthy/distinfo b/japanese/anthy/distinfo index 7a2cd4a07460..41bafaf8b08b 100644 --- a/japanese/anthy/distinfo +++ b/japanese/anthy/distinfo @@ -1 +1 @@ -MD5 (anthy-2427b.tar.gz) = aa35b1c295b531ad9349777c752bdad2 +MD5 (anthy-4300.tar.gz) = 8b76ecb79d775f2c470c0e97250d568a diff --git a/japanese/anthy/files/patch-aa b/japanese/anthy/files/patch-aa deleted file mode 100644 index 084f49a9379e..000000000000 --- a/japanese/anthy/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 26 15:16:15 2002 -+++ configure Tue Feb 26 15:16:23 2002 -@@ -5068,7 +5068,7 @@ - # If set to t, that means we are running in a shell under Emacs. - # If you have an Emacs named "t", then use the full path. - test "$EMACS" = t && EMACS= -- for ac_prog in emacs xemacs -+ for ac_prog in - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/japanese/anthy/files/patch-configure b/japanese/anthy/files/patch-configure new file mode 100644 index 000000000000..3290ab88447b --- /dev/null +++ b/japanese/anthy/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Jun 30 20:59:16 2003 ++++ configure Wed Jul 9 11:10:46 2003 +@@ -7743,6 +7743,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/japanese/anthy/pkg-descr b/japanese/anthy/pkg-descr index 2fad6b72784b..977f7557581d 100644 --- a/japanese/anthy/pkg-descr +++ b/japanese/anthy/pkg-descr @@ -1,3 +1,4 @@ -another kana-kanji conversion system +Anthy is a Japanese input method working on X11 and emacs. +It converts Hiragana text to Kana Kanji mixed text. -WWW: http://www.kyoto.trans-nt.com/anthy/ (Japanese) +WWW: http://anthy.sourceforge.jp/ (Japanese) diff --git a/japanese/anthy/pkg-plist b/japanese/anthy/pkg-plist index cf00eeb497de..1f2000f0d543 100644 --- a/japanese/anthy/pkg-plist +++ b/japanese/anthy/pkg-plist @@ -5,28 +5,29 @@ include/anthy/anthy.h include/anthy/dicutil.h include/anthy/input.h lib/libanthy.a -lib/libanthy.la lib/libanthy.so lib/libanthy.so.0 lib/libanthydic.a -lib/libanthydic.la lib/libanthydic.so lib/libanthydic.so.0 lib/libanthyinput.a -lib/libanthyinput.la lib/libanthyinput.so lib/libanthyinput.so.0 share/anthy/a.depword share/anthy/ajv.depword share/anthy/anthy.dic share/anthy/av.depword +share/anthy/conjugate.table share/anthy/dep.depword share/anthy/dic-tool-usage.txt share/anthy/indepword.txt share/anthy/master.depword +share/anthy/mod.depword +share/anthy/noun-variant.depword share/anthy/noun.depword -share/anthy/struct.txt +share/anthy/pred.depword +share/anthy/subj.depword share/anthy/typetab share/anthy/v.depword -@dirrm include/anthy @dirrm share/anthy +@dirrm include/anthy |