From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 10 01:00:28 2011 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 6FB6C106567A for ; Sat, 10 Sep 2011 01:00:28 +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 4DFA58FC14 for ; Sat, 10 Sep 2011 01:00:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8A10SYJ056004 for ; Sat, 10 Sep 2011 01:00:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8A10Sgc056003; Sat, 10 Sep 2011 01:00:28 GMT (envelope-from gnats) Resent-Date: Sat, 10 Sep 2011 01:00:28 GMT Resent-Message-Id: <201109100100.p8A10Sgc056003@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, Jonathan Pater Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99B6D1065676 for ; Sat, 10 Sep 2011 00:53:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 812A28FC08 for ; Sat, 10 Sep 2011 00:53:16 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p8A0rGdR002691 for ; Sat, 10 Sep 2011 00:53:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p8A0rG6P002687; Sat, 10 Sep 2011 00:53:16 GMT (envelope-from nobody) Message-Id: <201109100053.p8A0rG6P002687@red.freebsd.org> Date: Sat, 10 Sep 2011 00:53:16 GMT From: Jonathan Pater To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/160607: New port: www/p5-WWW-Shorten-Googl Perl interface to goo.gl 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: Sat, 10 Sep 2011 01:00:28 -0000 >Number: 160607 >Category: ports >Synopsis: New port: www/p5-WWW-Shorten-Googl Perl interface to goo.gl >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: Sat Sep 10 01:00:27 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jonathan Pater >Release: 8-STABLE >Organization: >Environment: FreeBSD deadpool.cowboyneal.org 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jul 31 11: 52:40 EDT 2011 root@deadpool.cowboyneal.org:/usr/obj/usr/src/sys/DEADPOOL i386 >Description: I've long wished to have a port of this perl module and with some nudging from folks on irc, I've finally made one. So, here it be. >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-WWW-Shorten-Googl # p5-WWW-Shorten-Googl/pkg-plist # p5-WWW-Shorten-Googl/pkg-descr # p5-WWW-Shorten-Googl/distinfo # p5-WWW-Shorten-Googl/Makefile # echo c - p5-WWW-Shorten-Googl mkdir -p p5-WWW-Shorten-Googl > /dev/null 2>&1 echo x - p5-WWW-Shorten-Googl/pkg-plist sed 's/^X//' >p5-WWW-Shorten-Googl/pkg-plist << '759216b21fb3ecfde895cd25bffa857b' Xbin/goo.gl X%%SITE_PERL%%/WWW/Shorten/Googl.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Googl/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten/Googl X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Shorten X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW X@dirrmtry %%SITE_PERL%%/WWW/Shorten X@dirrmtry %%SITE_PERL%%/WWW 759216b21fb3ecfde895cd25bffa857b echo x - p5-WWW-Shorten-Googl/pkg-descr sed 's/^X//' >p5-WWW-Shorten-Googl/pkg-descr << '6fa2bb237534431235576500c7275de5' XA Perl interface to the goo.gl URL shortening service. Googl simply Xmaintains a database of long URLs, each of which has a unique identifier. X XWWW: http://search.cpan.org/dist/WWW-Shorten-Googl/ 6fa2bb237534431235576500c7275de5 echo x - p5-WWW-Shorten-Googl/distinfo sed 's/^X//' >p5-WWW-Shorten-Googl/distinfo << 'dd042133e3d808a95638ed52b045bfcb' XSHA256 (WWW-Shorten-Googl-1.02.tar.gz) = 1c487d3b4146db56ad1736f937bc1021ae6c0726ea5c000686465c1887f8e3ba XSIZE (WWW-Shorten-Googl-1.02.tar.gz) = 11183 dd042133e3d808a95638ed52b045bfcb echo x - p5-WWW-Shorten-Googl/Makefile sed 's/^X//' >p5-WWW-Shorten-Googl/Makefile << 'b19a670a1d7090d16e3608b785ac738c' X# New ports collection makefile for: p5-WWW-Shorten-Googl X# Date created: September 9 2011 X# Whom: Jonathan Pater X# X# $FreeBSD$ X# X XPORTNAME= WWW-Shorten-Googl XPORTVERSION= 1.02 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= cowboyneal@gmail.com XCOMMENT= Perl interface to goo.gl X XBUILD_DEPENDS= p5-WWW-Shorten>=1.98:${PORTSDIR}/www/p5-WWW-Shorten \ X p5-libwww>=5.75:${PORTSDIR}/www/p5-libwww \ X p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ X p5-JSON-Any>=0:${PORTSDIR}/converters/p5-JSON-Any X XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= WWW::Shorten::Googl.3 X X.include b19a670a1d7090d16e3608b785ac738c exit >Release-Note: >Audit-Trail: >Unformatted: