From glarkin@sourcehosting.net  Thu Mar 20 14:33:12 2008
Return-Path: <glarkin@sourcehosting.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E699C1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 14:33:11 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11])
	by mx1.freebsd.org (Postfix) with ESMTP id B70188FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 14:33:11 +0000 (UTC)
	(envelope-from glarkin@sourcehosting.net)
Received: from 68-189-244-97.dhcp.oxfr.ma.charter.com ([68.189.244.97] helo=cube.entropy.prv)
	by mail1.sourcehosting.net with esmtp (Exim 4.68 (FreeBSD))
	(envelope-from <glarkin@sourcehosting.net>)
	id 1JcLpJ-000JqF-Hy
	for FreeBSD-gnats-submit@freebsd.org; Thu, 20 Mar 2008 10:33:11 -0400
Received: from ports.entropy.prv (ports.entropy.prv [192.168.1.18])
	by cube.entropy.prv (Postfix) with ESMTP id 96B2C1C963C9
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 10:33:04 -0400 (EDT)
Received: from ports.entropy.prv (localhost [127.0.0.1])
	by ports.entropy.prv (8.13.6/8.13.6) with ESMTP id m2KEW3Qj004419
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 20 Mar 2008 10:32:03 -0400 (EDT)
	(envelope-from glarkin@ports.entropy.prv)
Received: (from root@localhost)
	by ports.entropy.prv (8.13.6/8.13.6/Submit) id m2KEW3wG004418;
	Thu, 20 Mar 2008 10:32:03 -0400 (EDT)
	(envelope-from glarkin)
Message-Id: <200803201432.m2KEW3wG004418@ports.entropy.prv>
Date: Thu, 20 Mar 2008 10:32:03 -0400 (EDT)
From: Greg Larkin <glarkin@sourcehosting.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/p5-Net-Amazon-Signature: Perl interface to create Amazon AWS signatures
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         121911
>Category:       ports
>Synopsis:       [NEW PORT] net/p5-Net-Amazon-Signature: Perl interface to create Amazon AWS signatures
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 20 14:40:00 UTC 2008
>Closed-Date:    Mon Mar 24 19:22:36 UTC 2008
>Last-Modified:  Mon Mar 24 19:30:01 UTC 2008
>Originator:     Greg Larkin
>Release:        FreeBSD 6.1-SECURITY i386
>Organization:
SourceHosting.net, LLC
>Environment:
System: FreeBSD ports.entropy.prv 6.1-SECURITY FreeBSD 6.1-SECURITY #0: Wed Feb 13 01:40:13 UTC 2008
>Description:
This module creates the encrypted signature needed to login to
Amazon's Mechanical Turk and Alexa web services and any other web
services that Amazon might make in the future that require an
encrypted signature, assuming they follow the same convention.

WWW:    http://search.cpan.org/dist/Net-Amazon-Signature/

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

--- p5-Net-Amazon-Signature-0.03.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-Net-Amazon-Signature
#	p5-Net-Amazon-Signature/pkg-plist
#	p5-Net-Amazon-Signature/Makefile
#	p5-Net-Amazon-Signature/distinfo
#	p5-Net-Amazon-Signature/pkg-descr
#
echo c - p5-Net-Amazon-Signature
mkdir -p p5-Net-Amazon-Signature > /dev/null 2>&1
echo x - p5-Net-Amazon-Signature/pkg-plist
sed 's/^X//' >p5-Net-Amazon-Signature/pkg-plist << 'END-of-p5-Net-Amazon-Signature/pkg-plist'
X%%SITE_PERL%%/Net/Amazon/Signature.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Signature/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon/Signature
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Amazon
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
X@dirrmtry %%SITE_PERL%%/Net/Amazon
X@dirrmtry %%SITE_PERL%%/Net
END-of-p5-Net-Amazon-Signature/pkg-plist
echo x - p5-Net-Amazon-Signature/Makefile
sed 's/^X//' >p5-Net-Amazon-Signature/Makefile << 'END-of-p5-Net-Amazon-Signature/Makefile'
X# New ports collection makefile for:	p5-Net-Amazon-Signature
X# Date created:		2008-03-20
X# Whom:			Greg Larkin <glarkin@sourcehosting.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Net-Amazon-Signature
XPORTVERSION=	0.03
XCATEGORIES=	net perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	glarkin@sourcehosting.net
XCOMMENT=	Perl interface to create Amazon AWS signatures
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Net::Amazon::Signature.3
X
X.include <bsd.port.mk>
END-of-p5-Net-Amazon-Signature/Makefile
echo x - p5-Net-Amazon-Signature/distinfo
sed 's/^X//' >p5-Net-Amazon-Signature/distinfo << 'END-of-p5-Net-Amazon-Signature/distinfo'
XMD5 (Net-Amazon-Signature-0.03.tar.gz) = d8265d25ee0fddfd1cc674750d99d43b
XSHA256 (Net-Amazon-Signature-0.03.tar.gz) = e729d34d706aa5f4db24f1537d094e0487769e7eac6ae24302b8ad5f25083b70
XSIZE (Net-Amazon-Signature-0.03.tar.gz) = 3409
END-of-p5-Net-Amazon-Signature/distinfo
echo x - p5-Net-Amazon-Signature/pkg-descr
sed 's/^X//' >p5-Net-Amazon-Signature/pkg-descr << 'END-of-p5-Net-Amazon-Signature/pkg-descr'
XThis module creates the encrypted signature needed to login to
XAmazon's Mechanical Turk and Alexa web services and any other web
Xservices that Amazon might make in the future that require an
Xencrypted signature, assuming they follow the same convention.
X
XWWW:    http://search.cpan.org/dist/Net-Amazon-Signature/
END-of-p5-Net-Amazon-Signature/pkg-descr
exit
--- p5-Net-Amazon-Signature-0.03.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 20 14:40:14 UTC 2008 
Responsible-Changed-Why:  
beech@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121911 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Mon Mar 24 19:22:15 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121911: commit references a PR
Date: Mon, 24 Mar 2008 19:21:33 +0000 (UTC)

 beech       2008-03-24 19:21:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/p5-Net-Amazon-Signature Makefile distinfo pkg-descr 
                                 pkg-plist 
   Log:
   - New port net/p5-Net-Amazon-Signature
   
   This module creates the encrypted signature needed to login to
   Amazon's Mechanical Turk and Alexa web services and any other web
   services that Amazon might make in the future that require an
   encrypted signature, assuming they follow the same convention.
   
   PR:             ports/121911
   Submitted by:   Greg Larkin <glarkin at sourcehosting.net>
   
   Revision  Changes    Path
   1.1977    +1 -0      ports/net/Makefile
   1.1       +21 -0     ports/net/p5-Net-Amazon-Signature/Makefile (new)
   1.1       +3 -0      ports/net/p5-Net-Amazon-Signature/distinfo (new)
   1.1       +6 -0      ports/net/p5-Net-Amazon-Signature/pkg-descr (new)
   1.1       +7 -0      ports/net/p5-Net-Amazon-Signature/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:
