Skip site navigation (1)Skip section navigation (2)

CVS log for ports/net-mgmt/netsaint-plugins/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / net-mgmt / netsaint-plugins

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35
Wed Feb 27 23:52:04 2008 UTC (3 years, 11 months ago) by miwi
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.34: +1 -1 lines
2007-10-31 www/vtiger4: This version is no longer supported by the developers
2007-12-01 www/xpi-surfkeys: Development has been ceased
2008-02-01 sysutils/eventwatcher: no active development
2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired
2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port
2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port
2008-01-22 benchmarks/tsung: "fails to install"
2007-10-03 games/ggo: developer's focus have moved elsewhere
2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Sep 8 12:48:05 2007 UTC (4 years, 5 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -0 lines
Mark net-mgmt/netsaint and net-mgmt/netsaint-plugins expired
at the end of October 2007. It has been superseeded by net-mgmt/nagios
for two years now.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu May 11 22:49:41 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +0 -1 lines
Remove USE_REINPLACE from all categories starting with N

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:44 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -2 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 24 08:36:03 2005 UTC (6 years, 3 months ago) by vs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -1 lines
Does not really require GNU make

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 21 00:41:56 2004 UTC (7 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -7 lines
Kris reports that the build failure was a local problem on pointyhat.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Nov 18 22:48:19 2004 UTC (7 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +7 -1 lines
BROKEN on 5.x: Does not compile

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Aug 18 02:31:37 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -2 lines
Remove BROKEN, problem was lack of /dev/mem in my test system

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Aug 16 00:34:30 2004 UTC (7 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
BROKEN: Broken pkg-plist

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Jun 4 17:29:29 2004 UTC (7 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -0 lines
Sync with new bsd.autotools.mk

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon May 24 20:40:04 2004 UTC (7 years, 8 months ago) by pav
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
- Fix argument parsing in check_mrtg

PR:		ports/67056
Submitted by:	Michael Wayne <wayne@staff.msen.com>

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:11 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 23 04:42:04 2004 UTC (7 years, 11 months ago) by wollman
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:08:15 2004 UTC (8 years ago) by marcus
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Dec 21 04:55:12 2003 UTC (8 years, 1 month ago) by petef
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -1 lines
Fix the path to some base utilities in plugin scripts.

PR:		57476
Submitted by:	Krzysztof Stryjek <wtpooh@acn.waw.pl>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:51:00 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: old_RELEASE_5_2_1, old_RELEASE_5_2_0, old_RELEASE_5_1_0, old_RELEASE_4_9_0, old_RELEASE_4_8_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -0 lines
De-pkg-comment.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:47:26 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_5_0_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:46:24 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jul 22 03:23:08 2002 UTC (9 years, 6 months ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Drop maintainership.

Requested by:	Blaz Zupan <blaz@si.FreeBSD.org>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jun 24 01:59:54 2002 UTC (9 years, 7 months ago) by kuriyama
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Bump PORTREVISION.

check_snmp calls snmpget without '-c' parameter, which is mandatory
with NetSNMP 5.x. Add '-c' to the command line to make it work with
both NetSNMP 4.x and 5.x.

check_by_ssh dumps core with called without -C, also usage help output
does not document -C and -v.

check_ssh plugin incorrectly parses the SSH banner.

check_ntp does not work with NTP v2. Add -n option to be able to
select NTP version.

Submitted by:	David Douthitt <n9ubh@callsign.net>,
		Jens Trzaska <jt@barfoos.de> (check_snmp) via maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Mar 25 09:19:19 2002 UTC (9 years, 10 months ago) by sobomax
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
Add USE_SUBMAKE, where it might be necessary.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 18 13:20:26 2001 UTC (10 years, 1 month ago) by kuriyama
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Use $MASTER_SITE_SOURCEFORGE.

Approved by:	maintainer

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 17 23:29:42 2001 UTC (10 years, 1 month ago) by kuriyama
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 16 17:33:04 2001 UTC (10 years, 1 month ago) by dwcjr
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update netsaint to 0.0.7b8
backs out revision 1.3 of net/netsaint-plugins/scripts/configure which broke
 the port.

Submitted by:	maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 17 06:02:15 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -8 lines
upgrade netsaint -> 0.0.7b4, netsaint-plugins -> 1.2.9.4
change maintainer email address

PR:		27012, 27013
Submitted by:	MAINTAINER

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Apr 16 11:42:06 2001 UTC (10 years, 9 months ago) by dirk
Branches: MAIN
CVS tags: old_RELEASE_4_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +9 -40 lines
- Enable OpenLDAP and PostgreSQL support.
- Enable option selection using nice menu interface.

PR:		ports/26611
Submitted by:	Blaz Zupan <blaz@amis.net> (maintainer)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Apr 10 09:32:37 2001 UTC (10 years, 10 months ago) by dirk
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc).

Approved by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 3 22:29:43 2001 UTC (10 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
portlint3: FATAL: Makefile 60: variable LIB_DEPENDS is redefined.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Apr 3 21:43:28 2001 UTC (10 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -7 lines
Update netsaint-plugins to 1.2.9.3. Don't depend on netsaint port as
netsaint port depends on us and this creates a circular dependency.
Instead create the netsaint user/group ourselves (which is the only
reason for the netsaint dependency).

PR:		26327
Submitted by:	    maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Mar 30 19:08:16 2001 UTC (10 years, 10 months ago) by dirk
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +45 -9 lines
- upgrade to 1.2.9.2
- Blaz Zupan <blaz@amis.net> is the new maintainer
- add radius and mysql support

PR:		ports/25883
Submitted by:	Blaz Zupan <blaz@amis.net>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 29 14:37:28 2001 UTC (10 years, 10 months ago) by dirk
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -2 lines
Netsaint-plugins needs automake to build.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 14 11:59:02 2001 UTC (10 years, 11 months ago) by roam
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update to 1.2.9.1.

PR:		25484
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 12 23:10:58 2001 UTC (11 years, 1 month ago) by mharo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
distfile moved

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jan 9 00:06:24 2001 UTC (11 years, 1 month ago) by will
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 12 18:57:25 2000 UTC (11 years, 7 months ago) by will
Branches: MAIN
CVS tags: old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0
Add NetSaint-plugins 1.2.8-4, a plugin package for Netsaint.

Patches submitted by:	Jim Sloan <odinn@atlantabiker.net>, to whom I am
			extremely grateful!  Thanks!

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options