From nobody@FreeBSD.org  Fri Sep 29 18:58:46 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 958E216A417
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <skreuzer@f2o.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: p5-Business-PayPal
X-Send-Pr-Version: www-2.3

>Number:         103817
>Category:       ports
>Synopsis:       New port: p5-Business-PayPal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 29 19:00:33 GMT 2006
>Closed-Date:    Fri Oct 06 01:04:36 GMT 2006
>Last-Modified:  Fri Oct  6 01:10:22 GMT 2006
>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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Thu Oct 5 23:47:06 UTC 2006 
Responsible-Changed-Why:  
Take PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103817 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Fri Oct 6 01:01:28 UTC 2006 
State-Changed-Why:  
New port added with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103817 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103817: commit references a PR
Date: Fri,  6 Oct 2006 01:03:52 +0000 (UTC)

 alepulver    2006-10-06 01:03:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/p5-Business-PayPal Makefile distinfo pkg-descr pkg-plist 
   Log:
   This module offers an interface to PayPal's transaction system.
   
   PR:             ports/103817
   Submitted by:   Steven Kreuzer
   
   Revision  Changes    Path
   1.1582    +1 -0      ports/www/Makefile
   1.1       +33 -0     ports/www/p5-Business-PayPal/Makefile (new)
   1.1       +3 -0      ports/www/p5-Business-PayPal/distinfo (new)
   1.1       +1 -0      ports/www/p5-Business-PayPal/pkg-descr (new)
   1.1       +6 -0      ports/www/p5-Business-PayPal/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
