Revision: 37961 http://trac.macosforge.org/projects/macports/changeset/37961 Author: raimue@macports.org Date: 2008-06-30 16:46:27 -0700 (Mon, 30 Jun 2008) Log Message: ----------- python/py{,25}-openssl-proxy: New ports for PyOpenSSLProxy Added Paths: ----------- trunk/dports/python/py-openssl-proxy/ trunk/dports/python/py-openssl-proxy/Portfile trunk/dports/python/py25-openssl-proxy/ trunk/dports/python/py25-openssl-proxy/Portfile Property changes on: trunk/dports/python/py-openssl-proxy ___________________________________________________________________ Name: svn:mergeinfo + Added: trunk/dports/python/py-openssl-proxy/Portfile =================================================================== --- trunk/dports/python/py-openssl-proxy/Portfile (rev 0) +++ trunk/dports/python/py-openssl-proxy/Portfile 2008-06-30 23:46:27 UTC (rev 37961) @@ -0,0 +1,27 @@ +# $Id: Portfile 37959 2008-06-30 22:14:20Z raimue@macports.org $ + +PortSystem 1.0 +PortGroup python24 1.0 + +name py24-openssl-proxy +version 0.1 +categories python devel security +maintainers raimue openmaintainer +platforms darwin freebsd +description Python module providing HTTPS proxy support +long_description OpenSSLProxy module Provides HTTPS proxy support to \ + httplib and urllib2 classes. +homepage http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-usi... +master_sites http://richard.jones.name/google-hacks/gmail-filesystem/ +distname pyOpenSSLProxy-${version} + +checksums md5 d5df6afaa0a6c76199422e072abb667d \ + sha1 81496819d2516bd196ea4bfca879bd864e53e4fa \ + rmd160 3adc5c474b19b71e1ae0ef308d13c16aa2f51e50 + +depends_lib-append port:py-openssl + +post-destroot { + xinstall -m 644 -W ${worksrcpath} README example1.py example2.py \ + ${destroot}${prefix}/share/doc/${name} +} Added: trunk/dports/python/py25-openssl-proxy/Portfile =================================================================== --- trunk/dports/python/py25-openssl-proxy/Portfile (rev 0) +++ trunk/dports/python/py25-openssl-proxy/Portfile 2008-06-30 23:46:27 UTC (rev 37961) @@ -0,0 +1,27 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name py25-openssl-proxy +version 0.1 +categories python devel security +maintainers raimue openmaintainer +platforms darwin freebsd +description Python module providing HTTPS proxy support +long_description OpenSSLProxy module Provides HTTPS proxy support to \ + httplib and urllib2 classes. +homepage http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-usi... +master_sites http://richard.jones.name/google-hacks/gmail-filesystem/ +distname pyOpenSSLProxy-${version} + +checksums md5 d5df6afaa0a6c76199422e072abb667d \ + sha1 81496819d2516bd196ea4bfca879bd864e53e4fa \ + rmd160 3adc5c474b19b71e1ae0ef308d13c16aa2f51e50 + +depends_lib-append port:py25-openssl + +post-destroot { + xinstall -m 644 -W ${worksrcpath} README example1.py example2.py \ + ${destroot}${prefix}/share/doc/${name} +} Property changes on: trunk/dports/python/py25-openssl-proxy/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native