diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 2000-02-02 17:08:34 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 2000-02-02 17:08:34 +0000 |
commit | 42079f46db662fbb2bdbaf55e6b81e1fe7a0339d (patch) | |
tree | 83751b64555d19efd1be9dbab47c31591a2320a0 /japanese/esecanna | |
parent | 52c622de1ad30016fad337aa3b7c1210f379a9f3 (diff) | |
download | ports-42079f46db662fbb2bdbaf55e6b81e1fe7a0339d.tar.gz ports-42079f46db662fbb2bdbaf55e6b81e1fe7a0339d.zip |
Notes
Diffstat (limited to 'japanese/esecanna')
-rw-r--r-- | japanese/esecanna/Makefile | 42 | ||||
-rw-r--r-- | japanese/esecanna/distinfo | 1 | ||||
-rw-r--r-- | japanese/esecanna/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/esecanna/pkg-descr | 22 | ||||
-rw-r--r-- | japanese/esecanna/pkg-message | 16 | ||||
-rw-r--r-- | japanese/esecanna/pkg-plist | 5 |
6 files changed, 87 insertions, 0 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile new file mode 100644 index 000000000000..411e31f57c0b --- /dev/null +++ b/japanese/esecanna/Makefile @@ -0,0 +1,42 @@ +# New ports collection Makefile for: esecanna for VJE-Delta 3.0 +# Version required: 0.1.0 +# Date created: 29 January 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +DISTNAME= esecanna-vje30_DR-0.1.0 +PKGNAME= ja-esecanna-vje30-0.1.0 +CATEGORIES= japanese +MASTER_SITES= http://plaza.harmonix.ne.jp/~redstar/ + +MAINTAINER= knu@idaemons.org + +#RUN_DEPENDS= ${LOCALBASE}/vje30/bin/vjed:${PORTSDIR}/japanese/vje30-trial + +DOCDIR= ${PREFIX}/share/doc/esecanna + +# Make sure of naming it proper so as to be invoked *after* vje.sh on startup +STARTER= vjeesecannaserver.sh + +post-extract: + @perl -pe "s,!!PREFIX!!,${PREFIX},g" ${FILESDIR}/${STARTER} > ${WRKSRC}/${STARTER} + +do-configure: + @cd ${WRKSRC} && perl -i -pe "s,/etc/esecannarc,${PREFIX}/etc/esecannarc,g; s,/usr/lib/vje30,${PREFIX}/vje30,g; s,/usr/sbin/vjed,${PREFIX}/vje30/bin/vjed,g;" \ + 4DEVELOPERS.jp \ + esecannarc \ + imewrapper.c \ + vjewrapper.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/esecannaserver ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/esecannarc ${PREFIX}/etc + ${INSTALL_SCRIPT} ${WRKSRC}/${STARTER} ${PREFIX}/etc/rc.d +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/4DEVELOPERS.jp ${WRKSRC}/README.jp ${DOCDIR} +.endif + +.include <bsd.port.mk> diff --git a/japanese/esecanna/distinfo b/japanese/esecanna/distinfo new file mode 100644 index 000000000000..e4701bad7e83 --- /dev/null +++ b/japanese/esecanna/distinfo @@ -0,0 +1 @@ +MD5 (esecanna-vje30_DR-0.1.0.tar.gz) = 9b66b0668b8c73f5a8e03574068b1092 diff --git a/japanese/esecanna/pkg-comment b/japanese/esecanna/pkg-comment new file mode 100644 index 000000000000..c6f46d18f664 --- /dev/null +++ b/japanese/esecanna/pkg-comment @@ -0,0 +1 @@ +Pseudo cannaserver which wraps VJE-delta server diff --git a/japanese/esecanna/pkg-descr b/japanese/esecanna/pkg-descr new file mode 100644 index 000000000000..075d446cd944 --- /dev/null +++ b/japanese/esecanna/pkg-descr @@ -0,0 +1,22 @@ +Esecanna-vje listens to canna clients as cannaserver, +interprets to the VJE-Delta server what they say, and +passes what it results to them. + +With this, you can use VJE-Delta's smart input engine +also from the console applications. + + [ Canna clients ] (mule, jvim, etc.) + || /\ + \/ || + [ esecanna-vje ] (esecannaserver) + || /\ + \/ || + [ VJE-Delta server ] (vjed) + +Before running esecannaserver, don't forget to stop +the "real" cannaserver, if running. + +Further documentation is under /usr/local/share/doc/esecanna, +and the following web site: + +WWW: http://plaza.harmonix.ne.jp/~redstar/esecanna.html diff --git a/japanese/esecanna/pkg-message b/japanese/esecanna/pkg-message new file mode 100644 index 000000000000..c235bb57d77e --- /dev/null +++ b/japanese/esecanna/pkg-message @@ -0,0 +1,16 @@ +************************************************************ +NOTE THAT THIS VERSION IS A VERY DEVELOPMENT RELEASE. + +First of all, never forget to read the documents located in +/usr/local/share/doc/esecanna carefully. When and if you +meet with any problem or strange behavior, please refer to +the debug log stored in /var/log/esecannaserver.log or +output to stderr if run by hand, and report it immediately +to the author of esecanna, or the maintainer of the port. + +Thank you for understanding. + + +Using VJE-Delta 3.0 trial, esecannaserver will fail to +connect to vjed before once you run vje. +************************************************************ diff --git a/japanese/esecanna/pkg-plist b/japanese/esecanna/pkg-plist new file mode 100644 index 000000000000..c9fd7fbf6c39 --- /dev/null +++ b/japanese/esecanna/pkg-plist @@ -0,0 +1,5 @@ +sbin/esecannaserver +share/doc/esecanna/4DEVELOPERS.jp +share/doc/esecanna/README.jp +etc/rc.d/vjeesecannaserver.sh +@dirrm share/doc/esecanna |