# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python27 1.0 name py27-twisted version 10.0.0 categories python devel net platforms darwin maintainers mcalhoun snc openmaintainer description An event-based Python framework for internet applications long_description Twisted is an event-driven networking framework \ written in Python. Twisted supports TCP, UDP, SSL/TLS, \ multicast, Unix sockets, a large number of protocols \ (including HTTP, NNTP, SSH, IRC, FTP, and others), and \ much more. homepage http://www.twistedmatrix.com/ master_sites http://tmrc.mit.edu/mirror/twisted/Twisted/[join [lrange [split ${version} .] 0 1] .] distname Twisted-${version} use_bzip2 yes checksums md5 3b226af1a19b25e3b3e93cc6edf5e284 \ sha1 8d48d78323ce7a1ccc8b02c55b693389d50b3bc3 \ rmd160 4c006305e5cbd1e46ac7f9e2581e69714e94af18 depends_lib-append port:py27-zopeinterface livecheck.type regex livecheck.url http://twistedmatrix.com/trac/wiki/Downloads livecheck.regex "The current release is Twisted (\\d+(?:\\.\\d+)*)"