aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/openvmps
Commit message (Collapse)AuthorAgeFilesLines
* net-mgmt/openvmps: add missing files pkg-descr, files/vmpsd.inKurt Jaeger2016-02-202-3/+3
| | | | | | | Submitted by: Vladimir Pushkar <vladimir.pushkar@gmail.com> Notes: svn path=/head/; revision=409259
* Resurrected port: net-mgmt/openvmpsKurt Jaeger2016-02-205-0/+67
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=409258
* Remove non staged ports without pending PR from net-im and net-mgmtBaptiste Daroussin2014-09-016-90/+0
| | | | Notes: svn path=/head/; revision=366966
* - Convert gmake, bzip2, xz to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355356
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Update to version 1.4.05Martin Wilke2013-06-172-3/+3
| | | | | | | | PR: 179585 Submitted by: Ports Fury Notes: svn path=/head/; revision=321125
* Fix rc file order to respect defaults correctly, style nits and stopChris Rees2012-11-101-11/+12
| | | | | | | | | calling test where expressions will do. Feature safe: yes Notes: svn path=/head/; revision=307290
* Update to version 1.4.04Pawel Pekala2012-11-106-39/+27
| | | | | | | | | PR: ports/172047 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=307289
* - Reassign to the heap due to mail bouncesThomas Abthorpe2012-09-221-6/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=304649
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with N Notes: svn path=/head/; revision=240073
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-07-173-8/+2
| | | | | | | | | | | (rename .sh -> .in) PR: ports/136847 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=238000
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-8/+2
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - IGNORE on amd64Pav Lucistnik2009-07-081-1/+7
| | | | | | | | PR: ports/136376 Submitted by: Yevgeniy <nexther0@gmail.com> Notes: svn path=/head/; revision=237422
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* SHA256ifyEdwin Groothuis2006-01-231-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154298
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 1.3Kevin Lo2005-01-265-53/+33
| | | | | | | | PR: ports/76689 Submitted by: MAINTAINER Notes: svn path=/head/; revision=127377
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Update to 1.1.Joe Marcus Clarke2004-02-064-44/+3
| | | | | | | | PR: 62413 Submitted by: maintainer Notes: svn path=/head/; revision=100111
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add OpenVMPS, a GPL implementation of a VLAN Management Policy Server. VMPSJoe Marcus Clarke2003-10-088-0/+172
allows for dynamic VLAN membership on Cisco switches. PR: 57723 Submitted by: Craig Boston <craig@yekse.gank.org> Notes: svn path=/head/; revision=90588