diff options
author | knu <knu@FreeBSD.org> | 2000-12-07 06:10:07 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-12-07 06:10:07 +0800 |
commit | 8adc35aea1a1ef05726eeb7f2e0e1afae206c76a (patch) | |
tree | 35bcc2a69218e79173651e8542a0a775ea894ee0 | |
parent | 110a1c53ca182e7322beab8d298723788ce3a776 (diff) | |
download | freebsd-ports-gnome-8adc35aea1a1ef05726eeb7f2e0e1afae206c76a.tar.gz freebsd-ports-gnome-8adc35aea1a1ef05726eeb7f2e0e1afae206c76a.tar.zst freebsd-ports-gnome-8adc35aea1a1ef05726eeb7f2e0e1afae206c76a.zip |
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...
-rw-r--r-- | japanese/Makefile | 1 | ||||
-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 |
6 files changed, 79 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 2be62828429f..e0bc7ed8ff46 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -363,6 +363,7 @@ SUBDIR += xshodou SUBDIR += xv SUBDIR += xyagamo + SUBDIR += xyaku SUBDIR += yc.el SUBDIR += zangband SUBDIR += zipcodes 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 |