summaryrefslogtreecommitdiff
path: root/net/netsaint-base
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-2/+2
2004-04-25Convert to buildlink3.snj1-3/+3
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-06-23Revision bumped because of gd shared library major bumpadam1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2003-05-01- Honour PKG_SYSCONFDIR.jmmv5-29/+18
- Use OWN_DIRS_PERMS to handle directories that were previously created by the home-grown netsaint-setup.sh script. - Bump PKGREVISION to 2.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-4/+3
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-1/+4
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-4/+5
have been converted to USE_BUILDLINK2.
2002-07-02Add RCS Id.wiz1-0/+1
2002-04-15Don't use fixed ID numbers for the netsaint/netstadm users/groups.rh1-11/+7
Fixes PR pkg/16365.
2002-04-14Add files missing in previous commitrh2-0/+648
2002-04-14Bump netsaint-base to nb1 using patches provided in PR 16293 by Gregrh7-53/+86
A. Woods <woods@planix.com> with some modifications by me. Changes are: - better support for building optional plugin packages - install no longer overwrites existing config files - sample config files are installed in share/examples - build no longer fails if not done as root - appropriate netsaint users and groups are now created - no longer installs one-time setup script in sbin - daemon logo
2002-03-25Update netsaint-base to 0.0.7. Package provided in PR pkg/15992 byrh14-315/+341
Murray Armfield <murray@river-styx.org>, thanks! Changes include: - several new CGIs - WAP interface - forced service checks - acks w/o notifications - custom intervals for notification escalations - passive check submissions via web interface - auto-save of retention data - extended service information - scheduled downtime - service dependencies - flap detection - aggregated status updates - new macros - user-supplied coordinates in status map - minor bug fixes and tuning
2002-03-22Drop maintainership of the netsaint packages. I no longer use netsaintrh1-2/+2
and at the moment don't have the time to actively maintain them.
2002-03-14gd>=1.8.4nb1 should be enough, since there is no version >1.8.4nb1 yet.wiz1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-31Instead of manually making "install-config" as the first step of thejlam1-2/+3
post-install target, just add install-config to the list of INSTALL_TARGETS. This is much simpler, duh! Thanks to Thomas Klausner <wiz@netbsd.org> for pointing this out.
2002-01-31If one wants to make a target from some Makefile within ${WRKSRC}, thenjlam1-2/+2
the right way to call the target is: ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} target The environment should be set explicitly, and one should _always_ call "${MAKE_PROGRAM}", and not "${MAKE}" since the former always refers to the name of the actual make program used, regardless of whether USE_GMAKE is defined or not.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-14/+12
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-01Judging from the alpha bulk build, this seems to want perl. Add USE_PERL5.wiz1-1/+3
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-7/+5
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-16Split out common parts of the netsaint base/plugins Makefiles into a commonrh2-13/+17
include file
2001-01-16Initial import of netsaint-0.0.6, an advanced network monitoring programrh17-0/+665