diff options
author | alfred <alfred@FreeBSD.org> | 2004-01-14 14:53:50 +0800 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-01-14 14:53:50 +0800 |
commit | 51e8a084597bc3b96ac13e1b0d3b049ac74d62a5 (patch) | |
tree | d27427f44ad570cd05d2cc06f90a812a02061e90 /irc/insub/Makefile | |
parent | c4113b95974c879991c4fd5b6eee1ac3ded25453 (diff) | |
download | freebsd-ports-gnome-51e8a084597bc3b96ac13e1b0d3b049ac74d62a5.tar.gz freebsd-ports-gnome-51e8a084597bc3b96ac13e1b0d3b049ac74d62a5.tar.zst freebsd-ports-gnome-51e8a084597bc3b96ac13e1b0d3b049ac74d62a5.zip |
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
Diffstat (limited to 'irc/insub/Makefile')
-rw-r--r-- | irc/insub/Makefile | 2 |
1 files changed, 1 insertions, 1 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/ |