summaryrefslogtreecommitdiff
path: root/net/nocol
AgeCommit message (Collapse)AuthorFilesLines
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-3/+1
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam2-26/+4
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
2006-06-20USE_TOOLS+=yaccminskim1-2/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-2/+2
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-1/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-27Fix errno usage. Add DragonFly support. Always use config.guess /joerg12-42/+110
config.sub from pkgsrc.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-07-10Teach configure script about NetBSD 2* to make package build on NetBSD-2.0.wiz3-4/+18
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-4/+4
2003-05-01Fix two typos.jmmv1-2/+2
2002-08-08Update to 4.3.1nb3: add patch sent in from Mishka in private mail,wiz3-3/+43
closing pkg/17833. Fixes Strcasestr, and improves diagnostic message.
2002-06-28Remove diagnostic ttytype from debug messages - native curses doesn'tagc3-3/+30
have the ttytype throw-back, and it's not exactly useful these days.
2002-05-21regen (patch-aj checksum mismatch)wiz1-2/+2
2002-05-14Fix datadir location in perl lib, and allow subjects in mail sent from NetBSDabs4-3/+31
hosts. Bump to nocol-4.3.1nb2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
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-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-16Forgot this file in last commit. Its needed for the directory re-org.skrll1-0/+13
2000-10-16Re-organise use of directories to fit hier(7) better.skrll4-12/+43
Include a DEINSTALL script that warns the user about generate files that may be left.
2000-09-04Use created answers not template ones.skrll1-2/+2
2000-09-02Add patches to update config.guess to recognise macppc.skrll3-1/+31
2000-08-31Use internal libtool. Should fix PR#10916.skrll1-12/+16
2000-08-26s/USE_PERL/USE_PERL5/veego1-2/+2
2000-07-14fix checksumsabs1-4/+4
2000-07-13Update to 4.3.1nb1abs6-98/+79
- Modify webnocol.cgi to find traceroute in /usr/sbin - Install the images and audio files in $PREFIX/share/nocol for later use
2000-07-13Update to 4.3.1, plus fix replace access to curses with appropriate standardabs8-63/+70
interfaces so we can compile netconsole on NetBSD-current again. On a lighter note - lose two previous patches that are now in the main dist. Release Notes nocol v4.3.1 (Mar 2000) Minor release to fix patches. 1. portmon.c » Missing close() left too many file descriptors » Now running check_resp() after receiving EOF from the remote host. Should fix problem of receiving data with no \n in entire data stream. 2. snmpgeneric » Allow specifying client port number (joe@hole-in-the.net) » Sets MIBFILE_v2 variable also for the mib file 3. webnocol.cgi Small fix to prevent possible loop. 4. nocollib.pl Changed 'ps' to '/bin/ps' 5. hostmon-client Changed 'ps' to '/bin/ps' nocol v4.3 (Jan 2000) 1. Configure Added support for Rhapsody (jrowan@mandli.com) and BSDI 4.0 Detect 'whoami' for Solaris 2. armon, nrmon Handle different levels for registered and unregistered routes. Removes unregistered route status before deleting all knowledge (frank@ansto.gov.au) 3. bpmon Fixed bug in parsing of bootptest 4. bsdsignal.c Restores old sigusr1 (dbird@varadm.com) 5. ciscomon Change in message for 'Inlet temperature' 6. cmu-snmp New CMU snmp library 7. etherload Changed includes to allows glibc and older libc in linux.c 8. genweb.pl Fixed Y2K issue; added additional sounds (jonz@netrail.com) 9. hostmon Patches for using 'scp' in addition to rcp/telnet (frank@ansto.gov.au). Changed regex for parsing of data lines. Now using split instead of regex for $thresindex{}. Put a '^' in all the regexs in the config file. Fixed bug with DFspace parsing. 10. hostmon-client Strip comments from mqueue output. Allow running a 'local' file if it exists (frank@ansto.gov.au) $port shoud be set AFTER getservbyname(). Added support for qmail Detect ps flags 11. hostmon-clients/* Ignore NFS mounts. Look at NFS timeouts on Solaris. Run iostat with time interval, Pagein/pageout code in linux (-frank@ansto.gov.au). Fixed pstat in hostmon.osf1 (durrell@innocence.com) 12. keepalive_monitor Bug which kept old processes around (avoltmer@replaytv.com) 13. logstats Added -r option (ornstedt@sonera.se) 14. mknrmon Create config file for novell routes (frank@ansto.gov.au) 15. modemmon Added conditionals to support use of 'finger' instead of 'telnet' 16. multiping Added -n option to not use DNS (nscd was slowing down multiping) 17. ndaemon Added new Tcl/Tk interface for X-windows (lwl@godlike.com) 18. netconsole Added -T <termtype> on command line (frank@ansto.gov.au) Starts up without prompting if known good terminal type 19. noclogd Was creating error file in etcdir, changed to PIDDIR for consistency 20. nocol C library event_to_logstr() fixed (dbird@varadm.net) 21. nocollib.pl Added return 1 at end of library. Fixed bug in detecting $PSCMD. Support for BSDI 4.0 socket structures in perl libraries. Now using send() and not syswrite(). Retry opening socket if send fails. 22 notifier.pl $repeat was not working, fixed. 23 perlnocol Makefile.mid now extracts $event_t from show_nocol_struct_sizes and edits nocollib.pl 24. portmon Bug in testing 'connect' only sites (paulg@apnic.net) Now uses nonblocking sockets to process many sites in parallel properly. Added QUIT and SIMULCONNECT keywords. Changed array to linked list to allow unlimited number of hosts to monitor. 25. radiusmon Fixed bugs in port insertion (see rcslog) 26. smbmon New monitor for SMB routes (frank@ansto.gov.au) 27. snmpgeneric Replacement for snmpmon (elanda@comstar.net) 28. trapmon Complete rewrite to use the new CMU snmp library. Also fixed bug in cmu-snmp/parse.c for() loop. 29. upsmon Monitor UPSs (frank@ansto.gov.au) 30. utility/Makefile Replace '@' with \@ in mail addresses. 31. webnocol.cgi Bug fix to strip trailing siteserverID in http cookie. Handle IP addresses in nslookup (frank@ansto.gov.au). Clean up $siteaddr before executing (limfung@pacific.net.sg)
2000-01-10replaced a whole lot more commands with ${COMMAND}wiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-06Update to nocol-4.2.2b4abs7-68/+90
Primary reason was to fix a buffer overrun in portmon which caused a coredump whem trying to monitor certain webservers.
1999-10-27Look for the host program in /usr/bin, /usr/sbin and then $PATH, ratheragc1-2/+13
than hardcoding a directory which changed in NetBSD 1.4. Pointed out by Lex Wennmacher.
1999-07-09Add package patch checksum files.agc1-0/+5
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-5/+0
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-08-04Move determination of the Fully Qualified Domain Name into theagc1-6/+5
post-patch: rule.
1998-07-24Initial import of nocol-4.2b6, "an extensible network and systemagc9-0/+282
monitoring utility" into the NetBSD packages collection.