Update to 1.1, provided by Joel Carnat in PR 29785.
* Version 1.1: - The non-preemptive mode should work flawlessly. - Syslog facilities can now be changed. - Self-sent packets are now filtered out. - Portability has been improved.
This commit is contained in:
parent
2007c7b703
commit
ab3517e522
3 changed files with 28 additions and 12 deletions
|
@ -1,22 +1,30 @@
|
|||
# $NetBSD: Makefile,v 1.5 2005/07/26 10:47:19 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/01/13 18:42:48 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ucarp-1.0
|
||||
PKGREVISION= 1
|
||||
DISTNAME= ucarp-1.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.pureftpd.org/ucarp/
|
||||
MASTER_SITES= ftp://ftp.ucarp.org/pub/ucarp/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= tech-pkg@NetBSD.org
|
||||
MAINTAINER= joel@carnat.net
|
||||
HOMEPAGE= http://www.ucarp.org/
|
||||
COMMENT= Common Address Redundancy Protocol (CARP) for Unix
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_PKGLOCALEDIR= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
# pcap_freecode with one argument only
|
||||
BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6.0
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucarp
|
||||
for DOC in AUTHORS COPYING NEWS README; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$$DOC ${PREFIX}/share/doc/ucarp; \
|
||||
done
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ucarp
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/examples/bsd/*sh \
|
||||
${PREFIX}/share/examples/ucarp
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../net/libpcap/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2005/07/26 10:47:19 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2006/01/13 18:42:48 wiz Exp $
|
||||
sbin/ucarp
|
||||
share/doc/ucarp/AUTHORS
|
||||
share/doc/ucarp/COPYING
|
||||
share/doc/ucarp/NEWS
|
||||
share/doc/ucarp/README
|
||||
share/examples/ucarp/vip-down.sh
|
||||
share/examples/ucarp/vip-up.sh
|
||||
${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/ucarp.mo
|
||||
${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/ucarp.mo
|
||||
@dirrm share/examples/ucarp
|
||||
@dirrm share/doc/ucarp
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/02/24 12:14:06 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2006/01/13 18:42:48 wiz Exp $
|
||||
|
||||
SHA1 (ucarp-1.0.tar.bz2) = a28adbd1fc992e4af3f20758dc1aee290e511558
|
||||
RMD160 (ucarp-1.0.tar.bz2) = d7045940042c4aa3d04410e9084fc774bf33b8ab
|
||||
Size (ucarp-1.0.tar.bz2) = 149265 bytes
|
||||
SHA1 (ucarp-1.1.tar.bz2) = 7f9409e3e42a77b9931ae738a5821af8f9b92ca4
|
||||
RMD160 (ucarp-1.1.tar.bz2) = a730330cf0d6c25c6f4f60459b61fcf96b904345
|
||||
Size (ucarp-1.1.tar.bz2) = 153690 bytes
|
||||
|
|
Loading…
Reference in a new issue