From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 14 13:50:12 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 7F5641065694 for ; Fri, 14 Jan 2011 13:50:12 +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 36B028FC19 for ; Fri, 14 Jan 2011 13:50:12 +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 p0EDoC7f089249 for ; Fri, 14 Jan 2011 13:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p0EDoCjA089248; Fri, 14 Jan 2011 13:50:12 GMT (envelope-from gnats) Resent-Date: Fri, 14 Jan 2011 13:50:12 GMT Resent-Message-Id: <201101141350.p0EDoCjA089248@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B895E1065693 for ; Fri, 14 Jan 2011 13:43:03 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from msr6.hinet.net (msr6.hinet.net [168.95.4.106]) by mx1.freebsd.org (Postfix) with ESMTP id 6069C8FC16 for ; Fri, 14 Jan 2011 13:43:02 +0000 (UTC) Received: from colo-p.gslin.org (97.135.ip.mwsrv.com [210.242.135.97]) by msr6.hinet.net (8.14.2/8.14.2) with ESMTP id p0EDh1J5017797 for ; Fri, 14 Jan 2011 21:43:01 +0800 (CST) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 7E4237E81B; Fri, 14 Jan 2011 21:43:01 +0800 (CST) Message-Id: <20110114134301.7E4237E81B@colo-p.gslin.org> Date: Fri, 14 Jan 2011 21:43:01 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/153988: [NEW PORT] www/p5-Web-oEmbed: oEmbed consumer 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: Fri, 14 Jan 2011 13:50:12 -0000 >Number: 153988 >Category: ports >Synopsis: [NEW PORT] www/p5-Web-oEmbed: oEmbed consumer >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: Fri Jan 14 13:50:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: Web::oEmbed is a module that implements oEmbed consumer. WWW: http://search.cpan.org/dist/Web-oEmbed/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Web-oEmbed-0.04.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-Web-oEmbed # p5-Web-oEmbed/pkg-descr # p5-Web-oEmbed/Makefile # p5-Web-oEmbed/pkg-plist # p5-Web-oEmbed/distinfo # echo c - p5-Web-oEmbed mkdir -p p5-Web-oEmbed > /dev/null 2>&1 echo x - p5-Web-oEmbed/pkg-descr sed 's/^X//' >p5-Web-oEmbed/pkg-descr << 'f4eb0ccdf964c5aec5cf794fc4ea81e5' XWeb::oEmbed is a module that implements oEmbed consumer. X XWWW: http://search.cpan.org/dist/Web-oEmbed/ f4eb0ccdf964c5aec5cf794fc4ea81e5 echo x - p5-Web-oEmbed/Makefile sed 's/^X//' >p5-Web-oEmbed/Makefile << 'bf0c84a6ebbbeeaae8fd8b7bebdf13a6' X# New ports collection makefile for: p5-Web-oEmbed X# Date created: 2011-01-14 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Web-oEmbed XPORTVERSION= 0.04 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= oEmbed consumer X XRUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ X p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ X p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \ X p5-XML-LibXML-Simple>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \ X p5-libwww>=0:${PORTSDIR}/www/p5-libwww X XPERL_CONFIGURE= yes X XMAN3= Web::oEmbed.3 X X.include bf0c84a6ebbbeeaae8fd8b7bebdf13a6 echo x - p5-Web-oEmbed/pkg-plist sed 's/^X//' >p5-Web-oEmbed/pkg-plist << '50d864cf685b4e564427c10c2957c385' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/oEmbed/.packlist X%%SITE_PERL%%/Web/oEmbed.pm X%%SITE_PERL%%/Web/oEmbed/Response.pm X@dirrmtry %%SITE_PERL%%/Web/oEmbed X@dirrmtry %%SITE_PERL%%/Web X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web/oEmbed X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Web 50d864cf685b4e564427c10c2957c385 echo x - p5-Web-oEmbed/distinfo sed 's/^X//' >p5-Web-oEmbed/distinfo << '312fb985ffbe20a90a4c912606472e2d' XSHA256 (Web-oEmbed-0.04.tar.gz) = c979d007ff6ba161ebcc0e899de55279dbe0d10ebb127bf291a626b85a08a9c2 XSIZE (Web-oEmbed-0.04.tar.gz) = 42018 312fb985ffbe20a90a4c912606472e2d exit --- p5-Web-oEmbed-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: