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>
This commit is contained in:
Chin-San Huang 2008-05-29 05:01:57 +00:00
parent ed5147b294
commit 47b73671b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213848
4 changed files with 31 additions and 0 deletions

View File

@ -67,6 +67,7 @@
SUBDIR += p5-PFProAPI
SUBDIR += p5-PayflowPro
SUBDIR += pfpro
SUBDIR += php-tclink
SUBDIR += php4-pfpro
SUBDIR += qhacc
SUBDIR += qtstalker

View File

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

View File

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

View File

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