mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Updated to version 1.2.1
- Names of distfiles (the original dictonary) were changed. - Previous dictonary is only Japanese-English one. This version's dictonary includes English-Japanese one, too.
This commit is contained in:
parent
ad3b7a1fe5
commit
45a3734328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31922
@ -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>
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
A Japanese - English Dictionary (EPWING V1 format)
|
||||
A Japanese <-> English Dictionary (EPWING V1 format)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user