From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 19 15:41:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A1216A4E0 for ; Wed, 19 Jul 2006 15:41:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B0043D62 for ; Wed, 19 Jul 2006 15:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6JFeH42069966 for ; Wed, 19 Jul 2006 15:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6JFeHhO069965; Wed, 19 Jul 2006 15:40:17 GMT (envelope-from gnats) Resent-Date: Wed, 19 Jul 2006 15:40:17 GMT Resent-Message-Id: <200607191540.k6JFeHhO069965@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, Tsung-Han Yeh Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0193016A4DD for ; Wed, 19 Jul 2006 15:39:49 +0000 (UTC) (envelope-from snowfly@AntiVirus.yuntech.edu.tw) Received: from AntiVirus.yuntech.edu.tw (AntiVirus.yuntech.edu.tw [140.125.251.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 677A243D76 for ; Wed, 19 Jul 2006 15:39:48 +0000 (GMT) (envelope-from snowfly@AntiVirus.yuntech.edu.tw) Received: from AntiVirus.yuntech.edu.tw (localhost.yuntech.edu.tw [127.0.0.1]) by AntiVirus.yuntech.edu.tw (8.13.4/8.13.4) with ESMTP id k6JFwVel087849 for ; Wed, 19 Jul 2006 23:58:31 +0800 (CST) (envelope-from snowfly@AntiVirus.yuntech.edu.tw) Received: (from root@localhost) by AntiVirus.yuntech.edu.tw (8.13.4/8.13.1/Submit) id k6JFwVnn087848; Wed, 19 Jul 2006 23:58:31 +0800 (CST) (envelope-from snowfly) Message-Id: <200607191558.k6JFwVnn087848@AntiVirus.yuntech.edu.tw> Date: Wed, 19 Jul 2006 23:58:31 +0800 (CST) From: Tsung-Han Yeh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100551: [NEW PORT] www/p5-WWW-Google-Video: This's a interface for fetch the Google Video Information 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: Wed, 19 Jul 2006 15:41:18 -0000 >Number: 100551 >Category: ports >Synopsis: [NEW PORT] www/p5-WWW-Google-Video: This's a interface for fetch the Google Video Information >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: Wed Jul 19 15:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tsung-Han Yeh >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD AntiVirus.yuntech.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 22:46:26 CST 2005 >Description: The WWW::Google::Video is a class implementing a interface for fetch the Google Video Information. To use it, you should create WWW::Google::Video object and use its method fetch(), to fetch the information of Video. It uses LWP::Simple for making request to Google. Author: Lilo Huang WWW: http://search.cpan.org/~kenwu/WWW-Google-Video/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Google-Video-0.3.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-WWW-Google-Video # p5-WWW-Google-Video/pkg-descr # p5-WWW-Google-Video/Makefile # p5-WWW-Google-Video/pkg-plist # p5-WWW-Google-Video/distinfo # echo c - p5-WWW-Google-Video mkdir -p p5-WWW-Google-Video > /dev/null 2>&1 echo x - p5-WWW-Google-Video/pkg-descr sed 's/^X//' >p5-WWW-Google-Video/pkg-descr << 'END-of-p5-WWW-Google-Video/pkg-descr' XThe WWW::Google::Video is a class implementing a interface Xfor fetch the Google Video Information. XTo use it, you should create WWW::Google::Video object Xand use its method fetch(), to fetch the information of Video. XIt uses LWP::Simple for making request to Google. X XAuthor: Lilo Huang XWWW: http://search.cpan.org/~kenwu/WWW-Google-Video/ END-of-p5-WWW-Google-Video/pkg-descr echo x - p5-WWW-Google-Video/Makefile sed 's/^X//' >p5-WWW-Google-Video/Makefile << 'END-of-p5-WWW-Google-Video/Makefile' X# New ports collection makefile for: p5-WWW-Google-Video X# Date created: 2006-07-19 X# Whom: Tsung-Han Yeh X# X# $FreeBSD$ X# X XPORTNAME= WWW-Google-Video XPORTVERSION= 0.3 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= WWW/KENWU XPKGNAMEPREFIX= p5- X XMAINTAINER= snowfly@yuntech.edu.tw XCOMMENT= This's a interface for fetch the Google Video Information X XBUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= WWW::Google::Video.3 X X.include X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again X.endif X X.include END-of-p5-WWW-Google-Video/Makefile echo x - p5-WWW-Google-Video/pkg-plist sed 's/^X//' >p5-WWW-Google-Video/pkg-plist << 'END-of-p5-WWW-Google-Video/pkg-plist' X%%SITE_PERL%%/WWW/Google/Video.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/Video/.packlist X@dirrm share/nls/en_US.US-ASCII X@dirrm share/nls/POSIX X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/Video X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW X@dirrmtry %%SITE_PERL%%/WWW/WWW/Google X@dirrmtry %%SITE_PERL%%/WWW/WWW END-of-p5-WWW-Google-Video/pkg-plist echo x - p5-WWW-Google-Video/distinfo sed 's/^X//' >p5-WWW-Google-Video/distinfo << 'END-of-p5-WWW-Google-Video/distinfo' XMD5 (WWW-Google-Video-0.3.tar.gz) = 46fe988f621fb90fe7de6cf16cd1e5f0 XSHA256 (WWW-Google-Video-0.3.tar.gz) = b94d1b818f03ee3bf23a761dbd50aadfd94caeb347c0bb27fe15aa418914e62a XSIZE (WWW-Google-Video-0.3.tar.gz) = 7949 END-of-p5-WWW-Google-Video/distinfo exit --- p5-WWW-Google-Video-0.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: