diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-02-26 06:37:10 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-02-26 06:37:10 +0000 |
commit | 2cbffa33dfdb70067c55b543b7406012bf30059d (patch) | |
tree | f946d149b88642de5bad66889418a2d0ec125800 /japanese/anthy | |
parent | 55c6319c6cf64ea16d15d1ce96ba94fc18e4a6af (diff) |
Initial import.
Another kana-kanji conversion server.
Notes
Notes:
svn path=/head/; revision=55252
Diffstat (limited to 'japanese/anthy')
-rw-r--r-- | japanese/anthy/Makefile | 18 | ||||
-rw-r--r-- | japanese/anthy/distinfo | 1 | ||||
-rw-r--r-- | japanese/anthy/files/patch-aa | 11 | ||||
-rw-r--r-- | japanese/anthy/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/anthy/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/anthy/pkg-plist | 29 |
6 files changed, 63 insertions, 0 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile new file mode 100644 index 000000000000..9741e04b1c0e --- /dev/null +++ b/japanese/anthy/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: anthy +# Date created: 26 February 2002 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= anthy +PORTVERSION= 2427b +CATEGORIES= japanese +MASTER_SITES= http://www.kyoto.trans-nt.com/anthy/ + +MAINTAINER= nakai@FreeBSD.org + +GNU_CONFIGURE= yes +INSTALL_SHLIBS= yes + +.include <bsd.port.mk> diff --git a/japanese/anthy/distinfo b/japanese/anthy/distinfo new file mode 100644 index 000000000000..7a2cd4a07460 --- /dev/null +++ b/japanese/anthy/distinfo @@ -0,0 +1 @@ +MD5 (anthy-2427b.tar.gz) = aa35b1c295b531ad9349777c752bdad2 diff --git a/japanese/anthy/files/patch-aa b/japanese/anthy/files/patch-aa new file mode 100644 index 000000000000..084f49a9379e --- /dev/null +++ b/japanese/anthy/files/patch-aa @@ -0,0 +1,11 @@ +--- 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/pkg-comment b/japanese/anthy/pkg-comment new file mode 100644 index 000000000000..467b683ef1ae --- /dev/null +++ b/japanese/anthy/pkg-comment @@ -0,0 +1 @@ +Another kana-kanji conversion system diff --git a/japanese/anthy/pkg-descr b/japanese/anthy/pkg-descr new file mode 100644 index 000000000000..2fad6b72784b --- /dev/null +++ b/japanese/anthy/pkg-descr @@ -0,0 +1,3 @@ +another kana-kanji conversion system + +WWW: http://www.kyoto.trans-nt.com/anthy/ (Japanese) diff --git a/japanese/anthy/pkg-plist b/japanese/anthy/pkg-plist new file mode 100644 index 000000000000..570729bc8c10 --- /dev/null +++ b/japanese/anthy/pkg-plist @@ -0,0 +1,29 @@ +bin/anthy-agent +bin/anthy-dic-tool +etc/anthy-conf +include/anthy/anthy.h +include/anthy/dicutil.h +include/anthy/input.h +lib/libanthy.a +lib/libanthy.la +lib/libanthy.so.0 +lib/libanthydic.a +lib/libanthydic.la +lib/libanthydic.so.0 +lib/libanthyinput.a +lib/libanthyinput.la +lib/libanthyinput.so.0 +share/anthy/a.depword +share/anthy/ajv.depword +share/anthy/anthy.dic +share/anthy/av.depword +share/anthy/dep.depword +share/anthy/dic-tool-usage.txt +share/anthy/indepword.txt +share/anthy/master.depword +share/anthy/noun.depword +share/anthy/struct.txt +share/anthy/typetab +share/anthy/v.depword +@dirrm include/anthy +@dirrm share/anthy |