summaryrefslogtreecommitdiff
path: root/chat/cgiirc
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-23Removed trailing white-space.rillig1-3/+3
2005-05-23Removed trailing white-space.rillig1-3/+3
2005-05-20On second thought, replacing @..@ with ${..} sounds more like ajlam1-2/+3
"configure" step than a "build" step.
2005-05-20Replace extravagent use of SUBST_CLASSES with one-liner to build thejlam1-10/+4
cgiirc.conf file.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-26- Update from 0.5.5 to 0.5.6adrianp2-6/+6
Set binmode utf8 on STDOUT, fixes Perl 5.8.5 (By dgl) Revert to using $! as gethostbyname error message, still don't get any useful error if Socket6 is installed though.. (By dgl) /charset command (By dgl) Set utf-8 flag on, always turn input into utf-8. (By dgl) Fix utf-8 input handling (By dgl) Non-supported browsers #10 (By dgl Change login options to comma seperated list and document. (By dgl) gethostbyname returns error in $? not $! (By dgl)
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-01-19- Update to 0.5.5adrianp2-19/+15
- Simplify installation - Correct usage of USE_INET6 so non-ipv6 systems still work - From the CHANGELOG: - Various bugfixes including: Firefox CSS, paste - Proper UTF-8 support (uses Encode) - Now looks for configuration files in /etc as well - Multiple ipaccess files
2004-10-15CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it adrianp6-0/+251
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.