aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bigsister
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-041-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326244
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-5/+5
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* 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
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* 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
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-2/+1
| | | | | | | | | (part 9). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248631
* - Remove optional support for expired p5-SNMP portPav Lucistnik2009-12-081-9/+1
| | | | Notes: svn path=/head/; revision=245390
* - 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
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONRong-En Fan2008-06-241-1/+1
| | | | | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) Notes: svn path=/head/; revision=215684
* - Chase shlib version of net-mgmt/net-snmp.Jun Kuriyama2008-03-271-1/+1
| | | | | | | - Bump PORTREVISIONs. Notes: svn path=/head/; revision=209941
* First steps in a big migration:Edwin Groothuis2007-07-051-1/+1
| | | | | | | | | | | | | | | | Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=194968
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove a new crop of the long-spurious FreeBSD KEYWORDs.Doug Barton2006-07-101-1/+0
| | | | Notes: svn path=/head/; revision=167373
* - Update to 1.02Pav Lucistnik2006-04-0211-179/+336
| | | | | | | | | | - Take maintainership PR: ports/93293 Submitted by: Anders Troback <freebsd@troback.com> Notes: svn path=/head/; revision=158648
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149444
* Drop maintainership forthwith. I am a Nagios convert and proud.Bruce M Simpson2004-07-211-1/+1
| | | | Notes: svn path=/head/; revision=114375
* Add missing USE_PERL5Kris Kennaway2004-05-301-0/+1
| | | | Notes: svn path=/head/; revision=110378
* Remove some post-patch install detritus.Bruce M Simpson2004-05-212-2/+2
| | | | | | | Nudged by: kris Notes: svn path=/head/; revision=109653
* Numerous changes:Bruce M Simpson2004-05-206-1/+64
| | | | | | | | | | | | | | | - Explicitly USE_GMAKE. - Add a switch WITH_UCDSNMP to only depend on p5-SNMP if net-snmp4 is preferred over net-snmp, as net-snmp provides SNMP.pm (unless compiled WITHOUT_PERL). - Add some files to pkg-plist as makefile install targets are lazy (i.e. they use wildcards) to avoid package deinstall failures. - Add some needed FreeBSD patches. Submitted by: Hiroki Sato (patches) Notes: svn path=/head/; revision=109561
* Add SNMP_Session.pm to RUN_DEPENDS.Bruce M Simpson2004-03-251-0/+1
| | | | Notes: svn path=/head/; revision=105198
* Fix home directory for the sandbox user.Bruce M Simpson2004-03-252-3/+3
| | | | Notes: svn path=/head/; revision=105197
* Big Sister is a flexible network and system monitor with SNMP integrationBruce M Simpson2004-03-256-0/+907
and a web interface. Notes: svn path=/head/; revision=105192