o Swap dependency. Now dictd-database needs dictzip to be built. One of its
dictionary file isn't shipped with .dz format. o Add a short message in dictd's pkg-message: "Don't forget to install ports/net/dictd-database. After that, you could run your own dictd server without pain." o Bump PORTREVISION of both ports. (It would heart your brain and waste you time to dig the reason why dictd refused to start properly in the previous revision.) Reviewed by: dictd -t review
This commit is contained in:
parent
7d4a9f07e4
commit
d08e472e76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42370
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= dictd-database
|
||||
PORTVERSION= 20010416
|
||||
PORTREVISION= 1
|
||||
# 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/
|
||||
@ -19,12 +20,15 @@ DISTFILES= devils-dict-pre.tar.gz dict-gazetteer-1.2-pre.tar.gz \
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/net/dictd
|
||||
|
||||
do-build:
|
||||
# Do nothing
|
||||
|
||||
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>
|
||||
|
@ -12,7 +12,7 @@ lib/dict/hitchcock.dict.dz
|
||||
lib/dict/hitchcock.index
|
||||
lib/dict/jargon.dict.dz
|
||||
lib/dict/jargon.index
|
||||
lib/dict/vera.dict
|
||||
lib/dict/vera.dict.dz
|
||||
lib/dict/vera.index
|
||||
lib/dict/web1913.dict.dz
|
||||
lib/dict/web1913.index
|
||||
|
@ -8,14 +8,12 @@
|
||||
|
||||
PORTNAME= dictd
|
||||
PORTVERSION= 1.5.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net textproc
|
||||
MASTER_SITES= ftp://ftp.dict.org/pub/dict/
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/dict/wn.index:${PORTSDIR}/net/dictd-database
|
||||
|
||||
MAN1= dictzip.1
|
||||
MAN8= dictd.8
|
||||
|
||||
|
@ -2,4 +2,7 @@
|
||||
|
||||
Dict client could be found within ports/textproc/dict.
|
||||
|
||||
Don't forget to install ports/net/dictd-database. After that, you
|
||||
could run your own dictd server without pain.
|
||||
|
||||
==================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user