diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-30 15:11:59 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-30 15:11:59 +0000 |
commit | 3eb633455d0aa9472646536c138a273facab8190 (patch) | |
tree | bc61dff3b2d5f6dcb98ca5c14b36f4259ecc0761 /japanese/wwasw-fpw | |
parent | 8490780794c8c1c520c6960f784a33c79b0896ca (diff) | |
download | freebsd-ports-3eb633455d0aa9472646536c138a273facab8190.zip |
A biographical dictionary (EPWING V1 format)
Diffstat (limited to 'japanese/wwasw-fpw')
-rw-r--r-- | japanese/wwasw-fpw/Makefile | 32 | ||||
-rw-r--r-- | japanese/wwasw-fpw/distinfo | 1 | ||||
-rw-r--r-- | japanese/wwasw-fpw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/wwasw-fpw/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/wwasw-fpw/pkg-plist | 8 |
5 files changed, 52 insertions, 0 deletions
diff --git a/japanese/wwasw-fpw/Makefile b/japanese/wwasw-fpw/Makefile new file mode 100644 index 000000000000..019524cb7fe8 --- /dev/null +++ b/japanese/wwasw-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: A Biographical Dictionary - JIS X 4081 version +# Date created: 2000.11.28 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= wwasw-fpw +PORTVERSION= 1.0.1 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/wwasw/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/wwasw +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/wwasw-fpw/wwasw/data + ${INSTALL_DATA} ${WRKSRC}/wwasw/data/honmon ${PREFIX}/share/dict/wwasw-fpw/wwasw/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/wwasw-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/wwasw-fpw +.for i in readme.pkg readme.txt + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/wwasw-fpw +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/wwasw-fpw/distinfo b/japanese/wwasw-fpw/distinfo new file mode 100644 index 000000000000..4039c1662d26 --- /dev/null +++ b/japanese/wwasw-fpw/distinfo @@ -0,0 +1 @@ +MD5 (wwasw-fpw1.0.1.zip) = 22c10adc4641fab559c24514b7f335ab diff --git a/japanese/wwasw-fpw/pkg-comment b/japanese/wwasw-fpw/pkg-comment new file mode 100644 index 000000000000..e5e4c171fd4d --- /dev/null +++ b/japanese/wwasw-fpw/pkg-comment @@ -0,0 +1 @@ +A biographical dictionary (EPWING V1 format) diff --git a/japanese/wwasw-fpw/pkg-descr b/japanese/wwasw-fpw/pkg-descr new file mode 100644 index 000000000000..dc12e8694bd7 --- /dev/null +++ b/japanese/wwasw-fpw/pkg-descr @@ -0,0 +1,10 @@ +This biographical dictionary was produced by PROJECT GUTENBERG. 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://promo.net/pg/ + +o URL for this converted dictionary: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/wwasw-fpw/pkg-plist b/japanese/wwasw-fpw/pkg-plist new file mode 100644 index 000000000000..b7956863a544 --- /dev/null +++ b/japanese/wwasw-fpw/pkg-plist @@ -0,0 +1,8 @@ +share/dict/wwasw-fpw/wwasw/data/honmon +share/dict/wwasw-fpw/catalogs +@dirrm share/dict/wwasw-fpw/wwasw/data +@dirrm share/dict/wwasw-fpw/wwasw +@dirrm share/dict/wwasw-fpw +share/doc/wwasw-fpw/readme.pkg +share/doc/wwasw-fpw/readme.txt +@dirrm share/doc/wwasw-fpw |