From 47b73671b1b34ed7bc2049214f2a3033e7292be4 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Thu, 29 May 2008 05:01:57 +0000 Subject: 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 --- finance/Makefile | 1 + finance/php-tclink/Makefile | 22 ++++++++++++++++++++++ finance/php-tclink/distinfo | 3 +++ finance/php-tclink/pkg-descr | 5 +++++ 4 files changed, 31 insertions(+) create mode 100644 finance/php-tclink/Makefile create mode 100644 finance/php-tclink/distinfo create mode 100644 finance/php-tclink/pkg-descr (limited to 'finance') 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: +# +# $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 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 -- cgit v1.2.3