From 682d8f8c27e499d7c282901be651ebb73a4da075 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Thu, 30 Nov 2000 15:06:17 +0000 Subject: A dictionary for HITCHCOCK'S BIBLE NAMES (EPWING V1 format) --- japanese/bible_names-fpw/Makefile | 32 ++++++++++++++++++++++++++++++++ japanese/bible_names-fpw/distinfo | 1 + japanese/bible_names-fpw/pkg-comment | 1 + japanese/bible_names-fpw/pkg-descr | 11 +++++++++++ japanese/bible_names-fpw/pkg-plist | 8 ++++++++ 5 files changed, 53 insertions(+) create mode 100644 japanese/bible_names-fpw/Makefile create mode 100644 japanese/bible_names-fpw/distinfo create mode 100644 japanese/bible_names-fpw/pkg-comment create mode 100644 japanese/bible_names-fpw/pkg-descr create mode 100644 japanese/bible_names-fpw/pkg-plist (limited to 'japanese/bible_names-fpw') diff --git a/japanese/bible_names-fpw/Makefile b/japanese/bible_names-fpw/Makefile new file mode 100644 index 000000000000..7223df04b706 --- /dev/null +++ b/japanese/bible_names-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: HITCHCOCK'S BIBLE NAMES Dictionary - JIS X 4081 version +# Date created: 2000.11.28 +# Whom: Satoshi Taoka +# +# $FreeBSD$ +# + +PORTNAME= bible_names-fpw +PORTVERSION= 1.1.2 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/bible_names/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/biblenam +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/bible_names-fpw/biblenam/data + ${INSTALL_DATA} ${WRKSRC}/biblenam/data/honmon ${PREFIX}/share/dict/bible_names-fpw/biblenam/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/bible_names-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/bible_names-fpw +.for i in biblenam.txt readme + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/bible_names-fpw +.endfor +.endif + +.include diff --git a/japanese/bible_names-fpw/distinfo b/japanese/bible_names-fpw/distinfo new file mode 100644 index 000000000000..8e121b70f97e --- /dev/null +++ b/japanese/bible_names-fpw/distinfo @@ -0,0 +1 @@ +MD5 (bible_names-fpw1.1.2.zip) = 8c96d5e7a2f2ded87b666912aaa6a7d5 diff --git a/japanese/bible_names-fpw/pkg-comment b/japanese/bible_names-fpw/pkg-comment new file mode 100644 index 000000000000..aebb52498e71 --- /dev/null +++ b/japanese/bible_names-fpw/pkg-comment @@ -0,0 +1 @@ +A dictionary for HITCHCOCK'S BIBLE NAMES (EPWING V1 format) diff --git a/japanese/bible_names-fpw/pkg-descr b/japanese/bible_names-fpw/pkg-descr new file mode 100644 index 000000000000..2cc0ae603354 --- /dev/null +++ b/japanese/bible_names-fpw/pkg-descr @@ -0,0 +1,11 @@ +HITCHCOCK'S BIBLE NAMES Dictionary was produced by Mr. Brad Haugaard. +This file is converted from the original dictionary into JIS X 4081 +format (that is a subset of EPWING V1) by FreePWING. So this can be +used by EPWING viewers on Unix and the other OS (e.g. Windows or +MacOS). + +o URL for the original dictionary: + ftp://ccel.wheaton.edu/ebooks/HTML/bible_names/ + +o URL for this converted dictionary: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/bible_names-fpw/pkg-plist b/japanese/bible_names-fpw/pkg-plist new file mode 100644 index 000000000000..799d9d850d67 --- /dev/null +++ b/japanese/bible_names-fpw/pkg-plist @@ -0,0 +1,8 @@ +share/dict/bible_names-fpw/biblenam/data/honmon +share/dict/bible_names-fpw/catalogs +@dirrm share/dict/bible_names-fpw/biblenam/data +@dirrm share/dict/bible_names-fpw/biblenam +@dirrm share/dict/bible_names-fpw +share/doc/bible_names-fpw/biblenam.txt +share/doc/bible_names-fpw/readme +@dirrm share/doc/bible_names-fpw -- cgit v1.2.3