WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client.
Everything can be done with a keyboard, and it is customizable and extensible
with scripts. For the moment, only ncurse GUI issupported by this port.
WWW: http://weechat.flashtux.org
- Put USE_OPENSSL before <bsd.port.pre.mk>
- make configure happy
- make pre-configure target non-fatal. This makes interrupting and resuming
the configure stage possible.
PR: ports/62476
Submitted by: Ulrich Spoerlein <q@uni.de>
- added -ansi flag to force ANSI output in cases where it is not
detected properly and tries to use irc colors
- default html colors has white foreground
- no warnings if $COWPATH isn't set
- no more Text::Wrap warnings
- 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
Rename port 'svrx' to 'srvx'. [2]
So I remove svrx. There's only one update in history, so
I think I need to asj for a repocopy.
PR: 59817, 61218 (update), 61232 [2]
Submitted by: Walter Venable <weaseal@hotmail.com> (maintainer)
Pointy hat to: me
Approved by: erwin (mentor)
So I remove svrx. There's only one update in history, so
I think I need to asj for a repocopy.
PR: 61232
Submitted by: Walter Venable (maintainer)
Pointy hat to: me
Approved by: erwin (mentor)
srvx is a set of IRC services for ircu P10 protocol networks; it is developed
by a team of programmers affiliated with the GamesNET IRC Network. srvx is
designed to be a fast, extensible, scalable and reliable provider of NickServ,
ChanServ, HelpServ, OperServ, and Global services as well as advanced proxy
detection.
WWW: http://www.srvx.net
PR: 59817
Submitted by: Walter Venable <weaseal@hotmail.com>
Approved by: erwin (mentor) (implicitly)
It took a lot of time to patch this port to adhere to hier(7), only to
find out that somehow it still has the same old paths in the binary.
It cannot find the log- and configuration files and therefor cannot run.