- Update to 1.1.10

PR:		ports/62666
Submitted by:	hrs
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-02-12 14:01:02 +00:00
parent 5cc2cd131a
commit c0215b5087
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100759
4 changed files with 25 additions and 5 deletions

View file

@ -6,24 +6,35 @@
#
PORTNAME= pdnsd
PORTVERSION= 1.1.7a
PORTVERSION= 1.1.10
CATEGORIES= dns
MASTER_SITES= http://home.t-online.de/home/Moestl/
MASTER_SITES= http://www.phys.uu.nl/~rombouts/pdnsd/
DISTNAME= ${PORTNAME}-${PORTVERSION}-par
MAINTAINER= roman@xpert.com
COMMENT= Caching (permanently, writes to disk on exit) DNS proxy-server
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cachedir=${PDNSDB}
USE_GMAKE= yes
CONFIGURE_ARGS= --with-cachedir=${PDNSDB} \
--enable-ipv6
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN8= pdnsd-ctl.8
PDNSDB= /var/db/pdnsd
DOCSRCDIR= ${WRKSRC}/doc
DOC_FILES= html/dl.html html/doc.html html/faq.html html/index.html
DOC_FILES+= txt/faq.txt txt/intro.txt txt/manual.txt
post-install:
@${MKDIR} ${PREFIX}/etc/rc.d
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pdnsd.sh > ${PREFIX}/etc/rc.d/pdnsd.sh
@${CHMOD} 750 ${PREFIX}/etc/rc.d/pdnsd.sh
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES:S@^@${DOCSRCDIR}/@} ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -1 +1,2 @@
MD5 (pdnsd-1.1.7a.tar.gz) = 96ef0f6708a14215c57ca89240b5e7ae
MD5 (pdnsd-1.1.10-par.tar.gz) = 11c5bcc40590fc3bcf6256f8248d6536
SIZE (pdnsd-1.1.10-par.tar.gz) = 287338

View file

@ -15,6 +15,6 @@ querying several servers at the same time so that very slow or unavailable
servers will not block the answer for one timeout interval.
Since version 1.0.0, pdnsd has full IPv6 support.
WWW: http://home.t-online.de/home/Moestl/
WWW: http://www.phys.uu.nl/~rombouts/pdnsd.html
Roman Shterenzon <roman@xpert.com>

View file

@ -2,4 +2,12 @@ etc/pdnsd.conf.sample
etc/rc.d/pdnsd.sh
sbin/pdnsd
sbin/pdnsd-ctl
%%PORTDOCS%%%%DOCSDIR%%/dl.html
%%PORTDOCS%%%%DOCSDIR%%/doc.html
%%PORTDOCS%%%%DOCSDIR%%/faq.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
%%PORTDOCS%%%%DOCSDIR%%/intro.txt
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rm -rf /var/db/pdnsd