mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ydict is a tool that looks up Yahoo! Dict in command line.
Submitted by: Gea-Suan Lin <gslin gslin.org> PR: ports/154582
This commit is contained in:
parent
bca7868643
commit
e0f171e1d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274662
@ -144,6 +144,7 @@
|
||||
SUBDIR += xpdf
|
||||
SUBDIR += xsim
|
||||
SUBDIR += xttmgr
|
||||
SUBDIR += ydict
|
||||
SUBDIR += zhcon
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
26
chinese/ydict/Makefile
Normal file
26
chinese/ydict/Makefile
Normal file
@ -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>
|
2
chinese/ydict/distinfo
Normal file
2
chinese/ydict/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ydict-1.0.9-2.tar.gz) = 3337567382d1bda7a4a9150f1c6f8c338b0f7e3d06c230437175a74112655fd5
|
||||
SIZE (ydict-1.0.9-2.tar.gz) = 2851
|
3
chinese/ydict/pkg-descr
Normal file
3
chinese/ydict/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A tool looks up Yahoo! Dict in command line.
|
||||
|
||||
WWW: http://code.google.com/p/ydict/
|
Loading…
Reference in New Issue
Block a user