pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ucarp Initial import of ucarp-1.0 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08d3c88e877d
branches:  trunk
changeset: 477739:08d3c88e877d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Jul 08 10:30:31 2004 +0000

description:
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:

 net/ucarp/DESCR    |   8 ++++++++
 net/ucarp/Makefile |  20 ++++++++++++++++++++
 net/ucarp/PLIST    |   2 ++
 net/ucarp/TODO     |   4 ++++
 net/ucarp/distinfo |   4 ++++
 5 files changed, 38 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r d5555238e1f4 -r 08d3c88e877d net/ucarp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucarp/DESCR   Thu Jul 08 10:30:31 2004 +0000
@@ -0,0 +1,8 @@
+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. 
diff -r d5555238e1f4 -r 08d3c88e877d net/ucarp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucarp/Makefile        Thu Jul 08 10:30:31 2004 +0000
@@ -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@localhost
+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"
diff -r d5555238e1f4 -r 08d3c88e877d net/ucarp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucarp/PLIST   Thu Jul 08 10:30:31 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $
+sbin/ucarp
diff -r d5555238e1f4 -r 08d3c88e877d net/ucarp/TODO
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucarp/TODO    Thu Jul 08 10:30:31 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: TODO,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $
+
+    o Not tested
+
diff -r d5555238e1f4 -r 08d3c88e877d net/ucarp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucarp/distinfo        Thu Jul 08 10:30:31 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $
+
+SHA1 (ucarp-1.0.tar.bz2) = a28adbd1fc992e4af3f20758dc1aee290e511558
+Size (ucarp-1.0.tar.bz2) = 149265 bytes



Home | Main Index | Thread Index | Old Index