diff options
author | taoka <taoka@FreeBSD.org> | 2000-11-30 23:05:19 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-11-30 23:05:19 +0800 |
commit | c68cf3adcf3507889bfe53cd510764666912b9c2 (patch) | |
tree | dee9fc69a3b879ffc1f7259dbe7fec080e16c5b1 /japanese | |
parent | a927184b6531a63de2b11cdd280f30fb7eb600bf (diff) | |
download | freebsd-ports-gnome-c68cf3adcf3507889bfe53cd510764666912b9c2.tar.gz freebsd-ports-gnome-c68cf3adcf3507889bfe53cd510764666912b9c2.tar.zst freebsd-ports-gnome-c68cf3adcf3507889bfe53cd510764666912b9c2.zip |
A Japanese dictionary for CG (EPWING V1 format)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/CGdic-fpw/Makefile | 32 | ||||
-rw-r--r-- | japanese/CGdic-fpw/distinfo | 1 | ||||
-rw-r--r-- | japanese/CGdic-fpw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/CGdic-fpw/pkg-descr | 14 | ||||
-rw-r--r-- | japanese/CGdic-fpw/pkg-plist | 7 | ||||
-rw-r--r-- | japanese/Makefile | 1 |
6 files changed, 56 insertions, 0 deletions
diff --git a/japanese/CGdic-fpw/Makefile b/japanese/CGdic-fpw/Makefile new file mode 100644 index 000000000000..c1cac5e9f27f --- /dev/null +++ b/japanese/CGdic-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: CG Japanese Dictionary - JIS X 4081 version +# Date created: 2000.11.28 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CGdic-fpw +PORTVERSION= 1.0 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/CGdic1.5h/ +DISTNAME= CGdic1.5h-${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/cg +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/CGdic-fpw/cg/data + ${INSTALL_DATA} ${WRKSRC}/cg/data/honmon ${PREFIX}/share/dict/CGdic-fpw/cg/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/CGdic-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/CGdic-fpw +.for i in readme + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/CGdic-fpw +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/CGdic-fpw/distinfo b/japanese/CGdic-fpw/distinfo new file mode 100644 index 000000000000..0e71a2b01814 --- /dev/null +++ b/japanese/CGdic-fpw/distinfo @@ -0,0 +1 @@ +MD5 (CGdic1.5h-1.0.zip) = 54b865f8a522da81307b6cf2367106ac diff --git a/japanese/CGdic-fpw/pkg-comment b/japanese/CGdic-fpw/pkg-comment new file mode 100644 index 000000000000..93bb3aa588d6 --- /dev/null +++ b/japanese/CGdic-fpw/pkg-comment @@ -0,0 +1 @@ +A CG Japanese dictionary (EPWING V1 format) diff --git a/japanese/CGdic-fpw/pkg-descr b/japanese/CGdic-fpw/pkg-descr new file mode 100644 index 000000000000..9948c69115cf --- /dev/null +++ b/japanese/CGdic-fpw/pkg-descr @@ -0,0 +1,14 @@ +This CG dictionary (alphabet-->Japanese) was produced by Yoshikawa +Lab. in College of Science and Technology, Department of Electronic +Engineering, Nihon University. + +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.ecs.cst.nihon-u.ac.jp/oyl/CG/yougo/yougo.html + +o URL for this converted dictionary: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/CGdic-fpw/pkg-plist b/japanese/CGdic-fpw/pkg-plist new file mode 100644 index 000000000000..92607c7ab801 --- /dev/null +++ b/japanese/CGdic-fpw/pkg-plist @@ -0,0 +1,7 @@ +share/dict/CGdic-fpw/cg/data/honmon +share/dict/CGdic-fpw/catalogs +@dirrm share/dict/CGdic-fpw/cg/data +@dirrm share/dict/CGdic-fpw/cg +@dirrm share/dict/CGdic-fpw +share/doc/CGdic-fpw/readme +@dirrm share/doc/CGdic-fpw diff --git a/japanese/Makefile b/japanese/Makefile index e133396e82d3..691908cd64f9 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -2,6 +2,7 @@ # SUBDIR += ASCIIdates98-fpw + SUBDIR += CGdic-fpw SUBDIR += Canna SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server |