1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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 <meno.abels@adviser.com>
This commit is contained in:
Pav Lucistnik 2005-05-06 18:24:58 +00:00
parent 96bbb5fd30
commit 0e69d6c22d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134725
4 changed files with 32 additions and 0 deletions

View File

@ -809,6 +809,7 @@
SUBDIR += ttt
SUBDIR += tund
SUBDIR += tvark
SUBDIR += ucarp
SUBDIR += udptunnel
SUBDIR += ulxmlrpcpp
SUBDIR += unfs3

23
net/ucarp/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: ucarp
# Date created: 2005-05-06
# Whom: Meno Abels <meno.abels@adviser.com>
#
# $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 <bsd.port.mk>

2
net/ucarp/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (ucarp-1.1.tar.bz2) = f907752bd1654a6e8aa42e717aee9774
SIZE (ucarp-1.1.tar.bz2) = 153690

6
net/ucarp/pkg-descr Normal file
View File

@ -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/