fix unfetchable problem
drop maintainership
This commit is contained in:
parent
5809bd8bed
commit
cda2392bdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61028
3 changed files with 22 additions and 16 deletions
|
@ -7,28 +7,31 @@
|
|||
#
|
||||
|
||||
PORTNAME= dictd-database
|
||||
PORTVERSION= 20010416
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20020610
|
||||
# clive: Ok, I have no 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-misc-1.5b-pre.tar.gz dict-web1913-1.4-pre.tar.gz \
|
||||
dict-wn-1.5-pre.tar.gz elements-20001107-pre.tar.gz \
|
||||
foldoc-20010313.tar.gz jargon_4.2.3.tar.gz \
|
||||
vera_1.7.tar.gz
|
||||
DISTFILES= devils-dict-pre.tar.gz \
|
||||
dict-foldoc-20020209.tar.gz \
|
||||
dict-gazetteer-1.2-pre.tar.gz \
|
||||
dict-gcide-0.44.tar.gz \
|
||||
dict-jargon_4.3.1.tgz \
|
||||
dict-misc-1.5b-pre.tar.gz \
|
||||
dict-vera_1.8.tar.gz \
|
||||
dict-web1913-1.4-pre.tar.gz \
|
||||
dict-wn_1.7.tar.gz \
|
||||
elements-20001107-pre.tar.gz
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
|
||||
RUN_DEPENDS= dictd:${PORTSDIR}/net/dictd
|
||||
|
||||
do-build:
|
||||
# Do nothing
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/dict
|
||||
@${INSTALL_DATA} ${WRKDIR}/*.index ${PREFIX}/lib/dict
|
||||
@${INSTALL_DATA} ${WRKDIR}/*.dict* ${PREFIX}/lib/dict
|
||||
@(cd ${LOCALBASE}/lib/dict && ${LOCALBASE}/bin/dictzip vera.dict)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
MD5 (devils-dict-pre.tar.gz) = 5fa37007d2309908ebfc3e6412150e17
|
||||
MD5 (dict-foldoc-20020209.tar.gz) = 0cc25dc9f0b13470056bfb2210bffe51
|
||||
MD5 (dict-gazetteer-1.2-pre.tar.gz) = d67cd81e90bc98e738c19693a97ab9e2
|
||||
MD5 (dict-gcide-0.44.tar.gz) = 641502e6fedca32cbf9777b1f4f76afe
|
||||
MD5 (dict-jargon_4.3.1.tgz) = dc1154d9cdbfa9b083e78f2e732476cd
|
||||
MD5 (dict-misc-1.5b-pre.tar.gz) = 84445acccaa120288a6bda0d251d5a92
|
||||
MD5 (dict-vera_1.8.tar.gz) = d9f2d97353c2fed931ffab86209091db
|
||||
MD5 (dict-web1913-1.4-pre.tar.gz) = 63a8d25ace68dff135185a8c96dd5f3c
|
||||
MD5 (dict-wn-1.5-pre.tar.gz) = 1f6ae6284018044dbd9e3c5fae914f32
|
||||
MD5 (dict-wn_1.7.tar.gz) = f3417dec47ea58ad35a8ecf77edb5e8c
|
||||
MD5 (elements-20001107-pre.tar.gz) = 84f116609be2716134cdc08de3e8cb7a
|
||||
MD5 (foldoc-20010313.tar.gz) = e0d94a1a84d45fc7ae17c3b2ffb276d5
|
||||
MD5 (jargon_4.2.3.tar.gz) = 0dc7e5824131d33c8d3e66728fe34f1e
|
||||
MD5 (vera_1.7.tar.gz) = c2168e23b32fb695a728c913b052e3c2
|
||||
|
|
|
@ -8,6 +8,8 @@ lib/dict/foldoc.dict.dz
|
|||
lib/dict/foldoc.index
|
||||
lib/dict/gazetteer.dict.dz
|
||||
lib/dict/gazetteer.index
|
||||
lib/dict/gcide.dict.dz
|
||||
lib/dict/gcide.index
|
||||
lib/dict/hitchcock.dict.dz
|
||||
lib/dict/hitchcock.index
|
||||
lib/dict/jargon.dict.dz
|
||||
|
|
Loading…
Reference in a new issue