Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-12-29 | shorten somewhat | hubertf | 1 | -59/+4 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 3 | -26/+4 | |
2002-08-05 | Don't document non-existing '-a' flag. Bump PKGREVISION. | wiz | 3 | -26/+5 | |
2002-02-05 | /bin/mkdir -> ${MKDIR}. | skrll | 1 | -2/+2 | |
Make the print-PLIST target output ${MKDIR} also. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -2/+2 | |
2001-09-10 | Use libpcap buildlink.mk instead of an .ifdef ${OPSYS} hack. | wiz | 1 | -7/+2 | |
From Stoned Elipot in pkg/13918. | |||||
2001-08-24 | Updated arpwatch to 2.1a11. No changelog available, old distfile removed. | abs | 7 | -203/+125 | |
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -10/+8 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-06-09 | Regen | bouyer | 1 | -2/+3 | |
2000-06-09 | Add a '-a' flag, wich prevents arp traffic from being matched against the local | bouyer | 2 | -7/+98 | |
net before processing. Usefull if you don't want to have an IP addr on the listening interface, or if you have aliases in different nets. While I'm there correct a bogon in the man page. | |||||
2000-01-10 | replaced a whole lot more commands with ${COMMAND} | wiz | 1 | -2/+2 | |
2000-01-10 | remove unnecessary '. ' | wiz | 1 | -1/+1 | |
1999-11-19 | Unfortunately, one of the files that is patched contains an RCS Id in | agc | 3 | -7/+12 | |
the surrounding context. Introduce a pre-patch stage which removes the magic '$' characters from the source file, which allows us to have package patch files which do not contain any RCS Ids, and which allows us to patch without a fuzz factor. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+6 | |
1999-04-07 | Make this package work on Solaris. | agc | 2 | -3/+37 | |
1999-03-09 | Mark this package as not working on Solaris for just now. | agc | 1 | -1/+3 | |
It needs libpcap, which needs bpf. | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1998-11-04 | 2.1a4 | mycroft | 5 | -48/+18 | |
1998-08-09 | Do not install as bin.bin mode 555, but rather use the default | kim | 1 | -3/+14 | |
provided by the pkg system (the INSTALL macro for make already has -g and -o, so remove the extra options from Makefile.in). | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 4 | -0/+8 | |
1998-06-25 | include <paths.h>, and PATH_SENDMAIL => _PATH_SENDMAIL. | is | 1 | -0/+30 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-05-14 | Change category to `net'. | pk | 1 | -2/+2 | |
1998-04-27 | portlint: mkdir->${MKDIR}; touch->${TOUCH}. | frueauf | 1 | -6/+6 | |
1998-04-27 | arpwatch 2.0.2, an arp activity monitoring tool. Maintain a database | bouyer | 8 | -0/+152 | |
of MAC <-> IP adresses mapping, and warns about changes. |