aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/openvmps
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/openvmps')
-rw-r--r--net-mgmt/openvmps/Makefile40
-rw-r--r--net-mgmt/openvmps/distinfo2
-rw-r--r--net-mgmt/openvmps/files/patch-data.c11
-rw-r--r--net-mgmt/openvmps/files/vmpsd.in29
-rw-r--r--net-mgmt/openvmps/pkg-descr5
-rw-r--r--net-mgmt/openvmps/pkg-plist3
6 files changed, 0 insertions, 90 deletions
diff --git a/net-mgmt/openvmps/Makefile b/net-mgmt/openvmps/Makefile
deleted file mode 100644
index 4f6a38cb5a89..000000000000
--- a/net-mgmt/openvmps/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Craig Boston <craig@yekse.gank.org>
-# $FreeBSD$
-
-PORTNAME= openvmps
-PORTVERSION= 1.4.05
-CATEGORIES= net-mgmt
-MASTER_SITES= SF/vmps/vmpsd/${PORTVERSION}
-DISTNAME= vmpsd-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GPL implementation of the VMPS protocol
-
-LICENSE= GPLv2
-
-USE_RC_SUBR= vmpsd
-
-USES= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS=--bindir=${PREFIX}/sbin
-
-MAN1= vmpsd.1
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-IGNORE= does not run correctly on amd64 architecture, see ports/136376
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/^install-exec-am:/s|install-sysconfDATA||' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/vlan.db ${PREFIX}/etc/vmps.db.sample
-.if !exists(${PREFIX}/etc/vmps.db)
- cd ${PREFIX}/etc && ${CP} -p vmps.db.sample vmps.db
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/net-mgmt/openvmps/distinfo b/net-mgmt/openvmps/distinfo
deleted file mode 100644
index cae55aa4c8d8..000000000000
--- a/net-mgmt/openvmps/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (vmpsd-1.4.05.tar.gz) = af79566af4ed89e667b95c5f613c2c4de8f252505e0914344f1cae9a5f6ea096
-SIZE (vmpsd-1.4.05.tar.gz) = 103942
diff --git a/net-mgmt/openvmps/files/patch-data.c b/net-mgmt/openvmps/files/patch-data.c
deleted file mode 100644
index 0c3f1b006c14..000000000000
--- a/net-mgmt/openvmps/files/patch-data.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- data.c.orig 2012-11-10 16:26:08.000000000 +0100
-+++ data.c 2012-11-10 16:27:30.000000000 +0100
-@@ -37,7 +37,7 @@
-
- void *xfree(void *p) {
-
-- if (p == NULL) return;
-+ if (p == NULL) return NULL;
- vmps_log(DEBUG|SYSTEM, "FREE: %x",p);
- free(p);
- }
diff --git a/net-mgmt/openvmps/files/vmpsd.in b/net-mgmt/openvmps/files/vmpsd.in
deleted file mode 100644
index b2ec03358d07..000000000000
--- a/net-mgmt/openvmps/files/vmpsd.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-
-# PROVIDE: vmpsd
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-
-. /etc/rc.subr
-
-name=vmpsd
-rcvar=vmpsd_enable
-
-load_rc_config $name
-
-# Define these vmpsd_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/vmpsd
-#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
-
-: ${vmpsd_enable:=NO} # Enable vmpsd
-: ${vmpsd_program:=%%PREFIX%%/sbin/vmpsd} # Location of vmpsd
-: ${vmpsd_flags=-f /usr/local/etc/vmps.db} # Flags to vmpsd program
-
-command=%%PREFIX%%/sbin/${name}
-
-run_rc_command $1
diff --git a/net-mgmt/openvmps/pkg-descr b/net-mgmt/openvmps/pkg-descr
deleted file mode 100644
index f4b21bb58169..000000000000
--- a/net-mgmt/openvmps/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-VMPS (VLAN Management Policy Server) is a way of assigning switch ports to
-specific VLANs based on the MAC address of connecting device. OpenVMPS is a
-GPL implementation of VMPS.
-
-WWW: http://vmps.sourceforge.net/
diff --git a/net-mgmt/openvmps/pkg-plist b/net-mgmt/openvmps/pkg-plist
deleted file mode 100644
index ceea0a3edce4..000000000000
--- a/net-mgmt/openvmps/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@unexec if cmp -s %D/etc/vmps.db %D/etc/vmps.db.sample; then rm -f %D/etc/vmps.db; fi
-etc/vmps.db.sample
-sbin/vmpsd