mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
A dictionary for HITCHCOCK'S BIBLE NAMES (EPWING V1 format)
This commit is contained in:
parent
375bf4d103
commit
682d8f8c27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35545
@ -15,6 +15,7 @@
|
||||
SUBDIR += addttfont
|
||||
SUBDIR += another-htmllint
|
||||
SUBDIR += balsa
|
||||
SUBDIR += bible_names-fpw
|
||||
SUBDIR += binder
|
||||
SUBDIR += bookview
|
||||
SUBDIR += canuum
|
||||
|
32
japanese/bible_names-fpw/Makefile
Normal file
32
japanese/bible_names-fpw/Makefile
Normal file
@ -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>
|
1
japanese/bible_names-fpw/distinfo
Normal file
1
japanese/bible_names-fpw/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bible_names-fpw1.1.2.zip) = 8c96d5e7a2f2ded87b666912aaa6a7d5
|
1
japanese/bible_names-fpw/pkg-comment
Normal file
1
japanese/bible_names-fpw/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A dictionary for HITCHCOCK'S BIBLE NAMES (EPWING V1 format)
|
11
japanese/bible_names-fpw/pkg-descr
Normal file
11
japanese/bible_names-fpw/pkg-descr
Normal file
@ -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/
|
8
japanese/bible_names-fpw/pkg-plist
Normal file
8
japanese/bible_names-fpw/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user