diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-05-26 06:34:25 +0800 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-05-26 06:34:25 +0800 |
commit | e0f171e1d7eb3b059a99e3f65553414cbff73dab (patch) | |
tree | ff206ee33965d959720bd4012060098af8e0e758 /chinese | |
parent | bca7868643ff617c23ba865ed3b9cb78926399d1 (diff) | |
download | freebsd-ports-gnome-e0f171e1d7eb3b059a99e3f65553414cbff73dab.tar.gz freebsd-ports-gnome-e0f171e1d7eb3b059a99e3f65553414cbff73dab.tar.zst freebsd-ports-gnome-e0f171e1d7eb3b059a99e3f65553414cbff73dab.zip |
ydict is a tool that looks up Yahoo! Dict in command line.
Submitted by: Gea-Suan Lin <gslin gslin.org>
PR: ports/154582
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/ydict/Makefile | 26 | ||||
-rw-r--r-- | chinese/ydict/distinfo | 2 | ||||
-rw-r--r-- | chinese/ydict/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index b05df089fb0f..e38b84630904 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -144,6 +144,7 @@ SUBDIR += xpdf SUBDIR += xsim SUBDIR += xttmgr + SUBDIR += ydict SUBDIR += zhcon .include <bsd.port.subdir.mk> diff --git a/chinese/ydict/Makefile b/chinese/ydict/Makefile new file mode 100644 index 000000000000..176c7d862e8f --- /dev/null +++ b/chinese/ydict/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: ydict +# Date created: 2011-02-08 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= ydict +PORTVERSION= 1.0.9.2 +CATEGORIES= chinese +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} + +MAINTAINER= gslin@gslin.org +COMMENT= Command line tool of Yahoo! Dict + +LICENSE= GPLv3 +NO_BUILD= yes +NO_WRKSUBDIR= yes +PLIST_FILES= bin/ydict +USE_PYTHON_RUN= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/ydict ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/chinese/ydict/distinfo b/chinese/ydict/distinfo new file mode 100644 index 000000000000..f75e5bdd5190 --- /dev/null +++ b/chinese/ydict/distinfo @@ -0,0 +1,2 @@ +SHA256 (ydict-1.0.9-2.tar.gz) = 3337567382d1bda7a4a9150f1c6f8c338b0f7e3d06c230437175a74112655fd5 +SIZE (ydict-1.0.9-2.tar.gz) = 2851 diff --git a/chinese/ydict/pkg-descr b/chinese/ydict/pkg-descr new file mode 100644 index 000000000000..7cdd9f93e769 --- /dev/null +++ b/chinese/ydict/pkg-descr @@ -0,0 +1,3 @@ +A tool looks up Yahoo! Dict in command line. + +WWW: http://code.google.com/p/ydict/ |