summaryrefslogtreecommitdiff
path: root/chat/ruby-net-irc
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26chat: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07chat: Remove SHA1 hashes for distfilesnia1-2/+1
2017-09-04Comment out dead sites.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+2
* Remove default value of GEM_BUILD.
2010-05-16LICENSE=ruby-licenseobache1-2/+2
2010-05-15Note commnented out LICENSE (Ruby's).obache1-1/+2
2010-02-14Update ruby-net-irc package to 0.0.9.taca4-21/+10
2009-10-11 SATOH Hiroh <cho45@lowreal.net> * [new] Implemented Server#sessions which returns all sessions connected to the server. * Released 0.0.9 2009-08-08 SATOH Hiroh <cho45@lowreal.net> * [bug]: Fixed to work on ruby1.9.1 (now can send iso-2022-jp) * [new] Implemented Message#ctcps returns embedded all ctcp messages (drry). * Released 0.0.8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-05-14Revert HOMEPAGE's change (may temporary connection failure).obache1-2/+2
2009-05-14Update ruby-net-irc to 0.0.7.obache4-13/+17
2009-02-19 SATOH Hiroh * [bug]: Fixed net/irc.rb permission. * Released 0.0.7 2009-02-01 SATOH Hiroh * [bug]: Fixed to work on ruby1.9.1 * [release]: Released 0.0.6
2008-10-22Import ruby-net-irc-0.0.5 as chat/ruby-net-irc.obache5-0/+71
Ruby library for implementing IRC server and client