Skip to content
Permalink
Browse files

py-tclink: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 14, 2019
1 parent f6d7ee8 commit de90f5342989b80761cb454acce73fcf438bfe86
Showing with 22 additions and 20 deletions.
  1. +22 −20 python/py-tclink/Portfile
@@ -1,27 +1,29 @@
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-tclink
version 3.4
categories-append devel
license LGPL-2.1+
maintainers nomaintainer
PortSystem 1.0
PortGroup python 1.0

description TCLink is an LGPL'd thin client API which can run credit card transactions over TCP/IP.
name py-tclink
version 3.4
categories-append devel
license LGPL-2.1+
maintainers nomaintainer

long_description TCLink is an LGPL'd thin client API which can run credit card transactions over TCP/IP. \
A similar package is Red Hat's ccvs, however, it requires that you use a modem or leased \
line. With TCLink you can run credit card transactions directly over the Internet.
description TCLink is an LGPL'd thin client API which can run credit card transactions over TCP/IP.

platforms darwin
long_description TCLink is an LGPL'd thin client API which can run credit card transactions over TCP/IP. \
A similar package is Red Hat's ccvs, however, it requires that you use a modem or leased \
line. With TCLink you can run credit card transactions directly over the Internet.

homepage http://www.trustcommerce.com/tclink.html
master_sites http://www.trustcommerce.com/downloads/ \
http://distfiles.macports.org/python/
distname tclink-${version}-python
platforms darwin

checksums md5 d636afd8b191f690f2b24a7e11dcc8db \
sha1 058e857ba2d443fb4ab1418e03a91a47f9d95579 \
rmd160 c1c9befed4f820489d5b968c5d42b6c23cf21b61
homepage http://www.trustcommerce.com/tclink.html
master_sites http://www.trustcommerce.com/downloads/ \
http://distfiles.macports.org/python/
distname tclink-${version}-python

python.versions 27
checksums md5 d636afd8b191f690f2b24a7e11dcc8db \
sha1 058e857ba2d443fb4ab1418e03a91a47f9d95579 \
rmd160 c1c9befed4f820489d5b968c5d42b6c23cf21b61

python.versions 27

0 comments on commit de90f53

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