openbsd-ports/net/pymsn/Makefile
jasper 814b216a63 add pymsn 0.2.2
pymsn is a rewrite of libivy (http://hybrid.tuxfamily.org/ivy), during
this rewrite the usage of Python asyncore and asynchat were dropped in
favor of the pymsn.gio library based on Glib GIOChannel. This change
enabled easy integration with the Glib main loop.

pymsn also gained msnp2p support for display pictures and custom smileys
as well a Http Polling transport and proxy support.

ok steven@
2007-10-15 20:01:49 +00:00

24 lines
452 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/15 20:01:49 jasper Exp $
COMMENT= MSN client library for Python
DISTNAME= pymsn-0.2.2
CATEGORIES= net
MASTER_SITES= http://telepathy.freedesktop.org/releases/pymsn/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/py-gobject
NO_REGRESS= Yes
.include <bsd.port.mk>