diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-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 |
6 files changed, 56 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8b9a2173f558..2be62828429f 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -265,6 +265,7 @@ SUBDIR += ruby14-tcltklib SUBDIR += ruby14-tk SUBDIR += rxvt + SUBDIR += ryaku-fpw SUBDIR += samba SUBDIR += sdic SUBDIR += sed 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 |