Initial import of edict-1.0
Edict is a commandline interface to online dictionaries.
This commit is contained in:
parent
619d76fdcc
commit
13d226a0a9
30
education/edict/Makefile
Normal file
30
education/edict/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/20 06:05:41 kevlo Exp $
|
||||
|
||||
COMMENT= "commandline interface to online dictionaries"
|
||||
|
||||
DISTNAME= edict-1.0
|
||||
CATEGORIES= education
|
||||
|
||||
HOMEPAGE= http://edictionary.sourceforge.net/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=edictionary/}
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/edict
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/edict
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/edict ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ethes ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/edict
|
||||
|
||||
.include <bsd.port.mk>
|
3
education/edict/distinfo
Normal file
3
education/edict/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (edict-1.0.tar.gz) = 3f40b6939445c25c773fa452b1ff5e99
|
||||
RMD160 (edict-1.0.tar.gz) = 992a1d38ab00e30bfab1f124bb399a26fbcedd0b
|
||||
SHA1 (edict-1.0.tar.gz) = 5d8c69498c22bcdde2ed5eb2c23fd18c2320d294
|
6
education/edict/pkg/DESCR
Normal file
6
education/edict/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Edict is a dictionary program written in PERL. Edict can fetch
|
||||
meanings of the words you supply to it as arguments. Edict is
|
||||
capable of using one of the many user defined dictionaries to
|
||||
fetch the word meanings.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
5
education/edict/pkg/PLIST
Normal file
5
education/edict/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/20 06:05:41 kevlo Exp $
|
||||
bin/edict
|
||||
bin/ethes
|
||||
share/doc/edict/README
|
||||
@dirrm share/doc/edict
|
Loading…
Reference in New Issue
Block a user