Bug 122793 - [NEW PORT] irc/p5-POE-Component-Server-IRC: A fully event-driven networkable IRC server daemon module
Summary: [NEW PORT] irc/p5-POE-Component-Server-IRC: A fully event-driven networkable ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 15:40 UTC by markun
Modified: 2008-04-16 16:00 UTC (History)
0 users

See Also:


Attachments
p5-POE-Component-Server-IRC-1.30.shar (4.13 KB, text/plain)
2008-04-15 15:40 UTC, markun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description markun 2008-04-15 15:40:00 UTC
A POE component that implements an IRC server ( ircd ).
It's based on hybrid-7.2.2 and has been tested against
hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server 
protocol so should support networks based on this protocol.

Author:	Chris Williams <chris@bingosnet.co.uk>
WWW:	http://search.cpan.org/~bingos/POE-Component-Server-IRC/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-16 11:06:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-16 15:52:45 UTC
clsung      2008-04-16 14:52:36 UTC

  FreeBSD ports repository

  Modified files:
    irc                  Makefile 
  Added files:
    irc/p5-POE-Component-Server-IRC Makefile distinfo pkg-descr 
                                    pkg-descr~ pkg-plist 
  Log:
  A POE component that implements an IRC server ( ircd ).
  It's based on hybrid-7.2.2 and has been tested against
  hybrid-7.2.2 and hybrid-7.0. It supports the TS5 server-to-server
  protocol so should support networks based on this protocol.
  
  Author: Chris Williams <chris@bingosnet.co.uk>
  WWW:    http://search.cpan.org/dist/POE-Component-Server-IRC/
  
  PR:             ports/122793
  Submitted by:   Masahiro Teramoto <markun at onohara.to>
  
  Revision  Changes    Path
  1.162     +1 -0      ports/irc/Makefile
  1.1       +39 -0     ports/irc/p5-POE-Component-Server-IRC/Makefile (new)
  1.1       +3 -0      ports/irc/p5-POE-Component-Server-IRC/distinfo (new)
  1.1       +7 -0      ports/irc/p5-POE-Component-Server-IRC/pkg-descr (new)
  1.1       +7 -0      ports/irc/p5-POE-Component-Server-IRC/pkg-descr~ (new)
  1.1       +19 -0     ports/irc/p5-POE-Component-Server-IRC/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2008-04-16 15:53:06 UTC
State Changed
From-To: open->closed

New port added. Thank You.