From 0e69d6c22d200466ebd5a22b3430ecb58c165b61 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 6 May 2005 18:24:58 +0000 Subject: [PATCH] UCARP allows a couple 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). PR: ports/80696 Submitted by: Meno Abels --- net/Makefile | 1 + net/ucarp/Makefile | 23 +++++++++++++++++++++++ net/ucarp/distinfo | 2 ++ net/ucarp/pkg-descr | 6 ++++++ 4 files changed, 32 insertions(+) create mode 100644 net/ucarp/Makefile create mode 100644 net/ucarp/distinfo create mode 100644 net/ucarp/pkg-descr diff --git a/net/Makefile b/net/Makefile index 2a318dade9a0..e63b9a86dc17 100644 --- a/net/Makefile +++ b/net/Makefile @@ -809,6 +809,7 @@ SUBDIR += ttt SUBDIR += tund SUBDIR += tvark + SUBDIR += ucarp SUBDIR += udptunnel SUBDIR += ulxmlrpcpp SUBDIR += unfs3 diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile new file mode 100644 index 000000000000..c08b91eba90b --- /dev/null +++ b/net/ucarp/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: ucarp +# Date created: 2005-05-06 +# Whom: Meno Abels +# +# $FreeBSD$ +# + +PORTNAME= ucarp +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.ucarp.org/pub/ucarp/ + +MAINTAINER= meno.abels@adviser.com +COMMENT= Userlevel Common Address Redundancy Protocol + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --disable-nls +USE_BZIP2= yes +GNU_CONFIGURE= yes + +PLIST_FILES= sbin/ucarp + +.include diff --git a/net/ucarp/distinfo b/net/ucarp/distinfo new file mode 100644 index 000000000000..9bd3c584007c --- /dev/null +++ b/net/ucarp/distinfo @@ -0,0 +1,2 @@ +MD5 (ucarp-1.1.tar.bz2) = f907752bd1654a6e8aa42e717aee9774 +SIZE (ucarp-1.1.tar.bz2) = 153690 diff --git a/net/ucarp/pkg-descr b/net/ucarp/pkg-descr new file mode 100644 index 000000000000..e7d89b04a825 --- /dev/null +++ b/net/ucarp/pkg-descr @@ -0,0 +1,6 @@ +UCARP allows a couple 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). + +WWW: http://www.ucarp.org/