Skip to content
Permalink
Browse files

py-tlslite: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 14, 2019
1 parent b2e2197 commit 8a66449d4beaf68e0f961cab1456082ff39b6f56
Showing with 23 additions and 21 deletions.
  1. +23 −21 python/py-tlslite/Portfile
@@ -1,31 +1,33 @@
PortSystem 1.0
PortGroup python 1.0
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

name py-tlslite
version 0.3.0
revision 1
categories-append crypto security
license public-domain
maintainers nomaintainer
description Python library for TLSv1 and SSLv3 operations
PortSystem 1.0
PortGroup python 1.0

name py-tlslite
version 0.3.0
revision 1
categories-append crypto security
license public-domain
maintainers nomaintainer
description Python library for TLSv1 and SSLv3 operations
long_description \
TLS Lite is a free python library that implements SSL v3 and TLS v1. \
It supports non-traditional authentication methods such as SRP, shared \
keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is \
pure python, however it can access OpenSSL or cryptlib for faster \
crypto operations.
TLS Lite is a free python library that implements SSL v3 and TLS v1. \
It supports non-traditional authentication methods such as SRP, shared \
keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is \
pure python, however it can access OpenSSL or cryptlib for faster \
crypto operations.

platforms darwin
supported_archs noarch
platforms darwin
supported_archs noarch

homepage http://trevp.net/tlslite/
homepage http://trevp.net/tlslite/
#master_sites ${homepage}
master_sites http://distfiles.macports.org/python/
master_sites http://distfiles.macports.org/python/

distname tlslite-${version}
checksums md5 2d5f7efafa5d04598b21f1889e981207
distname tlslite-${version}
checksums md5 2d5f7efafa5d04598b21f1889e981207

python.versions 27
python.versions 27

if {${name} ne ${subport}} {
post-destroot {

0 comments on commit 8a66449

Please sign in to comment.
You can’t perform that action at this time.