From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 29 19:00:38 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BB716A494 for ; Fri, 29 Sep 2006 19:00:38 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB2743D8B for ; Fri, 29 Sep 2006 19:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8TJ0YDc018537 for ; Fri, 29 Sep 2006 19:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8TJ0YTJ018536; Fri, 29 Sep 2006 19:00:34 GMT (envelope-from gnats) Resent-Date: Fri, 29 Sep 2006 19:00:34 GMT Resent-Message-Id: <200609291900.k8TJ0YTJ018536@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, Steven Kreuzer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958E216A417 for ; Fri, 29 Sep 2006 18:58:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48A6843D49 for ; Fri, 29 Sep 2006 18:58:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k8TIwkSV099121 for ; Fri, 29 Sep 2006 18:58:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k8TIwkjU099120; Fri, 29 Sep 2006 18:58:46 GMT (envelope-from nobody) Message-Id: <200609291858.k8TIwkjU099120@www.freebsd.org> Date: Fri, 29 Sep 2006 18:58:46 GMT From: Steven Kreuzer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/103817: New port: p5-Business-PayPal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 19:00:38 -0000 >Number: 103817 >Category: ports >Synopsis: New port: p5-Business-PayPal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 29 19:00:33 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: 6.1-STABLE >Organization: >Environment: FreeBSD malpractice.exit2shell.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue Jun 20 12:42:20 EDT 2006 root@malpractice.exit2shell.com:/usr/obj/usr/src/sys/MALPRACTICE i386 >Description: Business::PayPal is a perl module that provides an interface to PayPal's transaction system. # 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: # # /usr/ports/www/p5-Business-PayPal/ # /usr/ports/www/p5-Business-PayPal/Makefile # /usr/ports/www/p5-Business-PayPal/pkg-descr # /usr/ports/www/p5-Business-PayPal/pkg-plist # /usr/ports/www/p5-Business-PayPal/distinfo # echo c - /usr/ports/www/p5-Business-PayPal/ mkdir -p /usr/ports/www/p5-Business-PayPal/ > /dev/null 2>&1 echo x - /usr/ports/www/p5-Business-PayPal/Makefile sed 's/^X//' >/usr/ports/www/p5-Business-PayPal/Makefile << 'END-of-/usr/ports/www/p5-Business-PayPal/Makefile' X# New ports collection makefile for: p5-Business-PayPal X# Date created: Fri 29 Sep 2006 X# Whom: Steven Kreuzer X# X# X# $FreeBSD$ X# X XPORTNAME= Business-PayPal XPORTVERSION= 0.02 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Business XPKGNAMEPREFIX= p5- X XMAINTAINER= skreuzer@f2o.org XCOMMENT= Perl extension for automating PayPal transactions X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ X ${SITE_PERL}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X X.include X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again X.endif X X.include END-of-/usr/ports/www/p5-Business-PayPal/Makefile echo x - /usr/ports/www/p5-Business-PayPal/pkg-descr sed 's/^X//' >/usr/ports/www/p5-Business-PayPal/pkg-descr << 'END-of-/usr/ports/www/p5-Business-PayPal/pkg-descr' XThis module offers an interface to PayPal's transaction system. END-of-/usr/ports/www/p5-Business-PayPal/pkg-descr echo x - /usr/ports/www/p5-Business-PayPal/pkg-plist sed 's/^X//' >/usr/ports/www/p5-Business-PayPal/pkg-plist << 'END-of-/usr/ports/www/p5-Business-PayPal/pkg-plist' X%%SITE_PERL%%/Business/PayPal.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: