diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-06 22:10:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-06 22:10:07 +0000 |
commit | 1f5afb3673c0acbfd5461aed67a7a7b6734ffd29 (patch) | |
tree | 4c30d7a2b0ddec287c1cca6725306c344f10ff54 /japanese/xyaku | |
parent | Forgot to delete this file when upgrading to: (diff) |
Add xyaku, a general dictionary/search engine front-end for X.
This program is not really Japanese specific, so I'd move this out of
japanese category with other dictionary/lookup stuff in the category
some day...
Notes
Notes:
svn path=/head/; revision=35728
Diffstat (limited to 'japanese/xyaku')
-rw-r--r-- | japanese/xyaku/Makefile | 44 | ||||
-rw-r--r-- | japanese/xyaku/distinfo | 1 | ||||
-rw-r--r-- | japanese/xyaku/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/xyaku/pkg-descr | 9 | ||||
-rw-r--r-- | japanese/xyaku/pkg-plist | 23 |
5 files changed, 78 insertions, 0 deletions
diff --git a/japanese/xyaku/Makefile b/japanese/xyaku/Makefile new file mode 100644 index 000000000000..78f9b5696dc8 --- /dev/null +++ b/japanese/xyaku/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: xyaku +# Date created: 7 Dec 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= xyaku +PORTVERSION= 1.3.0 +CATEGORIES= japanese textproc +MASTER_SITES= http://www.ainet.or.jp/~inoue/software/xyaku/ + +MAINTAINER= knu@idaemons.org + +RUN_DEPENDS= ${EDICT_FILE}:${PORTSDIR}/japanese/edict \ + ${RUBY_SITEARCHLIBDIR}/eb.so:${PORTSDIR}/japanese/ruby-eb + +USE_XLIB= yes +USE_RUBY= yes + +USE_AUTOCONF= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-edict="${EDICT_FILE}" + +EDICT_FILE= ${PREFIX}/share/dict/edict/edict +DOCS_EN= AUTHORS ChangeLog INSTALL NEWS README TODO \ + addin/ADDIN.ChangeLog addin/ADDIN.txt +DOCS_JA= addin/README.searcheb.ja + +post-extract: + ${MV} ${WRKSRC}/addin/ChangeLog ${WRKSRC}/addin/ADDIN.ChangeLog + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/xyaku/ja +.for f in ${DOCS_EN} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/xyaku/ +.endfor +.for f in ${DOCS_JA} + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/xyaku/ja/ +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/xyaku/distinfo b/japanese/xyaku/distinfo new file mode 100644 index 000000000000..1dbc35c009fc --- /dev/null +++ b/japanese/xyaku/distinfo @@ -0,0 +1 @@ +MD5 (xyaku-1.3.0.tar.gz) = a6b7f862aa993fe62fb4eb6611971733 diff --git a/japanese/xyaku/pkg-comment b/japanese/xyaku/pkg-comment new file mode 100644 index 000000000000..893b581009fd --- /dev/null +++ b/japanese/xyaku/pkg-comment @@ -0,0 +1 @@ +A general dictionary/search engine front-end for X diff --git a/japanese/xyaku/pkg-descr b/japanese/xyaku/pkg-descr new file mode 100644 index 000000000000..921842516fd7 --- /dev/null +++ b/japanese/xyaku/pkg-descr @@ -0,0 +1,9 @@ +xyaku is a general dictionary/search engine front-end for X. + +xyaku invokes an add-in command by hitting a specified key +combination, and sends the contents of X selection buffer into +add-in's stdin, and receives the output from its stdout, then shows +the result in a pop-up window. + +Author: INOUE Seiichiro <inoue@ainet.or.jp> +WWW: http://www.ainet.or.jp/~inoue/software/xyaku/index-e.html diff --git a/japanese/xyaku/pkg-plist b/japanese/xyaku/pkg-plist new file mode 100644 index 000000000000..9dd2f4c39d70 --- /dev/null +++ b/japanese/xyaku/pkg-plist @@ -0,0 +1,23 @@ +bin/xyaku +libexec/xyaku/clearcache.sh +libexec/xyaku/dict.sh +libexec/xyaku/edict.sh +libexec/xyaku/help.ja +libexec/xyaku/help.sh +libexec/xyaku/openurl.sh +libexec/xyaku/searcheb.rb +libexec/xyaku/showrc.sh +libexec/xyaku/websearch.sh +libexec/xyaku/xyakurc +@dirrm libexec/xyaku +share/doc/xyaku/ADDIN.txt +share/doc/xyaku/ADDIN.ChangeLog +share/doc/xyaku/AUTHORS +share/doc/xyaku/ChangeLog +share/doc/xyaku/INSTALL +share/doc/xyaku/NEWS +share/doc/xyaku/README +share/doc/xyaku/TODO +share/doc/xyaku/ja/README.searcheb.ja +@dirrm share/doc/xyaku/ja +@dirrm share/doc/xyaku |