- japanese/edict-sdic is back from Attic
This commit is contained in:
parent
c1abdc7007
commit
94664b4887
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120029
@ -57,6 +57,7 @@
|
||||
SUBDIR += ebw3
|
||||
SUBDIR += edict
|
||||
SUBDIR += edict-fpw
|
||||
SUBDIR += edict-sdic
|
||||
SUBDIR += edict-utf-8
|
||||
SUBDIR += eijiro-fpw
|
||||
SUBDIR += elisa10x8
|
||||
|
49
japanese/edict-sdic/Makefile
Normal file
49
japanese/edict-sdic/Makefile
Normal file
@ -0,0 +1,49 @@
|
||||
# New ports collection makefile for: EDICT - SDICT format version
|
||||
# Date created: 00/01/14
|
||||
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= edict-sdic
|
||||
PORTVERSION= 20010615
|
||||
CATEGORIES= japanese
|
||||
MASTER_SITES= http://www.namazu.org/~tsuchiya/sdic/ \
|
||||
ftp://ftp.cc.monash.edu.au/pub/nihongo/ \
|
||||
ftp://ftp.cdrom.com/pub/japanese/monash/ \
|
||||
ftp://ftp.sedl.org/pub/mirrors/nihongo/ \
|
||||
ftp://ftp.u-aizu.ac.jp/pub/SciEng/nihongo/ftp.cc.monash.edu.au/
|
||||
DISTNAME= sdic-2.1.3
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
edict.gz \
|
||||
edict_doc.txt
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
COMMENT= Japanese <-> English Dictionary (SDIC format)
|
||||
|
||||
BROKEN= "Checksum mismatch"
|
||||
EXPIRATION_DATE=2004-08-20
|
||||
DEPRECATED= ${BROKEN}
|
||||
|
||||
ALL_TARGET= jedict.sdic eedict.sdic
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-emacs=mule \
|
||||
--with-lispdir=${PREFIX}/share/emacs/site-lisp \
|
||||
--with-dictdir=${PREFIX}/share/dict
|
||||
USE_PERL5= yes
|
||||
|
||||
post-extract:
|
||||
${CP} -f ${DISTDIR}/edict.gz ${WRKSRC}
|
||||
${CP} -f ${DISTDIR}/edict_doc.txt ${WRKSRC}
|
||||
${GZIP_CMD} -d ${WRKSRC}/edict.gz
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/dict
|
||||
${INSTALL_DATA} ${WRKSRC}/*.sdic ${PREFIX}/share/dict
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/edict
|
||||
${INSTALL_DATA} ${WRKSRC}/edict_doc.txt ${PREFIX}/share/doc/edict
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
japanese/edict-sdic/distinfo
Normal file
3
japanese/edict-sdic/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (sdic-2.1.3.tar.gz) = ba239256366fcb3a61ac067f57cc8c51
|
||||
MD5 (edict.gz) = d38f7509b2050146a084a5196ae33859
|
||||
MD5 (edict_doc.txt) = 8e36726a6b36bef13793e42b786acd95
|
10
japanese/edict-sdic/pkg-descr
Normal file
10
japanese/edict-sdic/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
EDICT is a Japanese - English Dictionary by Mr. J.W. Breen.
|
||||
This port have two dictionaries jedict.sdic and edict.sdic which are
|
||||
ones converted from the original into SDIC format. URL for SDIC is
|
||||
|
||||
WWW: http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/sdic/
|
||||
|
||||
and URL for EDICT is
|
||||
|
||||
ftp://ftp.cc.monash.edu.au/pub/nihongo/00INDEX.html
|
||||
ftp://ftp.cc.monash.edu.au/pub/nihongo/
|
4
japanese/edict-sdic/pkg-plist
Normal file
4
japanese/edict-sdic/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
share/dict/jedict.sdic
|
||||
share/dict/eedict.sdic
|
||||
share/doc/edict/edict_doc.txt
|
||||
@dirrm share/doc/edict
|
Loading…
Reference in New Issue
Block a user