diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-13 14:09:46 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-11-13 14:09:46 +0000 |
commit | 82f3972d590b76f63b80b3da9b0e8043fa040032 (patch) | |
tree | a136c74488669130fce052aa03e3894bc78c2b08 /irc | |
parent | 6fe9a3f583a9cfae99f949531b5b2a447e0afd9f (diff) | |
download | ports-82f3972d590b76f63b80b3da9b0e8043fa040032.tar.gz ports-82f3972d590b76f63b80b3da9b0e8043fa040032.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-irclib/Makefile | 10 | ||||
-rw-r--r-- | irc/py-irclib/pkg-descr | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/irc/py-irclib/Makefile b/irc/py-irclib/Makefile index d5902388f7c7..e8abf2357c72 100644 --- a/irc/py-irclib/Makefile +++ b/irc/py-irclib/Makefile @@ -1,12 +1,9 @@ -# 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} @@ -23,7 +20,8 @@ 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//} diff --git a/irc/py-irclib/pkg-descr b/irc/py-irclib/pkg-descr index 2e502c586a76..579a41c6c393 100644 --- a/irc/py-irclib/pkg-descr +++ b/irc/py-irclib/pkg-descr @@ -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/ |