# $Id: Portfile,v 1.4 2004/12/31 16:53:23 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-irclib version 0.4.2 categories python irc platforms darwin freebsd maintainers mww@opendarwin.org description python module that encapsulates the IRC protocol long_description This library is intended to encapsulate the IRC \ protocol at a quite low level. It provides an \ event-driven IRC client framework. It has a fairly \ thorough support for the basic IRC protocol, CTCP and \ DCC connections. homepage http://python-irclib.sourceforge.net/ master_sites sourceforge:python-irclib distname python-irclib-${version} checksums md5 8dad7433bb03832c19f100b1259d8205 post-destroot { xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} dccreceive dccsend irccat irccat2 \ servermap testbot.py \ ${destroot}${prefix}/share/doc/${name}/examples }