Path to this page:
./
chat/cgiirc,
Access IRC from a web browser
Branch: CURRENT,
Version: 0.5.9nb2,
Package name: cgiirc-0.5.9nb2,
Maintainer: pkgsrc-usersCGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it
is designed to be flexible and has many uses such as an IRC gateway for an IRC
network, a chat-room for a website or to access IRC when stuck behind a
restrictive firewall.
Required to run:[
lang/perl5] [
net/p5-IO-Socket-INET6]
Package options: inet6
Master sites: (Expand)
SHA1: c3064022401ccb0540b363456cea00b73ccf26e2
RMD160: 302169c4c2558f5d2368bdcfeed45a224cac8ebc
Filesize: 131.995 KB
Version history: (Expand)
- (2009-03-07) Updated to version: cgiirc-0.5.9nb2
- (2006-07-01) Updated to version: cgiirc-0.5.9nb1
- (2006-06-11) Updated to version: cgiirc-0.5.9
- (2006-05-03) Updated to version: cgiirc-0.5.8
- (2005-10-05) Package added to pkgsrc.se, version cgiirc-0.5.6 (created)
CVS history: (Expand)
| 2009-07-17 20:00:26 by Adrian Portelli | Files touched by this commit (126) |
Log message:
Give up MAINTAINER
|
| 2009-06-14 19:37:52 by Joerg Sonnenberger | Files touched by this commit (99) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-07 09:12:16 by Stoned Elipot | Files touched by this commit (1) |  |
Log message:
Bump PKGREVISION to 2.
Pkgsrc changes:
- Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6
|
| 2008-03-03 03:19:52 by Johnny C. Lam | Files touched by this commit (24) |
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
|
| 2007-09-08 00:12:28 by Johnny C. Lam | Files touched by this commit (52) |
Log message:
Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.
Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files. Replace:
BUILD_DEFS+= USE_INET6
with
BUILD_DEFS+= IPV6_READY
and teach the README-generation tools to look for that instead.
This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
|
| 2006-06-30 12:06:36 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.
|
| 2006-06-11 11:40:43 by Adrian Portelli | Files touched by this commit (2) |
Log message:
0.5.9
Bump date (By dgl)
Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl)
Send real host and IP in USER command (suggested by OUTsider) (By dgl)
Near total rewrite, the old version sucked. (By dgl)
Fix ticket #145 (Mozilla suite seems to have different behaviour with \
permissions on XMLHTTP than Firefox) (By dgl)
Another oops, /help didn't work.. (By dgl)
|
2006-05-02 23:43:34 by Adrian Portelli | Files touched by this commit (3) |  |
Log message:
Update to 0.5.8
> 0.5.8
> - Translations into German, Dutch, Romanian and Norwegian (thanks
> OUTsider/scarynet)
> - Russian translation of help
> - Some more UTF-8 fixes (including joining channels with non-ASCII chars,
> thanks to Jonas Liljegren)
> - Server balancing support
> - Identd supports multiple installs
> - Fix buffer overflow in client.cgi
> - Other misc fixes (see \
http://cvs.cgiirc.org/timeline?d=300&am … 30&c=2)
>
> 0.5.7
> - Fixed to work on Perl <5.8
> - Perform config option
|