aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2008-05-29 05:01:57 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2008-05-29 05:01:57 +0000
commit47b73671b1b34ed7bc2049214f2a3033e7292be4 (patch)
treeaa7937168673f4974a44b758a4515f2cc60ee8af /finance
parented5147b294e05edd5f841003d4299a9cac2fbb0a (diff)
downloadports-47b73671b1b34ed7bc2049214f2a3033e7292be4.tar.gz
ports-47b73671b1b34ed7bc2049214f2a3033e7292be4.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>
Notes
Notes: svn path=/head/; revision=213848
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/php-tclink/Makefile22
-rw-r--r--finance/php-tclink/distinfo3
-rw-r--r--finance/php-tclink/pkg-descr5
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