summaryrefslogtreecommitdiff
path: root/net/ucarp
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-08 10:30:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-08 10:30:31 +0000
commit5aa16b4621565bd8c6ff99a4184620c10845eca4 (patch)
tree1a823ab20571fca0acfecafea171ace040047c58 /net/ucarp
parent041b161b1a6ae3f4c911b5f3115612fbeb0125e1 (diff)
downloadpkgsrc-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')
-rw-r--r--net/ucarp/DESCR8
-rw-r--r--net/ucarp/Makefile20
-rw-r--r--net/ucarp/PLIST2
-rw-r--r--net/ucarp/TODO4
-rw-r--r--net/ucarp/distinfo4
5 files changed, 38 insertions, 0 deletions
diff --git a/net/ucarp/DESCR b/net/ucarp/DESCR
new file mode 100644
index 00000000000..327c3866d65
--- /dev/null
+++ b/net/ucarp/DESCR
@@ -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 --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"
diff --git a/net/ucarp/PLIST b/net/ucarp/PLIST
new file mode 100644
index 00000000000..8790b23eda9
--- /dev/null
+++ b/net/ucarp/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $
+sbin/ucarp
diff --git a/net/ucarp/TODO b/net/ucarp/TODO
new file mode 100644
index 00000000000..8906e2faed5
--- /dev/null
+++ b/net/ucarp/TODO
@@ -0,0 +1,4 @@
+$NetBSD: TODO,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $
+
+ o Not tested
+
diff --git a/net/ucarp/distinfo b/net/ucarp/distinfo
new file mode 100644
index 00000000000..8242eeaab63
--- /dev/null
+++ b/net/ucarp/distinfo
@@ -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