From 1bdb6d0d0bd856b8b6bcef05122c4fdd2826073b Mon Sep 17 00:00:00 2001 From: shige Date: Fri, 20 Aug 1999 16:21:51 +0000 Subject: Interactive EB interface command for seraching words in CD-ROM books. Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats directly. --- japanese/eblook/Makefile | 34 ++++++++++++++++++++++++++++++++++ japanese/eblook/distinfo | 1 + japanese/eblook/pkg-comment | 1 + japanese/eblook/pkg-descr | 12 ++++++++++++ japanese/eblook/pkg-plist | 10 ++++++++++ 5 files changed, 58 insertions(+) create mode 100644 japanese/eblook/Makefile create mode 100644 japanese/eblook/distinfo create mode 100644 japanese/eblook/pkg-comment create mode 100644 japanese/eblook/pkg-descr create mode 100644 japanese/eblook/pkg-plist (limited to 'japanese') diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile new file mode 100644 index 0000000..828b92e --- /dev/null +++ b/japanese/eblook/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: eblook +# Version required: 1.2 +# Date created: 20 August 1999 +# Whom: Shigeyuki Fukushima +# +# $Id$ +# + +DISTNAME= eblook-1.2 +PKGNAME= ja-eblook-1.2 +CATEGORIES= japanese textproc +MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/eblook/ + +MAINTAINER= shige@FreeBSD.org + +DOCDIR= share/doc/eblook + +LIB_DEPENDS= eb.3:${PORTSDIR}/japanese/eb + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ + --with-eb-libraries=${PREFIX}/lib + +PLIST_SUB= DOCDIR=${DOCDIR} + +post-install: +.if !defined(NOPORTDOCS) + @[ ! -d ${PREFIX}/${DOCDIR} ] && ${MKDIR} ${PREFIX}/${DOCDIR} + @for i in AUTHORS COPYING ChangeLog NEWS README ; do \ + ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\ + done +.endif + +.include diff --git a/japanese/eblook/distinfo b/japanese/eblook/distinfo new file mode 100644 index 0000000..e8f07be --- /dev/null +++ b/japanese/eblook/distinfo @@ -0,0 +1 @@ +MD5 (eblook-1.2.tar.gz) = 4df65f487cd9ab21c07aaf6f17ebb01b diff --git a/japanese/eblook/pkg-comment b/japanese/eblook/pkg-comment new file mode 100644 index 0000000..1cd9756 --- /dev/null +++ b/japanese/eblook/pkg-comment @@ -0,0 +1 @@ +Interactive EB interface command for seraching words in electoric dictionaries diff --git a/japanese/eblook/pkg-descr b/japanese/eblook/pkg-descr new file mode 100644 index 0000000..ab957fc --- /dev/null +++ b/japanese/eblook/pkg-descr @@ -0,0 +1,12 @@ +Interactive EB interface command for seraching words in CD-ROM books. + +Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats +directly. CD-ROM books of those formats are popular in Japan. +Since CD-ROM books themseves are stands on the ISO 9660 format, +you can mount the discs by the same way as other ISO 9660 discs. + +You can get more information from ja-eblook.info. +You can also get information from their website. +WWW: http://openlab.ring.gr.jp/lookup/eblook/ + +--- Porting by shige diff --git a/japanese/eblook/pkg-plist b/japanese/eblook/pkg-plist new file mode 100644 index 0000000..97620ab --- /dev/null +++ b/japanese/eblook/pkg-plist @@ -0,0 +1,10 @@ +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 +%%DOCDIR%%/AUTHORS +%%DOCDIR%%/COPYING +%%DOCDIR%%/ChangeLog +%%DOCDIR%%/NEWS +%%DOCDIR%%/README +@dirrm %%DOCDIR%% -- cgit v1.1