diff options
author | Alfred Perlstein <alfred@FreeBSD.org> | 2004-01-14 06:53:50 +0000 |
---|---|---|
committer | Alfred Perlstein <alfred@FreeBSD.org> | 2004-01-14 06:53:50 +0000 |
commit | 98a3ef3cf038248d29d8891b22c6530c0f7bd83a (patch) | |
tree | 3cbdd3a19b1ed7f7464f28e0282bc67e120bcd0f /irc/insub | |
parent | Install message translation files correctly. (diff) |
update to 8.2:
- If not Irssi, rainbow keepstate is down with a dotfile
- Bugfix: HTML < and > entity escaping fixed
- Bugfix: IRC output doesn't use ANSI resets (breaks xchat! thanks
kin)
- Optimization: Don't change HTML bgcolor unless it differs from
the default black.. saves lots of space
- Make Term::ANSIColor optional (ansi is disabled if no lib)
- Silenced the throttling message, what's the point of THAT
- Cleaned up the COWPATH code a bit.. better detection
- html output has div container to set background to black, for
pasting chunks of html, e.g. to livejournal.
- Abstract prefix code to its own filter, for code consistency
Submitted by: Chris Jones
Notes
Notes:
svn path=/head/; revision=98137
Diffstat (limited to 'irc/insub')
-rw-r--r-- | irc/insub/Makefile | 2 | ||||
-rw-r--r-- | irc/insub/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/insub/Makefile b/irc/insub/Makefile index fafcb4e9279d..8cf6c133a001 100644 --- a/irc/insub/Makefile +++ b/irc/insub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= insub -PORTVERSION= 8.1 +PORTVERSION= 8.2 PORTREVISION?= 0 CATEGORIES?= irc MASTER_SITES= http://gruntle.org/projects/irssi/insub/ diff --git a/irc/insub/distinfo b/irc/insub/distinfo index 0ca61b3f1fa5..43964d7dc771 100644 --- a/irc/insub/distinfo +++ b/irc/insub/distinfo @@ -1 +1 @@ -MD5 (insub-8.1.tar.gz) = 78616cb87d23bddbb8c511fd39e624ff +MD5 (insub-8.2.tar.gz) = 916a3b807e627e8e7231822981798183 |