new category: input methods.
Anthy is an input method for japanese, namely a state machine that converts between katakana/hiragana/kanji, mostly as a library usable by other software. It comes with some emacs stuff.
This commit is contained in:
parent
c546947f80
commit
363d6b4a46
44
inputmethods/anthy/Makefile
Normal file
44
inputmethods/anthy/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
COMMENT= 'japanese input method'
|
||||
COMMENT-emacs= 'emacs files for anthy'
|
||||
|
||||
CATEGORIES= japanese inputmethods
|
||||
|
||||
V= 7900
|
||||
MULTI_PACKAGES= -emacs
|
||||
DISTNAME= anthy-$V
|
||||
PKGNAME-emacs= emacs-anthy-$V
|
||||
|
||||
HOMEPAGE= http://anthy.sourceforge.jp/
|
||||
MASTER_SITES= http://dl.sourceforge.jp/anthy/20887/
|
||||
|
||||
# GPL, part LGPL
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
SHARED_LIBS= anthy 0.0 \
|
||||
anthydic 0.0 \
|
||||
anthyinput 0.0
|
||||
|
||||
BUILD_DEPENDS= ::editors/emacs21
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include'
|
||||
CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib'
|
||||
|
||||
FAKE_FLAGS= DESTDIR=${WRKINST} sysconfdir=$(PREFIX)/share/examples/anthy
|
||||
|
||||
SUBPACKAGE?=
|
||||
|
||||
.if !defined(PACKAGING) || defined(PACKAGING) && ${SUBPACKAGE} == ""
|
||||
WANTLIB= c m
|
||||
.endif
|
||||
|
||||
# can't make sense of any of these tests
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
4
inputmethods/anthy/distinfo
Normal file
4
inputmethods/anthy/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (anthy-7900.tar.gz) = 356467305997191acd353d1c7e4e5d92
|
||||
RMD160 (anthy-7900.tar.gz) = fd28f5925fa981fe173f115f5e1919899fa92037
|
||||
SHA1 (anthy-7900.tar.gz) = 9b3ae54ebf81e7aedb095f7c4a3b97027557c258
|
||||
SIZE (anthy-7900.tar.gz) = 3604440
|
7
inputmethods/anthy/pkg/DESCR
Normal file
7
inputmethods/anthy/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Anthy is a japanese input method library that can be used
|
||||
from many setups.
|
||||
|
||||
With its complement package anthy-emacs, it can be used with
|
||||
emacs, using the simple anthy-agent wedge for communication.
|
||||
|
||||
It can also be accessed from uim.
|
1
inputmethods/anthy/pkg/DESCR-emacs
Normal file
1
inputmethods/anthy/pkg/DESCR-emacs
Normal file
@ -0,0 +1 @@
|
||||
Set of emacs-lisp files to access anthy.
|
4
inputmethods/anthy/pkg/PFRAG.shared
Normal file
4
inputmethods/anthy/pkg/PFRAG.shared
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/10/18 23:13:34 espie Exp $
|
||||
@lib lib/libanthy.so.${LIBanthy_VERSION}
|
||||
@lib lib/libanthydic.so.${LIBanthydic_VERSION}
|
||||
@lib lib/libanthyinput.so.${LIBanthyinput_VERSION}
|
25
inputmethods/anthy/pkg/PLIST
Normal file
25
inputmethods/anthy/pkg/PLIST
Normal file
@ -0,0 +1,25 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/18 23:13:34 espie Exp $
|
||||
%%SHARED%%
|
||||
bin/anthy-agent
|
||||
bin/anthy-dic-tool
|
||||
bin/anthy-morphological-analyzer
|
||||
include/anthy/
|
||||
include/anthy/anthy.h
|
||||
include/anthy/dicutil.h
|
||||
include/anthy/input.h
|
||||
lib/libanthy.a
|
||||
lib/libanthy.la
|
||||
lib/libanthydic.a
|
||||
lib/libanthydic.la
|
||||
lib/libanthyinput.a
|
||||
lib/libanthyinput.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/anthy.pc
|
||||
share/anthy/
|
||||
share/anthy/anthy.dic
|
||||
share/anthy/dic-tool-usage.txt
|
||||
share/anthy/typetab
|
||||
share/anthy/zipcode.t
|
||||
share/examples/anthy/
|
||||
share/examples/anthy/anthy-conf
|
||||
@sample ${SYSCONFDIR}/anthy-conf
|
18
inputmethods/anthy/pkg/PLIST-emacs
Normal file
18
inputmethods/anthy/pkg/PLIST-emacs
Normal file
@ -0,0 +1,18 @@
|
||||
@comment $OpenBSD: PLIST-emacs,v 1.1.1.1 2006/10/18 23:13:34 espie Exp $
|
||||
share/emacs/
|
||||
share/emacs/site-lisp/
|
||||
share/emacs/site-lisp/anthy/
|
||||
share/emacs/site-lisp/anthy/anthy-azik.el
|
||||
share/emacs/site-lisp/anthy/anthy-azik.elc
|
||||
share/emacs/site-lisp/anthy/anthy-conf.el
|
||||
share/emacs/site-lisp/anthy/anthy-conf.elc
|
||||
share/emacs/site-lisp/anthy/anthy-dic.el
|
||||
share/emacs/site-lisp/anthy/anthy-dic.elc
|
||||
share/emacs/site-lisp/anthy/anthy-isearch.el
|
||||
share/emacs/site-lisp/anthy/anthy-isearch.elc
|
||||
share/emacs/site-lisp/anthy/anthy-kyuri.el
|
||||
share/emacs/site-lisp/anthy/anthy-kyuri.elc
|
||||
share/emacs/site-lisp/anthy/anthy.el
|
||||
share/emacs/site-lisp/anthy/anthy.elc
|
||||
share/emacs/site-lisp/anthy/leim-list.el
|
||||
share/emacs/site-lisp/anthy/leim-list.elc
|
Loading…
Reference in New Issue
Block a user