Index: head/irc/py-irclib/Makefile =================================================================== --- head/irc/py-irclib/Makefile (revision 307374) +++ head/irc/py-irclib/Makefile (revision 307375) @@ -1,43 +1,41 @@ -# New ports collection makefile for: py-irclib -# Date created: 25 April 2001 -# Whom: Hye-Shik Chang -# +# Created by: Hye-Shik Chang # $FreeBSD$ -# PORTNAME= irclib PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= irc python MASTER_SITES= SF/python-${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-irclib-${PORTVERSION} MAINTAINER= william88@gmail.com COMMENT= IRC protocol client library for Python USE_PYTHON= -2.7 USE_ZIP= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= python-irclib PYDISTUTILS_NOEGGINFO=yes # TODO: irclib have some weird install script bundled and use of # USE_PYDISTUTILS=easy_install would break it -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools \ + ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} EXAMPLEFILES= irccat irccat2 servermap testbot.py \ dccreceive dccsend EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} .if !defined(NOPORTEXAMPLES) post-install: @${MKDIR} ${EXAMPLESDIR} .for file in ${EXAMPLEFILES} @${INSTALL_SCRIPT} ${WRKSRC}/scripts/${file} ${EXAMPLESDIR}/ .endfor @${FIND} ${PYTHONPREFIX_SITELIBDIR}/${PYDISTUTILS_EGGINFO} -type f -exec ${CHMOD} 644 {} +; .endif .include Index: head/irc/py-irclib/pkg-descr =================================================================== --- head/irc/py-irclib/pkg-descr (revision 307374) +++ head/irc/py-irclib/pkg-descr (revision 307375) @@ -1,6 +1,6 @@ -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. +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. It actually does CTCP parsing exactly as the CTCP specifications describe it. WWW: http://sourceforge.net/projects/python-irclib/