From cd6f7d0f46962cb825d0c407eb68837339a25d80 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 24 Oct 2002 17:56:40 +0000 Subject: Add p5-Business-OnlinePayment-TCLink 1.01, a Business::OnlinePayment backend module for TrustCommerce. --- finance/p5-Business-OnlinePayment-TCLink/Makefile | 28 ++++++++++++++++++++++ finance/p5-Business-OnlinePayment-TCLink/distinfo | 1 + .../p5-Business-OnlinePayment-TCLink/pkg-comment | 1 + finance/p5-Business-OnlinePayment-TCLink/pkg-descr | 3 +++ finance/p5-Business-OnlinePayment-TCLink/pkg-plist | 5 ++++ misc/Makefile | 1 + misc/p5-Business-OnlinePayment-TCLink/Makefile | 28 ++++++++++++++++++++++ misc/p5-Business-OnlinePayment-TCLink/distinfo | 1 + misc/p5-Business-OnlinePayment-TCLink/pkg-comment | 1 + misc/p5-Business-OnlinePayment-TCLink/pkg-descr | 3 +++ misc/p5-Business-OnlinePayment-TCLink/pkg-plist | 5 ++++ 11 files changed, 77 insertions(+) create mode 100644 finance/p5-Business-OnlinePayment-TCLink/Makefile create mode 100644 finance/p5-Business-OnlinePayment-TCLink/distinfo create mode 100644 finance/p5-Business-OnlinePayment-TCLink/pkg-comment create mode 100644 finance/p5-Business-OnlinePayment-TCLink/pkg-descr create mode 100644 finance/p5-Business-OnlinePayment-TCLink/pkg-plist create mode 100644 misc/p5-Business-OnlinePayment-TCLink/Makefile create mode 100644 misc/p5-Business-OnlinePayment-TCLink/distinfo create mode 100644 misc/p5-Business-OnlinePayment-TCLink/pkg-comment create mode 100644 misc/p5-Business-OnlinePayment-TCLink/pkg-descr create mode 100644 misc/p5-Business-OnlinePayment-TCLink/pkg-plist diff --git a/finance/p5-Business-OnlinePayment-TCLink/Makefile b/finance/p5-Business-OnlinePayment-TCLink/Makefile new file mode 100644 index 000000000000..004830fb0343 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Business::OnlinePayment::TCLink +# Date created: 24 October 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-TCLink +PORTVERSION= 1.01 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ + ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ + ${SITE_PERL}/${PERL_ARCH}/Net/TCLink.pm:${PORTSDIR}/net/p5-Net-TCLink +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= Business::OnlinePayment::TCLink.3 + +.include diff --git a/finance/p5-Business-OnlinePayment-TCLink/distinfo b/finance/p5-Business-OnlinePayment-TCLink/distinfo new file mode 100644 index 000000000000..461a70f811de --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-TCLink-1.01.tar.gz) = 4576208e4c7d592badc5364267324448 diff --git a/finance/p5-Business-OnlinePayment-TCLink/pkg-comment b/finance/p5-Business-OnlinePayment-TCLink/pkg-comment new file mode 100644 index 000000000000..74cba009dd4c --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for TrustCommerce diff --git a/finance/p5-Business-OnlinePayment-TCLink/pkg-descr b/finance/p5-Business-OnlinePayment-TCLink/pkg-descr new file mode 100644 index 000000000000..0518f5b805e4 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/pkg-descr @@ -0,0 +1,3 @@ +This is Business::OnlinePayment::TCLink, a Business::OnlinePayment +backend module for TrustCommerce. It is only useful if you have an +account with TrustCommerce: http://www.trustcommerce.com diff --git a/finance/p5-Business-OnlinePayment-TCLink/pkg-plist b/finance/p5-Business-OnlinePayment-TCLink/pkg-plist new file mode 100644 index 000000000000..f22f51e85530 --- /dev/null +++ b/finance/p5-Business-OnlinePayment-TCLink/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/TCLink.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink diff --git a/misc/Makefile b/misc/Makefile index 5b8a1c44987d..2e3dfc8c6548 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -212,6 +212,7 @@ SUBDIR += p5-Business-ISIN SUBDIR += p5-Business-ISSN SUBDIR += p5-Business-OnlinePayment + SUBDIR += p5-Business-OnlinePayment-TCLink SUBDIR += p5-Business-UPS SUBDIR += p5-Chatbot-Eliza SUBDIR += p5-Data-Buffer diff --git a/misc/p5-Business-OnlinePayment-TCLink/Makefile b/misc/p5-Business-OnlinePayment-TCLink/Makefile new file mode 100644 index 000000000000..004830fb0343 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-TCLink/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Business::OnlinePayment::TCLink +# Date created: 24 October 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= Business-OnlinePayment-TCLink +PORTVERSION= 1.01 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ + ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ + ${SITE_PERL}/${PERL_ARCH}/Net/TCLink.pm:${PORTSDIR}/net/p5-Net-TCLink +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +MAN3= Business::OnlinePayment::TCLink.3 + +.include diff --git a/misc/p5-Business-OnlinePayment-TCLink/distinfo b/misc/p5-Business-OnlinePayment-TCLink/distinfo new file mode 100644 index 000000000000..461a70f811de --- /dev/null +++ b/misc/p5-Business-OnlinePayment-TCLink/distinfo @@ -0,0 +1 @@ +MD5 (Business-OnlinePayment-TCLink-1.01.tar.gz) = 4576208e4c7d592badc5364267324448 diff --git a/misc/p5-Business-OnlinePayment-TCLink/pkg-comment b/misc/p5-Business-OnlinePayment-TCLink/pkg-comment new file mode 100644 index 000000000000..74cba009dd4c --- /dev/null +++ b/misc/p5-Business-OnlinePayment-TCLink/pkg-comment @@ -0,0 +1 @@ +A Business::OnlinePayment backend module for TrustCommerce diff --git a/misc/p5-Business-OnlinePayment-TCLink/pkg-descr b/misc/p5-Business-OnlinePayment-TCLink/pkg-descr new file mode 100644 index 000000000000..0518f5b805e4 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-TCLink/pkg-descr @@ -0,0 +1,3 @@ +This is Business::OnlinePayment::TCLink, a Business::OnlinePayment +backend module for TrustCommerce. It is only useful if you have an +account with TrustCommerce: http://www.trustcommerce.com diff --git a/misc/p5-Business-OnlinePayment-TCLink/pkg-plist b/misc/p5-Business-OnlinePayment-TCLink/pkg-plist new file mode 100644 index 000000000000..f22f51e85530 --- /dev/null +++ b/misc/p5-Business-OnlinePayment-TCLink/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment/TCLink.pm +lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink +@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink -- cgit v1.2.3