diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-06 15:20:35 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-12-06 15:20:35 +0000 |
commit | 395b7dd0b3ace3ff62f6232a1a07fcc17b1ecaa4 (patch) | |
tree | 6db4fa822672d6132341ab47d13071ca6a8ab237 /japanese/ryaku-fpw | |
parent | 457f9485b6884768f0a9270261118fd4c8b4aaa9 (diff) |
An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format)
Notice: This port's name was ryakugo-fpw. Its distfile was
updated to version 1.0.1 and it was renamed Ryaku from Ryakugo.
So this port name is changed to ryaku-fpw.
Notes
Notes:
svn path=/head/; revision=35717
Diffstat (limited to 'japanese/ryaku-fpw')
-rw-r--r-- | japanese/ryaku-fpw/Makefile | 32 | ||||
-rw-r--r-- | japanese/ryaku-fpw/distinfo | 1 | ||||
-rw-r--r-- | japanese/ryaku-fpw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/ryaku-fpw/pkg-descr | 14 | ||||
-rw-r--r-- | japanese/ryaku-fpw/pkg-plist | 7 |
5 files changed, 55 insertions, 0 deletions
diff --git a/japanese/ryaku-fpw/Makefile b/japanese/ryaku-fpw/Makefile new file mode 100644 index 000000000000..83dab90b0eee --- /dev/null +++ b/japanese/ryaku-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Ryakugo Dictionary - JIS X 4081 version +# Date created: 2000.11.28 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ryaku-fpw +PORTVERSION= 1.0.1 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/Ryaku/ +DISTNAME= Ryaku-${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/ryaku +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/ryaku-fpw/ryaku/data + ${INSTALL_DATA} ${WRKSRC}/ryaku/data/honmon ${PREFIX}/share/dict/ryaku-fpw/ryaku/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/ryaku-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ryaku-fpw +.for i in readme + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ryaku-fpw +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/ryaku-fpw/distinfo b/japanese/ryaku-fpw/distinfo new file mode 100644 index 000000000000..8e9c478fe4eb --- /dev/null +++ b/japanese/ryaku-fpw/distinfo @@ -0,0 +1 @@ +MD5 (Ryaku-1.0.1.zip) = 95e8176e2c8352228fd46b8bd54d0ad7 diff --git a/japanese/ryaku-fpw/pkg-comment b/japanese/ryaku-fpw/pkg-comment new file mode 100644 index 000000000000..e5d2b14babc0 --- /dev/null +++ b/japanese/ryaku-fpw/pkg-comment @@ -0,0 +1 @@ +An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format) diff --git a/japanese/ryaku-fpw/pkg-descr b/japanese/ryaku-fpw/pkg-descr new file mode 100644 index 000000000000..1bbf507d25a8 --- /dev/null +++ b/japanese/ryaku-fpw/pkg-descr @@ -0,0 +1,14 @@ +This dictionary is an abbreviation (alphabet-->Japanese) dictionary +whose Japanese name is "Ryakugo Jisyo". It was produced by Mr. Yoshio +Kobayashi. + +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: + http://www.inv.co.jp/~yoshio/DW/Ryaku/Ryaku.htm + +o URL for this converted dictionary: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/ryaku-fpw/pkg-plist b/japanese/ryaku-fpw/pkg-plist new file mode 100644 index 000000000000..1afb23834385 --- /dev/null +++ b/japanese/ryaku-fpw/pkg-plist @@ -0,0 +1,7 @@ +share/dict/ryaku-fpw/ryaku/data/honmon +share/dict/ryaku-fpw/catalogs +@dirrm share/dict/ryaku-fpw/ryaku/data +@dirrm share/dict/ryaku-fpw/ryaku +@dirrm share/dict/ryaku-fpw +share/doc/ryaku-fpw/readme +@dirrm share/doc/ryaku-fpw |