Update parpd to 1.2, based on wip/parpd.
No changelog in tarball and pkgsrc-wip commit log, From the project timeline: some performance and potabilty improvements sample parpd.conf file is not installed anymore.
This commit is contained in:
parent
871bf5d2c7
commit
06458cb66f
3 changed files with 8 additions and 16 deletions
|
@ -1,2 +1,2 @@
|
|||
A small and flexible implementation of the Proxy ARP Daemon sepcified in
|
||||
RFC1027.
|
||||
An implementation of the Proxy ARP Daemon sepcified in RFC1027.
|
||||
It's very small and bloat free.
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/10/09 02:18:22 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2008/10/29 13:25:01 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= parpd-1.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= parpd-1.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://roy.marples.name/pub/parpd/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -18,13 +17,6 @@ EGDIR= ${PREFIX}/share/examples
|
|||
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man
|
||||
INSTALL_MAKE_FLAGS+= SYSCONFDIR=${EGDIR}
|
||||
|
||||
CONF_FILES= ${EGDIR}/parpd.conf ${PKG_SYSCONFDIR}/parpd.conf
|
||||
|
||||
SUBST_CLASSES+= paths
|
||||
SUBST_FILES.paths= parpd.c parpd.8
|
||||
SUBST_SED.paths= -e 's,/etc,${PKG_SYSCONFDIR},'
|
||||
SUBST_STAGE.paths= pre-configure
|
||||
|
||||
RCD_SCRIPTS+= parpd
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/10/09 00:24:28 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.2 2008/10/29 13:25:01 obache Exp $
|
||||
|
||||
SHA1 (parpd-1.0.tar.bz2) = 2ee3b72538183075f95c00fb378548e8b4f7008e
|
||||
RMD160 (parpd-1.0.tar.bz2) = 9cb6e273a938ee423aa161630b0143c22f3390d6
|
||||
Size (parpd-1.0.tar.bz2) = 11567 bytes
|
||||
SHA1 (parpd-1.2.tar.bz2) = 59ac0f5c15f63492397eac64164d4f53d8178ab2
|
||||
RMD160 (parpd-1.2.tar.bz2) = 9e6e6739a74fcc84d72a6f40d17f527b5a3198e2
|
||||
Size (parpd-1.2.tar.bz2) = 11705 bytes
|
||||
|
|
Loading…
Reference in a new issue