diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-02-26 22:56:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-02-26 22:56:46 +0000 |
commit | 7585acdc0b1ad91a4532b1f393fb8632167dec99 (patch) | |
tree | e313d3908c5424a15043ef8e74900b12dff9481b | |
parent | 96d7864664b50bbd7370431b668de74182c924f5 (diff) | |
download | pkgsrc-7585acdc0b1ad91a4532b1f393fb8632167dec99.tar.gz |
Update dog to 1.7. Changes:
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>
-rw-r--r-- | sysutils/dog/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dog/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/dog/Makefile b/sysutils/dog/Makefile index 63330db08c1..d145c150387 100644 --- a/sysutils/dog/Makefile +++ b/sysutils/dog/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/26 22:56:46 hubertf Exp $ # FreeBSD Id: ports/misc/dog/Makefile,v 1.1 2000/06/10 05:45:34 will Exp -DISTNAME= dog-1.5 +DISTNAME= dog-1.7 CATEGORIES= misc MASTER_SITES= http://jl.photodex.com/dog/ diff --git a/sysutils/dog/files/md5 b/sysutils/dog/files/md5 index 5c764431b5a..ffcc1e81216 100644 --- a/sysutils/dog/files/md5 +++ b/sysutils/dog/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2001/01/19 01:35:05 hubertf Exp $ +$NetBSD: md5,v 1.2 2001/02/26 22:56:47 hubertf Exp $ -MD5 (dog-1.5.tar.gz) = b10290506457aafcb82593d92a02c4ec +MD5 (dog-1.7.tar.gz) = 9dd1e04efb7f8535a632bac2eef60a10 |