diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-30 15:06:17 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-30 15:06:17 +0000 |
commit | 682d8f8c27e499d7c282901be651ebb73a4da075 (patch) | |
tree | 112f7ce1a272b1c2e10997dd938f33210b4aa793 /japanese/bible_names-fpw | |
parent | 375bf4d10317adaa8b46de500db522f4767d15cb (diff) | |
download | ports-682d8f8c27e499d7c282901be651ebb73a4da075.tar.gz ports-682d8f8c27e499d7c282901be651ebb73a4da075.zip |
Notes
Diffstat (limited to 'japanese/bible_names-fpw')
-rw-r--r-- | japanese/bible_names-fpw/Makefile | 32 | ||||
-rw-r--r-- | japanese/bible_names-fpw/distinfo | 1 | ||||
-rw-r--r-- | japanese/bible_names-fpw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/bible_names-fpw/pkg-descr | 11 | ||||
-rw-r--r-- | japanese/bible_names-fpw/pkg-plist | 8 |
5 files changed, 53 insertions, 0 deletions
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 <taoka@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |