aboutsummaryrefslogtreecommitdiff
path: root/chinese/ydict
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2011-05-25 22:34:25 +0000
committerXin LI <delphij@FreeBSD.org>2011-05-25 22:34:25 +0000
commite0f171e1d7eb3b059a99e3f65553414cbff73dab (patch)
treeff206ee33965d959720bd4012060098af8e0e758 /chinese/ydict
parentbca7868643ff617c23ba865ed3b9cb78926399d1 (diff)
downloadports-e0f171e1d7eb3b059a99e3f65553414cbff73dab.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=274662
Diffstat (limited to 'chinese/ydict')
-rw-r--r--chinese/ydict/Makefile26
-rw-r--r--chinese/ydict/distinfo2
-rw-r--r--chinese/ydict/pkg-descr3
3 files changed, 31 insertions, 0 deletions
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/