Permalink
| @@ -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 |