diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pejv-fpw/Makefile | 32 | ||||
-rw-r--r-- | japanese/pejv-fpw/distinfo | 1 | ||||
-rw-r--r-- | japanese/pejv-fpw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/pejv-fpw/pkg-descr | 11 | ||||
-rw-r--r-- | japanese/pejv-fpw/pkg-plist | 9 |
6 files changed, 55 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index ddf6f41bd370..26527068bc07 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -216,6 +216,7 @@ SUBDIR += p5-mkres SUBDIR += p5-nkf SUBDIR += paledit + SUBDIR += pejv-fpw SUBDIR += perl5 SUBDIR += pgp.language SUBDIR += pine diff --git a/japanese/pejv-fpw/Makefile b/japanese/pejv-fpw/Makefile new file mode 100644 index 000000000000..5cf11265c182 --- /dev/null +++ b/japanese/pejv-fpw/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: pejv 100 - JIS X 4081 format version +# Date created: 2000.11.08 +# Whom: Satoshi Taoka <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pejv-fpw +PORTVERSION= 1.0.3 +CATEGORIES= japanese +MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/pejv/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= taoka@FreeBSD.org + +USE_ZIP= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/pejv +EXTRACT_BEFORE_ARGS= -qL + +do-install: + ${MKDIR} ${PREFIX}/share/dict/pejv-fpw/pejv/data + ${INSTALL_DATA} ${WRKSRC}/pejv/data/honmon ${PREFIX}/share/dict/pejv-fpw/pejv/data + ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/pejv-fpw +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/pejv-fpw +.for i in readme legumin.doc pejvo.doc + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/pejv-fpw +.endfor +.endif + +.include <bsd.port.mk> diff --git a/japanese/pejv-fpw/distinfo b/japanese/pejv-fpw/distinfo new file mode 100644 index 000000000000..a89a6af6b423 --- /dev/null +++ b/japanese/pejv-fpw/distinfo @@ -0,0 +1 @@ +MD5 (pejv-fpw1.0.3.zip) = 1f631945040ccd8a3582217b30a736a5 diff --git a/japanese/pejv-fpw/pkg-comment b/japanese/pejv-fpw/pkg-comment new file mode 100644 index 000000000000..bca1bd00fe5f --- /dev/null +++ b/japanese/pejv-fpw/pkg-comment @@ -0,0 +1 @@ +An Esperanto-Japanese dictionary (EPWING V1 format) diff --git a/japanese/pejv-fpw/pkg-descr b/japanese/pejv-fpw/pkg-descr new file mode 100644 index 000000000000..7d63678de912 --- /dev/null +++ b/japanese/pejv-fpw/pkg-descr @@ -0,0 +1,11 @@ +This Esperanto-Japanese dictionary was produced by Mr. HIROTAKA +Masaaki. 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://www2.saganet.ne.jp/vastalto/ + +o URL for this converted dictionary: +WWW: http://openlab.ring.gr.jp/edict/fpw/ diff --git a/japanese/pejv-fpw/pkg-plist b/japanese/pejv-fpw/pkg-plist new file mode 100644 index 000000000000..7103206deffa --- /dev/null +++ b/japanese/pejv-fpw/pkg-plist @@ -0,0 +1,9 @@ +share/dict/pejv-fpw/pejv/data/honmon +share/dict/pejv-fpw/catalogs +@dirrm share/dict/pejv-fpw/pejv/data +@dirrm share/dict/pejv-fpw/pejv +@dirrm share/dict/pejv-fpw +share/doc/pejv-fpw/readme +share/doc/pejv-fpw/legumin.doc +share/doc/pejv-fpw/pejvo.doc +@dirrm share/doc/pejv-fpw |