diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-30 15:02:59 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-30 15:02:59 +0000 |
commit | d30d379258121a873288b62ee19e28711f27c0ba (patch) | |
tree | 1452f9d225b6a26b3bbc9ef1d87bdd20395554a6 /japanese/ASCIIdates98-fpw | |
parent | Delete contiguous blank lines (diff) |
A Japanese dictionary for PC terms in '98 ASCII Dates Book (EPWING V1 format)
Notes
Notes:
svn path=/head/; revision=35543
Diffstat (limited to 'japanese/ASCIIdates98-fpw')
-rw-r--r-- | japanese/ASCIIdates98-fpw/Makefile | 32 | ||||
-rw-r--r-- | japanese/ASCIIdates98-fpw/distinfo | 1 | ||||
-rw-r--r-- | japanese/ASCIIdates98-fpw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/ASCIIdates98-fpw/pkg-descr | 8 | ||||
-rw-r--r-- | japanese/ASCIIdates98-fpw/pkg-plist | 7 |
5 files changed, 49 insertions, 0 deletions
diff --git a/japanese/ASCIIdates98-fpw/Makefile b/japanese/ASCIIdates98-fpw/Makefile new file mode 100644 index 000000000000..0af12b8e3c6a --- /dev/null +++ b/japanese/ASCIIdates98-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ASCIIdates98 Dictionary - JIS X 4081 version +# Date created: 2000.11.28 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ASCIIdates98-fpw +PORTVERSION= 1.0 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/ASCIIdates98/ +DISTNAME= ${PORTNAME:S/-fpw//}-${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/ascdates +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data + ${INSTALL_DATA} ${WRKSRC}/devil/data/honmon ${PREFIX}/share/dict/ASCIIdates98-fpw/ascdates/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/ASCIIdates98-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ASCIIdates98-fpw +.for i in readme + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/ASCIIdates98-fpw +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/ASCIIdates98-fpw/distinfo b/japanese/ASCIIdates98-fpw/distinfo new file mode 100644 index 000000000000..0fa42aaaafb6 --- /dev/null +++ b/japanese/ASCIIdates98-fpw/distinfo @@ -0,0 +1 @@ +MD5 (ASCIIdates98-1.0.zip) = 4f46e9c1f9bcd5a3c50c98956c6e42a9 diff --git a/japanese/ASCIIdates98-fpw/pkg-comment b/japanese/ASCIIdates98-fpw/pkg-comment new file mode 100644 index 000000000000..ee8b09266527 --- /dev/null +++ b/japanese/ASCIIdates98-fpw/pkg-comment @@ -0,0 +1 @@ +A Japanese dictionary for PC terms in '98 ASCII Dates Book (EPWING V1 format) diff --git a/japanese/ASCIIdates98-fpw/pkg-descr b/japanese/ASCIIdates98-fpw/pkg-descr new file mode 100644 index 000000000000..4e1014499bd7 --- /dev/null +++ b/japanese/ASCIIdates98-fpw/pkg-descr @@ -0,0 +1,8 @@ +This PC terms dictionary was in '98 ASCII Dates Book and produced by +Mr. Takuya Shimura. 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 this converted dictionary: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/ASCIIdates98-fpw/pkg-plist b/japanese/ASCIIdates98-fpw/pkg-plist new file mode 100644 index 000000000000..93e95830358c --- /dev/null +++ b/japanese/ASCIIdates98-fpw/pkg-plist @@ -0,0 +1,7 @@ +share/dict/ASCIIdates98-fpw/ascdates/data/honmon +share/dict/ASCIIdates98-fpw/catalogs +@dirrm share/dict/ASCIIdates98-fpw/ascdates/data +@dirrm share/dict/ASCIIdates98-fpw/ascdates +@dirrm share/dict/ASCIIdates98-fpw +share/doc/ASCIIdates98-fpw/readme +@dirrm share/doc/ASCIIdates98-fpw |