From gslin@netnews.NCTU.edu.tw  Mon Apr 30 04:00:08 2007
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id BB6E716A409
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Apr 2007 04:00:08 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.freebsd.org (Postfix) with ESMTP id 8476813C45D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 30 Apr 2007 04:00:08 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id 0323E3FC; Mon, 30 Apr 2007 12:00:08 +0800 (CST)
Message-Id: <20070430040008.0323E3FC@netnews.NCTU.edu.tw>
Date: Mon, 30 Apr 2007 12:00:08 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] net/p5-SOAP-Amazon-S3: A module for interfacing with Amazon S3 through SOAP
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112263
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-SOAP-Amazon-S3: A module for interfacing with Amazon S3 through SOAP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 30 04:10:05 GMT 2007
>Closed-Date:    Tue May 01 09:35:28 GMT 2007
>Last-Modified:  Tue May  1 09:40:06 GMT 2007
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Sat Apr 28 00:53:10 CST 2007
>Description:
An object-oriented interface to handle your Amazon S3 storage.

WWW:	http://search.cpan.org/dist/SOAP-Amazon-S3/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-SOAP-Amazon-S3-0.023.shar begins here ---
# 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:
#
#	p5-SOAP-Amazon-S3
#	p5-SOAP-Amazon-S3/pkg-descr
#	p5-SOAP-Amazon-S3/Makefile
#	p5-SOAP-Amazon-S3/pkg-plist
#	p5-SOAP-Amazon-S3/distinfo
#
echo c - p5-SOAP-Amazon-S3
mkdir -p p5-SOAP-Amazon-S3 > /dev/null 2>&1
echo x - p5-SOAP-Amazon-S3/pkg-descr
sed 's/^X//' >p5-SOAP-Amazon-S3/pkg-descr << 'END-of-p5-SOAP-Amazon-S3/pkg-descr'
XAn object-oriented interface to handle your Amazon S3 storage.
X
XWWW:	http://search.cpan.org/dist/SOAP-Amazon-S3/
END-of-p5-SOAP-Amazon-S3/pkg-descr
echo x - p5-SOAP-Amazon-S3/Makefile
sed 's/^X//' >p5-SOAP-Amazon-S3/Makefile << 'END-of-p5-SOAP-Amazon-S3/Makefile'
X# New ports collection makefile for:	p5-SOAP-Amazon-S3
X# Date created:		2007-04-30
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	SOAP-Amazon-S3
XPORTVERSION=	0.023
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	SOAP
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	A module for interfacing with Amazon S3 through SOAP
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \
X		${SITE_PERL}/Digest/HMAC_SHA1.pm:${PORTSDIR}/security/p5-Digest-HMAC \
X		${SITE_PERL}/SOAP/MySOAP.pm:${PORTSDIR}/net/p5-SOAP-MySOAP \
X		${SITE_PERL}/XML/MyXML.pm:${PORTSDIR}/textproc/p5-XML-MyXML
X
XPERL_CONFIGURE=	yes
X
XMAN3=		SOAP::Amazon::S3.3
X
X.include <bsd.port.mk>
END-of-p5-SOAP-Amazon-S3/Makefile
echo x - p5-SOAP-Amazon-S3/pkg-plist
sed 's/^X//' >p5-SOAP-Amazon-S3/pkg-plist << 'END-of-p5-SOAP-Amazon-S3/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Amazon/S3/.packlist
X%%SITE_PERL%%/SOAP/Amazon/S3.pm
X@dirrmtry %%SITE_PERL%%/SOAP/Amazon
X@dirrmtry %%SITE_PERL%%/SOAP
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Amazon/S3
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Amazon
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
END-of-p5-SOAP-Amazon-S3/pkg-plist
echo x - p5-SOAP-Amazon-S3/distinfo
sed 's/^X//' >p5-SOAP-Amazon-S3/distinfo << 'END-of-p5-SOAP-Amazon-S3/distinfo'
XMD5 (SOAP-Amazon-S3-0.023.tar.gz) = afb693f5968ee47c512394a4f26d4439
XSHA256 (SOAP-Amazon-S3-0.023.tar.gz) = 335462d8216981f984283c4b33b4892a8fabbe831d078a99ec126b69380c6b93
XSIZE (SOAP-Amazon-S3-0.023.tar.gz) = 5529
END-of-p5-SOAP-Amazon-S3/distinfo
exit
--- p5-SOAP-Amazon-S3-0.023.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 30 04:10:12 UTC 2007 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112263 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue May 1 09:35:26 UTC 2007 
State-Changed-Why:  
New port added. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112263: commit references a PR
Date: Tue,  1 May 2007 09:34:35 +0000 (UTC)

 clsung      2007-05-01 09:34:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-SOAP-Amazon-S3 Makefile distinfo pkg-descr pkg-plist 
   Log:
   Add p5-SOAP-Amazon-S3 0.023, a module for interfacing with Amazon S3
   through SOAP.
   
   PR:             ports/112263
   Submitted by:   Gea-Suan Lin <gslin at gslin.org>
   
   Revision  Changes    Path
   1.1864    +1 -0      ports/net/Makefile
   1.1       +27 -0     ports/net/p5-SOAP-Amazon-S3/Makefile (new)
   1.1       +3 -0      ports/net/p5-SOAP-Amazon-S3/distinfo (new)
   1.1       +3 -0      ports/net/p5-SOAP-Amazon-S3/pkg-descr (new)
   1.1       +8 -0      ports/net/p5-SOAP-Amazon-S3/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:
