summaryrefslogtreecommitdiff
path: root/sysutils/dog
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2017-08-01Comment out dead sites (DNS problems).wiz1-3/+3
2016-03-27Use PKGMANDIR.jperkin2-4/+4
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-02-19DESTDIR support.joerg3-6/+10
2006-11-28Add getopt_long support on Interix too.tv1-3/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-09-23Fix build on Solaris. From Jonathan Perkin in PR 22907.wiz3-12/+24
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-02-26Update dog to 1.7. Changes:hubertf2-4/+4
The --skip-tags option was added, in order to use the formating filters (like --krad and --rot13) without changing the contents of HTML tags. A hex dump filter was added (--hex), which displays output in hexadecimal values. Last, but certainly not least, the --oog filter was added to do trivial conversion of input text into a format that OOG, of Slashdot fame, might use. Upgraded on request (and hints) from Tomasz Luchowski <zuntum@eik.pl>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-19Add dog-1.5:hubertf7-0/+59
Dog writes the contents of each given file, URL, or stdin Dog writes the contents of each given file, URL, or the standard input if none are given or when a file named '-' is given, to the standard output. It currently supports the file, http, and raw URL types. It is designed as a compatible, but enhanced, replacement of cat(1). Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11992