diff options
-rw-r--r-- | textproc/eblook/DESCR | 4 | ||||
-rw-r--r-- | textproc/eblook/Makefile | 18 | ||||
-rw-r--r-- | textproc/eblook/PLIST | 5 | ||||
-rw-r--r-- | textproc/eblook/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/eblook/DESCR b/textproc/eblook/DESCR new file mode 100644 index 00000000000..dd1283f0ee4 --- /dev/null +++ b/textproc/eblook/DESCR @@ -0,0 +1,4 @@ +Eblook provides an interactive, simple command-line interface for electiric +dictionaries, using EB library as the backend. Eblook is originally developed +as a backend of Lookup, an electiric dictionary search agent for Emacs, but +its useful as a separate tool. diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile new file mode 100644 index 00000000000..68f50ca5988 --- /dev/null +++ b/textproc/eblook/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/12 01:31:02 uebayasi Exp $ +# + +DISTNAME= eblook-1.5.1 +CATEGORIES= japanese textproc +MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ + +MAINTAINER= uebayasi@soum.co.jp +HOMEPAGE= http://openlab.ring.gr.jp/edict/eblook/ +COMMENT= interactive command-line interface for EPWING electirc dictionaries + +USE_BUILDLINK_ONLY= # defined + +GNU_CONFIGURE= yes + +.include "../../textproc/eb/buildlink.mk" +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/eblook/PLIST b/textproc/eblook/PLIST new file mode 100644 index 00000000000..5c8a1f9ef10 --- /dev/null +++ b/textproc/eblook/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/12 01:31:02 uebayasi Exp $ +bin/eblook +@unexec install-info --delete %D/info/eblook.info %D/info/dir +info/eblook.info +@exec install-info %D/info/eblook.info %D/info/dir diff --git a/textproc/eblook/distinfo b/textproc/eblook/distinfo new file mode 100644 index 00000000000..8fbdd0c33d6 --- /dev/null +++ b/textproc/eblook/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/12 01:31:02 uebayasi Exp $ + +SHA1 (eblook-1.5.1.tar.gz) = dfdcddcdda9e2a9c134ba9d373906de1cdc75207 +Size (eblook-1.5.1.tar.gz) = 195934 bytes |