aboutsummaryrefslogtreecommitdiff
path: root/japanese/edict-fpw
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-08-24 13:42:10 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-08-24 13:42:10 +0000
commit45a3734328c2e9f8c3caa51caf0b89a5ff5fad7a (patch)
tree71bc52aa3626015f70b9af58eafa1ac3dc59b4b8 /japanese/edict-fpw
parentad3b7a1fe5f92e203eaf434b837927f83aaa5edb (diff)
downloadports-45a3734328c2e9f8c3caa51caf0b89a5ff5fad7a.tar.gz
ports-45a3734328c2e9f8c3caa51caf0b89a5ff5fad7a.zip
Notes
Diffstat (limited to 'japanese/edict-fpw')
-rw-r--r--japanese/edict-fpw/Makefile14
-rw-r--r--japanese/edict-fpw/distinfo6
-rw-r--r--japanese/edict-fpw/pkg-comment2
-rw-r--r--japanese/edict-fpw/pkg-descr8
-rw-r--r--japanese/edict-fpw/pkg-plist4
5 files changed, 18 insertions, 16 deletions
diff --git a/japanese/edict-fpw/Makefile b/japanese/edict-fpw/Makefile
index 85abaf011cfd..4046e850c22b 100644
--- a/japanese/edict-fpw/Makefile
+++ b/japanese/edict-fpw/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= edict-fpw
-PORTVERSION= 1.1
+PORTVERSION= 1.2.1
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/fpwbooks/edict/ \
ftp://ftp.cc.monash.edu.au/pub/nihongo/ \
@@ -16,20 +16,22 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/fpwbooks/edict/ \
DISTNAME= ${PORTNAME}${PORTVERSION}-src
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
edict.gz \
- edict.doc
+ edict_doc.txt
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= taoka@FreeBSD.org
BUILD_DEPENDS= fpwmake:${PORTSDIR}/japanese/freepwing \
- catdump:${PORTSDIR}/japanese/epwutil
+ catdump:${PORTSDIR}/japanese/epwutil \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
+
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
post-extract:
${MKDIR} ${WRKSRC}/source
${CP} -f ${DISTDIR}/edict.gz ${WRKSRC}/source
- ${CP} -f ${DISTDIR}/edict.doc ${WRKSRC}/source
+ ${CP} -f ${DISTDIR}/edict_doc.txt ${WRKSRC}/source
${GZIP_CMD} -d ${WRKSRC}/source/edict.gz
do-build:
@@ -42,8 +44,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/edict-fpw
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/edict-fpw
- ${INSTALL_DATA} ${WRKSRC}/source/edict.doc ${PREFIX}/share/doc/edict-fpw
- ${INSTALL_DATA} ${WRKSRC}/README.pkg ${PREFIX}/share/doc/edict-fpw
+ ${INSTALL_DATA} ${WRKSRC}/source/edict_doc.txt ${PREFIX}/share/doc/edict-fpw
+ ${INSTALL_DATA} ${WRKSRC}/README.PKG ${PREFIX}/share/doc/edict-fpw
.endif
.include <bsd.port.mk>
diff --git a/japanese/edict-fpw/distinfo b/japanese/edict-fpw/distinfo
index 05093e5ba65a..8df87a97041c 100644
--- a/japanese/edict-fpw/distinfo
+++ b/japanese/edict-fpw/distinfo
@@ -1,3 +1,3 @@
-MD5 (edict-fpw1.1-src.tar.gz) = a5c71416967bce713c58e1362eca1ed3
-MD5 (edict.gz) = 4b27b7136dfb2b79f17305ba4b9be4b0
-MD5 (edict.doc) = 85619ddceced99326ca28ac458ec8e40
+MD5 (edict-fpw1.2.1-src.tar.gz) = 14f9ff3d93c581e0573ab75baa23a606
+MD5 (edict.gz) = 8736f3b216456b8228341fdfb80eb509
+MD5 (edict_doc.txt) = 995588917f41023527f314f3f7ae9160
diff --git a/japanese/edict-fpw/pkg-comment b/japanese/edict-fpw/pkg-comment
index 7dcc370c7b20..0c8eda6c8abc 100644
--- a/japanese/edict-fpw/pkg-comment
+++ b/japanese/edict-fpw/pkg-comment
@@ -1 +1 @@
-A Japanese - English Dictionary (EPWING V1 format)
+A Japanese <-> English Dictionary (EPWING V1 format)
diff --git a/japanese/edict-fpw/pkg-descr b/japanese/edict-fpw/pkg-descr
index 82a5ba6d4b91..c92714457935 100644
--- a/japanese/edict-fpw/pkg-descr
+++ b/japanese/edict-fpw/pkg-descr
@@ -1,8 +1,8 @@
EDICT is a Japanese - English Dictionary by Mr. J.W. Breen. This is a
-dictionary converted from the original one into JIS X 4081 format
-(that is a subset of EPWING V1) by FreePWING. So it can be used by
-EPWING viewer on Unix and the other OS (e.g. Windows or MacOS). URL
-for this converted dictionary is
+Japanese-English and English-Japanese dictionary converted from the
+original one into JIS X 4081 format (that is a subset of EPWING V1) by
+FreePWING. So it can be used by EPWING viewer on Unix and the other OS
+(e.g. Windows or MacOS). URL for this converted dictionary is
WWW: http://www.sra.co.jp/people/m-kasahr/freepwing/books.html
diff --git a/japanese/edict-fpw/pkg-plist b/japanese/edict-fpw/pkg-plist
index 561f7b859b1f..dc2086e59fbd 100644
--- a/japanese/edict-fpw/pkg-plist
+++ b/japanese/edict-fpw/pkg-plist
@@ -1,7 +1,7 @@
share/dict/edict-fpw/edict/data/honmon
share/dict/edict-fpw/catalogs
-share/doc/edict-fpw/edict.doc
-share/doc/edict-fpw/README.pkg
+share/doc/edict-fpw/edict_doc.txt
+share/doc/edict-fpw/README.PKG
@dirrm share/dict/edict-fpw/edict/data
@dirrm share/dict/edict-fpw/edict
@dirrm share/dict/edict-fpw