pkgsrc/net/py-twisted/Makefile.common
recht 47b85d7ff9 update to 1.3.0.
patch provided by Michal Pasternak in PR pkg/25705

changes:

- Address objects for IPv4 and Unix addresses throughout twisted.internet.
- Improved connected UDP APIs.
- Refactored SSH client support.
- Initial implementation of Windows I/O Completion Ports event loop.
- Bug fixes and feature enhancements.
- Nevow support for Lore (so your Lore documents can use Nevow directives).
- This is the last release before Twisted begins splitting up.
2004-05-26 11:59:25 +00:00

13 lines
447 B
Makefile

# $NetBSD: Makefile.common,v 1.2 2004/05/26 11:59:25 recht Exp $
#
TWISTED_VERSION= 1.3.0
TWISTED_DISTNAME= Twisted-${TWISTED_VERSION}
TWISTED_PKGNAME= ${TWISTED_DISTNAME:S/T/t/}
TWISTED_MASTER_SITES= http://twisted.sourceforge.net/ \
http://twistedmatrix.com/downloads/
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../py-twisted/files
PATCHDIR?= ${.CURDIR}/../py-twisted/patches