From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 21 11:50:03 2008 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 0512616A40D for ; Thu, 21 Feb 2008 11:50:03 +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 DCACA13C45A for ; Thu, 21 Feb 2008 11:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LBo2o8040740 for ; Thu, 21 Feb 2008 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1LBo2LI040739; Thu, 21 Feb 2008 11:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 21 Feb 2008 11:50:02 GMT Resent-Message-Id: <200802211150.m1LBo2LI040739@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, Felippe de Meirelles Motta Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2885216A408 for ; Thu, 21 Feb 2008 11:44:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 1DBA313C4CC for ; Thu, 21 Feb 2008 11:44:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m1LBfswA035749 for ; Thu, 21 Feb 2008 11:41:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m1LBfswX035748; Thu, 21 Feb 2008 11:41:54 GMT (envelope-from nobody) Message-Id: <200802211141.m1LBfswX035748@www.freebsd.org> Date: Thu, 21 Feb 2008 11:41:54 GMT From: Felippe de Meirelles Motta To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/120943: [NEW PORT] net/p5-Net-Google-AuthSub 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: Thu, 21 Feb 2008 11:50:03 -0000 >Number: 120943 >Category: ports >Synopsis: [NEW PORT] net/p5-Net-Google-AuthSub >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 21 11:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: Net::Google::AuthSub - Interact with sites that implement Google style AuthSub. WWW: http://search.cpan.org/dist/Net-Google-AuthSub/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-Google-AuthSub # p5-Net-Google-AuthSub/pkg-descr # p5-Net-Google-AuthSub/Makefile # p5-Net-Google-AuthSub/pkg-plist # p5-Net-Google-AuthSub/distinfo # echo c - p5-Net-Google-AuthSub mkdir -p p5-Net-Google-AuthSub > /dev/null 2>&1 echo x - p5-Net-Google-AuthSub/pkg-descr sed 's/^X//' >p5-Net-Google-AuthSub/pkg-descr << 'END-of-p5-Net-Google-AuthSub/pkg-descr' XNet::Google::AuthSub - Interact with sites that implement Google style AuthSub. X XWWW: http://search.cpan.org/dist/Net-Google-AuthSub/ END-of-p5-Net-Google-AuthSub/pkg-descr echo x - p5-Net-Google-AuthSub/Makefile sed 's/^X//' >p5-Net-Google-AuthSub/Makefile << 'END-of-p5-Net-Google-AuthSub/Makefile' X# New ports collection makefile for: p5-Net-Google-AuthSub X# Date created: 2008-02-21 X# Whom: Felippe de Meirelles Motta X# X# $FreeBSD$ X# X XPORTNAME= Net-Google-AuthSub XPORTVERSION= 0.3 XCATEGORIES= net perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= lippemail@gmail.com XCOMMENT= Interact with sites that implement Google style AuthSub X XRUN_DEPENDS= p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple X XPERL_CONFIGURE= yes X XMAN3= Net::Google::AuthSub::Response.3 \ X Net::Google::AuthSub.3 X X.include END-of-p5-Net-Google-AuthSub/Makefile echo x - p5-Net-Google-AuthSub/pkg-plist sed 's/^X//' >p5-Net-Google-AuthSub/pkg-plist << 'END-of-p5-Net-Google-AuthSub/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub/.packlist X%%SITE_PERL%%/Net/Google/AuthSub.pm X%%SITE_PERL%%/Net/Google/AuthSub/Response.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/AuthSub X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google X@dirrmtry %%SITE_PERL%%/Net/Google/AuthSub X@dirrmtry %%SITE_PERL%%/Net/Google END-of-p5-Net-Google-AuthSub/pkg-plist echo x - p5-Net-Google-AuthSub/distinfo sed 's/^X//' >p5-Net-Google-AuthSub/distinfo << 'END-of-p5-Net-Google-AuthSub/distinfo' XMD5 (Net-Google-AuthSub-0.3.tar.gz) = f11da01654ccc1b6f78171b4f14b092c XSHA256 (Net-Google-AuthSub-0.3.tar.gz) = 66d48d77daf65438aeac4c882b049d9efbf2c347823722104045eec473dda8bb XSIZE (Net-Google-AuthSub-0.3.tar.gz) = 5690 END-of-p5-Net-Google-AuthSub/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: