diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-08 10:30:31 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-08 10:30:31 +0000 |
commit | 5aa16b4621565bd8c6ff99a4184620c10845eca4 (patch) | |
tree | 1a823ab20571fca0acfecafea171ace040047c58 /net/ucarp/Makefile | |
parent | 041b161b1a6ae3f4c911b5f3115612fbeb0125e1 (diff) | |
download | pkgsrc-5aa16b4621565bd8c6ff99a4184620c10845eca4.tar.gz |
Initial import of ucarp-1.0 from pkgsrc-wip.
UCARP allows a pair of hosts to share common virtual IP addresses in order to
provide automatic failover. It is a portable userland implementation of the
secure and patent-free Common Address Redundancy Protocol (CARP, OpenBSD's
alternative to the VRRP).
Strong points of the CARP protocol are : very low overhead, cryptographically
signed messages, interoperability between different operating systems and no
need for any dedicated extra network link between redundant hosts.
Diffstat (limited to 'net/ucarp/Makefile')
-rw-r--r-- | net/ucarp/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile new file mode 100644 index 00000000000..4b63929b743 --- /dev/null +++ b/net/ucarp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $ +# + +DISTNAME= ucarp-1.0 +CATEGORIES= net +MASTER_SITES= http://www.pureftpd.org/ucarp/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.ucarp.org/ +COMMENT= Common Address Redundancy Protocol (CARP) for Unix + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +USE_BUILTIN.libpcap= no + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |