diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-27 15:52:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-27 15:52:46 +0800 |
commit | d10b0ab8b5e56c558290df9b2e9b73922261a842 (patch) | |
tree | 71a89e36f2adb437d32d8243abfc44dfa938b4f6 | |
parent | 88d6924e67eccac8d82ac2f8d3253cc9ade07717 (diff) | |
download | freebsd-ports-gnome-d10b0ab8b5e56c558290df9b2e9b73922261a842.tar.gz freebsd-ports-gnome-d10b0ab8b5e56c558290df9b2e9b73922261a842.tar.zst freebsd-ports-gnome-d10b0ab8b5e56c558290df9b2e9b73922261a842.zip |
As previously announced, remove japanese/edict-sdic. It has been marked
broken due to checksum failure for more than 3 months.
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/edict-sdic/Makefile | 49 | ||||
-rw-r--r-- | japanese/edict-sdic/distinfo | 3 | ||||
-rw-r--r-- | japanese/edict-sdic/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/edict-sdic/pkg-plist | 4 |
5 files changed, 0 insertions, 67 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index da9434bfc66a..f96fcbf000b0 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -58,7 +58,6 @@ SUBDIR += ebw3 SUBDIR += edict SUBDIR += edict-fpw - SUBDIR += edict-sdic SUBDIR += edict-utf-8 SUBDIR += eijiro-fpw SUBDIR += elisa10x8 diff --git a/japanese/edict-sdic/Makefile b/japanese/edict-sdic/Makefile deleted file mode 100644 index dd7c6d8f60fb..000000000000 --- a/japanese/edict-sdic/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# 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> diff --git a/japanese/edict-sdic/distinfo b/japanese/edict-sdic/distinfo deleted file mode 100644 index a235d4c7d439..000000000000 --- a/japanese/edict-sdic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sdic-2.1.3.tar.gz) = ba239256366fcb3a61ac067f57cc8c51 -MD5 (edict.gz) = d38f7509b2050146a084a5196ae33859 -MD5 (edict_doc.txt) = 8e36726a6b36bef13793e42b786acd95 diff --git a/japanese/edict-sdic/pkg-descr b/japanese/edict-sdic/pkg-descr deleted file mode 100644 index 9b8a1dc07be2..000000000000 --- a/japanese/edict-sdic/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -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/ diff --git a/japanese/edict-sdic/pkg-plist b/japanese/edict-sdic/pkg-plist deleted file mode 100644 index 36c1abb1bc45..000000000000 --- a/japanese/edict-sdic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -share/dict/jedict.sdic -share/dict/eedict.sdic -share/doc/edict/edict_doc.txt -@dirrm share/doc/edict |