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:
Clive Lin 2001-05-07 15:21:41 +00:00
parent 7d4a9f07e4
commit d08e472e76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42370
4 changed files with 11 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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.
==================================================================