diff options
author | zuntum <zuntum> | 2001-04-09 14:57:20 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-04-09 14:57:20 +0000 |
commit | 99b25579419efcbb0295de4b83b42a1100722c46 (patch) | |
tree | 6bf9ce9885b9f4f6bed3829ebd3c84577e023df0 /misc | |
parent | 60e699bfc5e9577ff24c32252edbfa015759798b (diff) | |
download | pkgsrc-99b25579419efcbb0295de4b83b42a1100722c46.tar.gz |
Update colorize to 0.2.8
colorize (0.2.8) unstable; urgency=low
* *fixed* the address catch
* it's really support exim log now
* some code cleanup
(free some variable after use, 'userfriendly' comments, etc.)
* *fixed* script name in examples. After all, you don't must read it
before use (blah, why? :)
* s/squid/proxy/ (i love oops, and log format is equivalent)
* message function rewrite
* !new! added ipv6 IP support
(it's only just seek for :: before and after a word character[s])
* !new! option --convertdate or -C to convert unix timestamp to readable
format [toma's idea]
* !new! format: oops.log
* !new! good word: done, check
* !new! bad word: offline
* !new! number catch
* !new! system words
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colorize/Makefile | 6 | ||||
-rw-r--r-- | misc/colorize/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/colorize/Makefile b/misc/colorize/Makefile index eb27001311b..ebf458f87b0 100644 --- a/misc/colorize/Makefile +++ b/misc/colorize/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2001/03/29 13:47:29 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/09 14:57:20 zuntum Exp $ # -DISTNAME= colorize_0.2.7 -PKGNAME= colorize-0.2.7 +DISTNAME= colorize_0.2.8 +PKGNAME= colorize-0.2.8 CATEGORIES= misc MASTER_SITES= http://nrg.martos.bme.hu/release/colorize/download/bz2/ EXTRACT_SUFX= .tar.bz2 diff --git a/misc/colorize/files/md5 b/misc/colorize/files/md5 index 7ca20a4adbf..52b683942eb 100644 --- a/misc/colorize/files/md5 +++ b/misc/colorize/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2001/03/29 13:47:30 zuntum Exp $ +$NetBSD: md5,v 1.3 2001/04/09 14:57:22 zuntum Exp $ -SHA1 (colorize_0.2.7.tar.bz2) = ad3cc1e2fb7d150bb6b4f07321def5ff23f2e017 +SHA1 (colorize_0.2.8.tar.bz2) = 9018b79d21d8fc24e3cf414eea744c699121ef3e |