From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 24 18:00:11 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F3216A4C1 for ; Wed, 24 Oct 2007 18:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7397D13C49D for ; Wed, 24 Oct 2007 18:00:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9OI0Buh064484 for ; Wed, 24 Oct 2007 18:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9OI0BAS064483; Wed, 24 Oct 2007 18:00:11 GMT (envelope-from gnats) Resent-Date: Wed, 24 Oct 2007 18:00:11 GMT Resent-Message-Id: <200710241800.l9OI0BAS064483@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE6F816A468 for ; Wed, 24 Oct 2007 17:54:52 +0000 (UTC) (envelope-from khera@kcilink.com) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id BD2F813C4A5 for ; Wed, 24 Oct 2007 17:54:52 +0000 (UTC) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 1002) id 18961C947C; Wed, 24 Oct 2007 13:37:06 -0400 (EDT) Message-Id: <20071024173706.18961C947C@yertle.kcilink.com> Date: Wed, 24 Oct 2007 13:37:05 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117460: new port finance/p5-PayflowPro X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 18:00:12 -0000 >Number: 117460 >Category: ports >Synopsis: new port finance/p5-PayflowPro >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 24 18:00:10 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.2-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD yertle.int.kcilink.com 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Wed May 9 16:01:50 EDT 2007 khera@yertle.int.kcilink.com:/usr/obj/usr/src/sys/KCI64SMP amd64 >Description: new port for modernized version of p5-PFProAPI which is machine independent. >How-To-Repeat: >Fix: Extract this into ports/finance/p5-PayflowPro # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: p5-PayflowPro X# Date created: Wed Oct 24 10:09:12 EDT 2007 X# Whom: Vivek Khera X# X# $FreeBSD: $ X# X XPORTNAME= PayflowPro XPORTVERSION= 1150 XCATEGORIES= finance perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../by-authors/id/V/VK/VKHERA XPKGNAMEPREFIX= p5- XUSE_BZIP2= yes X XMAINTAINER= vivek@khera.org XCOMMENT= Pure Perl PayflowPro payment gateway interface X XMODULE_DEPENDS= p5-libwww>0.0:${PORTSDIR}/www/p5-libwww XRUN_DEPENDS+= ${MODULE_DEPENDS} XBUILD_DEPENDS+= ${MODULE_DEPENDS} X XPERL_CONFIGURE= yes X Xpost-install: X ${INSTALL_DATA} ${WRKSRC}/ca-bundle.crt ${LOCALBASE}/etc X XMAN3= PayflowPro.3 XPLIST_FILES= etc/ca-bundle.crt \ X %%SITE_PERL%%/PayflowPro.pm \ X %%SITE_PERL%%/%%PERL_ARCH%%/auto/PayflowPro/.packlist XPLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/PayflowPro X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (PayflowPro-1150.tar.bz2) = 934f7e6c0a08bf6a1e5394ac071dc1c3 XSHA256 (PayflowPro-1150.tar.bz2) = d104d2e775719a64b7d20998e23b7193f2a34e5e1a0beb52f88ba4442add4295 XSIZE (PayflowPro-1150.tar.bz2) = 162816 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XInterface to HTTP gateway for PayPal's Payflow Pro service, as described on Xthe PayPal developer forums at Xhttp://www.pdncommunity.com/pdn/board?board.id=payflow X XThis module is intended to be a drop-in replacement for PFProAPI (a couple of Xminor changes to your code are necessary to use this module instead of XPFProAPI). The major difference is that it is pure Perl, and not architecture Xdependent (ie, you can use this on your 64-bit FreeBSD platform.) X XWWW: http://labs.mailermailer.com/downloads/ END-of-pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: