Dictionary database for dictd.
Will be required by net/dictd. Done by: clive Assign maintainer to: ijliao
This commit is contained in:
parent
7d381b155e
commit
9130016e4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37684
6 changed files with 58 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
SUBDIR += dhid
|
||||
SUBDIR += dhcpconf
|
||||
SUBDIR += dictd
|
||||
SUBDIR += dictd-database
|
||||
SUBDIR += djbdns
|
||||
SUBDIR += dlint
|
||||
SUBDIR += dnsutl
|
||||
|
|
27
net/dictd-database/Makefile
Normal file
27
net/dictd-database/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ex:ts=8
|
||||
# New ports collection makefile for: dictd-database
|
||||
# Date created: Jan 29, 2001
|
||||
# Whom: clive
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dictd-database
|
||||
PORTVERSION= 20000129
|
||||
# clive: Ok, I have now idea how to name this somewhat-meta-port
|
||||
CATEGORIES= net textproc
|
||||
MASTER_SITES= ftp://ftp.dict.org/pub/dict/pre/
|
||||
DISTFILES= devils-dict-pre.tar.gz dict-gazetteer-1.2-pre.tar.gz \
|
||||
dict-jargon-4.2.0-pre.tar.gz \
|
||||
dict-misc-1.5-pre.tar.gz dict-web1913-1.4-pre.tar.gz \
|
||||
dict-wn-1.5-pre.tar.gz foldoc-20000905.tar.gz
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_BUILD= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/dict
|
||||
@${INSTALL_DATA} ${WRKDIR}/* ${PREFIX}/lib/dict
|
||||
|
||||
.include <bsd.port.mk>
|
7
net/dictd-database/distinfo
Normal file
7
net/dictd-database/distinfo
Normal file
|
@ -0,0 +1,7 @@
|
|||
MD5 (devils-dict-pre.tar.gz) = 5fa37007d2309908ebfc3e6412150e17
|
||||
MD5 (dict-gazetteer-1.2-pre.tar.gz) = d67cd81e90bc98e738c19693a97ab9e2
|
||||
MD5 (dict-jargon-4.2.0-pre.tar.gz) = 4e9d05af1e1ffb15b8b2aca2c977ead1
|
||||
MD5 (dict-misc-1.5-pre.tar.gz) = bd95a1cf95b1abd5c3fdaf181dd50be3
|
||||
MD5 (dict-web1913-1.4-pre.tar.gz) = 63a8d25ace68dff135185a8c96dd5f3c
|
||||
MD5 (dict-wn-1.5-pre.tar.gz) = 1f6ae6284018044dbd9e3c5fae914f32
|
||||
MD5 (foldoc-20000905.tar.gz) = 072baf2a9bac640dbaface6190ff4c43
|
1
net/dictd-database/pkg-comment
Normal file
1
net/dictd-database/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Dictd words database
|
1
net/dictd-database/pkg-descr
Normal file
1
net/dictd-database/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Dictd words database.
|
21
net/dictd-database/pkg-plist
Normal file
21
net/dictd-database/pkg-plist
Normal file
|
@ -0,0 +1,21 @@
|
|||
lib/dict/devils.dict.dz
|
||||
lib/dict/devils.index
|
||||
lib/dict/easton.dict.dz
|
||||
lib/dict/easton.index
|
||||
lib/dict/elements.dict.dz
|
||||
lib/dict/elements.index
|
||||
lib/dict/foldoc.dict.dz
|
||||
lib/dict/foldoc.index
|
||||
lib/dict/gazetteer.dict.dz
|
||||
lib/dict/gazetteer.index
|
||||
lib/dict/hitchcock.dict.dz
|
||||
lib/dict/hitchcock.index
|
||||
lib/dict/jargon.dict.dz
|
||||
lib/dict/jargon.index
|
||||
lib/dict/web1913.dict.dz
|
||||
lib/dict/web1913.index
|
||||
lib/dict/wn.dict.dz
|
||||
lib/dict/wn.index
|
||||
lib/dict/world95.dict.dz
|
||||
lib/dict/world95.index
|
||||
@dirrm lib/dict
|
Loading…
Reference in a new issue