diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2017-04-30 15:47:51 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2017-04-30 15:47:51 +0000 |
commit | 68401688132997e52b1b9405b5aaa1e5ad6a48b3 (patch) | |
tree | b3b50e2c634467d93b8a02100f23093ca0cbeb86 /chinese/ydict | |
parent | bd251adcb6a393657c39b0696f200ee64bacb408 (diff) |
Notes
Diffstat (limited to 'chinese/ydict')
-rw-r--r-- | chinese/ydict/Makefile | 30 | ||||
-rw-r--r-- | chinese/ydict/distinfo | 2 | ||||
-rw-r--r-- | chinese/ydict/pkg-descr | 3 |
3 files changed, 0 insertions, 35 deletions
diff --git a/chinese/ydict/Makefile b/chinese/ydict/Makefile deleted file mode 100644 index b83f338360c9..000000000000 --- a/chinese/ydict/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> -# $FreeBSD$ - -PORTNAME= ydict -PORTVERSION= 1.3.1 -CATEGORIES= chinese -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= ports@FreeBSD.org -COMMENT= Command line tool of Yahoo! Dict - -LICENSE= GPLv3 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python:2,run shebangfix - -NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_FILES= bin/ydict - -SHEBANG_FILES= ${WRKSRC}/ydict -python_CMD= /usr/bin/env python2 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${STAGEDIR}${PREFIX}/bin/ - -.include <bsd.port.mk> diff --git a/chinese/ydict/distinfo b/chinese/ydict/distinfo deleted file mode 100644 index a64c575f29a6..000000000000 --- a/chinese/ydict/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ydict-1.3.1.tar.gz) = bc34163bdbe862ae739d21dbfbc3d51ce6d7ca74ebd8da1d1f14771ee5d36e8f -SIZE (ydict-1.3.1.tar.gz) = 3528 diff --git a/chinese/ydict/pkg-descr b/chinese/ydict/pkg-descr deleted file mode 100644 index c51079a90762..000000000000 --- a/chinese/ydict/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A tool looks up Yahoo! Dict in command line. - -WWW: http://code.google.com/p/ydict/ |