an easy and consistent way of installing software ported to FreeBSD
Esecanna pretends to be a cannaserver and listens to canna clients.
It interprets to one of the VJE 3.0/2.5 or Wnn6 servers what they say,
then passes through to them what it results.
You'll have to install one of the esecanna modules to run it.
With this, you can use VJE 3.0/2.5 or Wnn6's smart input engine
also from the console applications.
[ canna clients ] (mule, jvim, etc.)
|| /\
\/ ||
[ esecanna ] (esecannaserver + {vje30,wnn6} module)
|| /\
\/ ||
[ input engine ] (vjed or jserver)
Further information is found on the following web site:
WWW: http://esecanna.netfort.gr.jp/
************************************************************
Quick Setup:
Take the following steps all as root.
1) Install one of the esecanna-module ports.
2) Edit `${PREFIX}/etc/esecannarc'.
3) Stop and disable cannaserver if you have it running.
4) Run `${PREFIX}/etc/rc.d/esecanna.sh start'.
5) Add `esecanna_enable=YES' to /etc/rc.conf so that
esecanna automatically starts on (every) boot.
User can copy `${PREFIX}/etc/esecannarc' to `~/.esecannarc'
and customize it to his/her needs. If esecanna does not
work as excepted, please consult the documents under
${PREFIX}/share/doc/esecanna/ and log output kept in
`/var/log/esecanna.log'.
Note:
Using VJE-Delta 3.0 trial, esecannaserver will fail to
connect to vjed until after once you run vje.
************************************************************
@unexec if [ -x %D/etc/rc.d/esecanna.sh ]; then %D/etc/rc.d/esecanna.sh stop || true; fi
etc/esecannarc
etc/rc.d/esecanna.sh
@exec mkdir -p %D/lib/esecanna
@dirrm lib/esecanna
sbin/esecannaserver
@exec /bin/mkdir -p /var/run/esecanna
@unexec /bin/rm -rf /var/run/esecanna
%%PORTDOCS%%share/doc/esecanna/CREDITS
%%PORTDOCS%%share/doc/esecanna/CHANGES.jp
%%PORTDOCS%%share/doc/esecanna/README.First.jp
%%PORTDOCS%%share/doc/esecanna/README.jp
%%PORTDOCS%%@dirrm share/doc/esecanna