diff options
author | chinsan <chinsan@FreeBSD.org> | 2008-05-29 13:01:57 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2008-05-29 13:01:57 +0800 |
commit | e5166ad9e30db40425b8b34fd88d147408d9d8cc (patch) | |
tree | 640e48cdb29b6e8b94f552771799600138fe1ec0 | |
parent | ad256fd2f1bb52265ed4b29a23000c00a889da44 (diff) | |
download | freebsd-ports-gnome-e5166ad9e30db40425b8b34fd88d147408d9d8cc.tar.gz freebsd-ports-gnome-e5166ad9e30db40425b8b34fd88d147408d9d8cc.tar.zst freebsd-ports-gnome-e5166ad9e30db40425b8b34fd88d147408d9d8cc.zip |
TCLink is a thin client API that allows a merchant to process credit card
transactions through the TrustCommerce processing gateway over a encrypted
channel (SSL) using TCP/IP.
WWW: http://www.trustcommerce.com/tclink.html
PR: ports/124050
Submitted by: Mike Bowie <mbowie at buzmo.com>
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/php-tclink/Makefile | 22 | ||||
-rw-r--r-- | finance/php-tclink/distinfo | 3 | ||||
-rw-r--r-- | finance/php-tclink/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 90b36c0c0d28..6609dcbc31ae 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -67,6 +67,7 @@ SUBDIR += p5-PFProAPI SUBDIR += p5-PayflowPro SUBDIR += pfpro + SUBDIR += php-tclink SUBDIR += php4-pfpro SUBDIR += qhacc SUBDIR += qtstalker diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile new file mode 100644 index 000000000000..d01d53115ee4 --- /dev/null +++ b/finance/php-tclink/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: php-tclink +# Date created: 27 May 2008 +# Whom: <mbowie@buzmo.com> +# +# $FreeBSD$ +# + +PORTNAME= tclink +PORTVERSION= 3.4.4 +CATEGORIES= finance +MASTER_SITES= http://www.trustcommerce.com/downloads/ +PKGNAMEPREFIX= php- +DISTNAME= ${PORTNAME}-${PORTVERSION}-php + +MAINTAINER= mbowie@buzmo.com +COMMENT= A PHP extension for TrustCommerce credit card processing + +USE_PHP= yes +USE_PHPEXT= yes +USE_OPENSSL= yes + +.include <bsd.port.mk> diff --git a/finance/php-tclink/distinfo b/finance/php-tclink/distinfo new file mode 100644 index 000000000000..e43758055355 --- /dev/null +++ b/finance/php-tclink/distinfo @@ -0,0 +1,3 @@ +MD5 (tclink-3.4.4-php.tar.gz) = 97294949a5b79f8e62925c645912ba6d +SHA256 (tclink-3.4.4-php.tar.gz) = bd8d6fa484f919bbae200b034368522db13226cb77656840791672de988c8281 +SIZE (tclink-3.4.4-php.tar.gz) = 73859 diff --git a/finance/php-tclink/pkg-descr b/finance/php-tclink/pkg-descr new file mode 100644 index 000000000000..8e17090cf287 --- /dev/null +++ b/finance/php-tclink/pkg-descr @@ -0,0 +1,5 @@ +TCLink is a thin client API that allows a merchant to process credit card +transactions through the TrustCommerce processing gateway over a encrypted +channel (SSL) using TCP/IP. + +WWW: http://www.trustcommerce.com/tclink.html |