aboutsummaryrefslogtreecommitdiff
path: root/net/ipvs
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-12-28 17:49:04 +0000
committerRene Ladan <rene@FreeBSD.org>2011-12-28 17:49:04 +0000
commitc3df4f93ad4d3f493510697171fbe379b3b129e9 (patch)
tree5cf6236287f6c6bc93cefeb3b01feb6db7ecfcc8 /net/ipvs
parent5bcdd02cdc21296c93d20d751bb61830dc145b8b (diff)
downloadports-c3df4f93ad4d3f493510697171fbe379b3b129e9.tar.gz
ports-c3df4f93ad4d3f493510697171fbe379b3b129e9.zip
Notes
Diffstat (limited to 'net/ipvs')
-rw-r--r--net/ipvs/Makefile68
-rw-r--r--net/ipvs/distinfo2
-rw-r--r--net/ipvs/pkg-descr7
-rw-r--r--net/ipvs/pkg-plist22
4 files changed, 0 insertions, 99 deletions
diff --git a/net/ipvs/Makefile b/net/ipvs/Makefile
deleted file mode 100644
index 24265cccc334..000000000000
--- a/net/ipvs/Makefile
+++ /dev/null
@@ -1,68 +0,0 @@
-# New ports collection makefile for: ipvs
-# Date created: Jun 11 2005
-# Whom: clement@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= ipvs
-PORTVERSION= 0.4.0
-PORTREVISION= 2
-CATEGORIES= net kld
-MASTER_SITES= http://www.cultdeadsheep.org/~clement/FreeBSD/ipvs/
-DISTNAME= ipvs-${PORTVERSION}_${PORTREVISION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FreeBSD port of Linux Virtual Server
-
-DEPRECATED= Designed for FreeBSD 5.x, which is no longer supported
-EXPIRATION_DATE= 2011-11-30
-
-#WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-SRCDIR?= /usr/src
-
-MAN8= ipvsadm.8 ipvsadm-restore.8 ipvsadm-save.8
-MAKE_ENV+= MKDIR="${MKDIR}" KMODDIR="/boot/modules"
-
-.include <bsd.port.pre.mk>
-
-pre-everything::
- @${ECHO_CMD} "LVS on FreeBSD works only with 5.3-RELEASE and 5.4-RELEASE."
- @${ECHO_CMD} "However it may work on 5-STABLE. If you are running FreeBSD 5.4-STABLE, define"
- @${ECHO_CMD} "TRY_STABLE and check if patches apply correctly to your src tree"
- @${ECHO_CMD} "To build ipvs, I strongly encourage you to follow these instructions"
- @${ECHO_CMD} " 1. checkout supported src tree"
- @${ECHO_CMD} " 2. run \"make patch-system\""
- @${ECHO_CMD} " 3. configure and build your kernel. (you need support of NetFilter"
- @${ECHO_CMD} " sockopt, add \"options NF_SOCKOPT\")"
- @${ECHO_CMD} " 4. Install your freshly compiled kernel"
- @${ECHO_CMD} " 5. install the port"
- @${ECHO_CMD} " 6. reboot your system"
-
-
-.if !defined(SYSTEM_PATCHED)
-.if ${OSVERSION} < 503001 || defined(PACKAGE_BUILDING)
-IGNORE= Does not compile. If your system is patched to support ipvs, please\
- define SYSTEM_PATCHED
-.elif ${OSVERSION} == 503001
-FREEBSD_VERSION= 5.3-RELEASE
-.elif (${OSVERSION} == 504000 || defined(TRY_STABLE))
-FREEBSD_VERSION= 5.4-RELEASE
-.elif (${OSVERSION} >= 600029 || defined(TRY_STABLE6))
-FREEBSD_VERSION= 6.0-RELEASE
-.elif (${OSVERSION} >= 700000 || defined(TRY_CURRENT))
-FREEBSD_VERSION= 7.0-CURRENT
-.else
-IGNORE= is designed orginally for 5.3-RELEASE and 5.4-RELEASE, define TRY_STABLE\
- to test it on 5-STABLE, TRY_STABLE6 on 6-STABLE or TRY_CURRENT\
- on 7.0-CURRENT
-.endif
-.endif
-
-ONLY_FOR_ARCHS= i386
-
-patch-system: extract
- @${FIND} ${WRKSRC}/patch/${FREEBSD_VERSION} -type f \
- -name "*.patch" -exec ${PATCH} -p0 -d ${SRCDIR} -i {} \;
-
-.include <bsd.port.post.mk>
diff --git a/net/ipvs/distinfo b/net/ipvs/distinfo
deleted file mode 100644
index e0464b9433e5..000000000000
--- a/net/ipvs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ipvs-0.4.0_2.tar.gz) = adfddecbdf6dedfee2e7cdd682f1717b8bf2fbc6703cb7ad4f8832493b70d9d0
-SIZE (ipvs-0.4.0_2.tar.gz) = 75784
diff --git a/net/ipvs/pkg-descr b/net/ipvs/pkg-descr
deleted file mode 100644
index b706b337063d..000000000000
--- a/net/ipvs/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a port of IPVS (aka LVS) on FreeBSD. IPVS is a highly scalable
-and highly available server built on a cluster of real servers, with the
-load balancer. The architecture of the server cluster is fully
-transparent to end users, and the users interact as if it were a single
-high-performance virtual server.
-
-WWW: http://dragon.linux-vs.org/~dragonfly/htm/lvs_freebsd.htm
diff --git a/net/ipvs/pkg-plist b/net/ipvs/pkg-plist
deleted file mode 100644
index c134efde779d..000000000000
--- a/net/ipvs/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-sbin/ipvsadm
-sbin/ipvsadm-restore
-sbin/ipvsadm-save
-include/ipvs/ip_vs.h
-include/libipvs/libipvs.h
-lib/libipvs.a
-lib/libipvs_p.a
-@dirrm include/ipvs
-@dirrm include/libipvs
-@cwd /boot/modules
-ipvs.ko
-ip_vs_dh.ko
-ip_vs_lblc.ko
-ip_vs_lblcr.ko
-ip_vs_lc.ko
-ip_vs_nq.ko
-ip_vs_rr.ko
-ip_vs_sed.ko
-ip_vs_sh.ko
-ip_vs_wlc.ko
-ip_vs_wrr.ko
-linker.hints