Commit graph

13 commits

Author SHA1 Message Date
Kurt Jaeger
9c33868595 net-mgmt/openvmps: add missing files pkg-descr, files/vmpsd.in
Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com>
2016-02-20 16:59:02 +00:00
Kurt Jaeger
81aea4d3ca Resurrected port: net-mgmt/openvmps
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/

Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com>
2016-02-20 16:54:45 +00:00
Baptiste Daroussin
11b0d3ddde Remove non staged ports without pending PR from net-im and net-mgmt 2014-09-01 22:01:24 +00:00
Chris Rees
8d9d094172 Fix rc file order to respect defaults correctly, style nits and stop
calling test where expressions will do.

Feature safe:	yes
2012-11-10 15:58:37 +00:00
Pawel Pekala
c7e7ccd7e9 Update to version 1.4.04
PR:		ports/172047
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-10 15:38:55 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Philip M. Gollucci
5f71c9ba77 - USE_RC_SUBR != yes
(rename .sh -> .in)

PR:             ports/136847
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-17 18:42:32 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Kevin Lo
f62a1c635d Update to 1.3
PR: ports/76689
Submitted by: MAINTAINER
2005-01-26 06:54:24 +00:00
Joe Marcus Clarke
472beb5144 Update to 1.1.
PR:		62413
Submitted by:	maintainer
2004-02-06 06:16:03 +00:00
Joe Marcus Clarke
a3580faa2b Add OpenVMPS, a GPL implementation of a VLAN Management Policy Server. VMPS
allows for dynamic VLAN membership on Cisco switches.

PR:		57723
Submitted by:	Craig Boston <craig@yekse.gank.org>
2003-10-08 02:57:42 +00:00