From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 14 08:50:15 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 8433D16A4DE for ; Fri, 14 Jul 2006 08:50:15 +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 D3FFD43D45 for ; Fri, 14 Jul 2006 08:50:14 +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 k6E8oEhw069170 for ; Fri, 14 Jul 2006 08:50:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6E8oEUr069166; Fri, 14 Jul 2006 08:50:14 GMT (envelope-from gnats) Resent-Date: Fri, 14 Jul 2006 08:50:14 GMT Resent-Message-Id: <200607140850.k6E8oEUr069166@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA9E16A4DA for ; Fri, 14 Jul 2006 08:43:21 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DE3943D45 for ; Fri, 14 Jul 2006 08:43:21 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 6533D306; Fri, 14 Jul 2006 16:43:17 +0800 (CST) Message-Id: <20060714084317.6533D306@netnews.NCTU.edu.tw> Date: Fri, 14 Jul 2006 16:43:17 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100280: [NEW PORT] multimedia/p5-FLV-Info: Extract metadata from Flash Video files 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 Jul 2006 08:50:15 -0000 >Number: 100280 >Category: ports >Synopsis: [NEW PORT] multimedia/p5-FLV-Info: Extract metadata from Flash Video files >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 Jul 14 08:50:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Tinderbox log: http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-FLV-Info-0.02.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-FLV-Info-0.02.log http://tb.gslin.org/logs/5.5-FreeBSD/p5-FLV-Info-0.02.log http://tb.gslin.org/logs/6-STABLE/p5-FLV-Info-0.02.log This module reads Macromedia FLV files and reports metadata about those files. WWW: http://search.cpan.org/dist/FLV-Info/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-FLV-Info-0.02.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-FLV-Info # p5-FLV-Info/pkg-descr # p5-FLV-Info/Makefile # p5-FLV-Info/pkg-plist # p5-FLV-Info/distinfo # echo c - p5-FLV-Info mkdir -p p5-FLV-Info > /dev/null 2>&1 echo x - p5-FLV-Info/pkg-descr sed 's/^X//' >p5-FLV-Info/pkg-descr << 'END-of-p5-FLV-Info/pkg-descr' XThis module reads Macromedia FLV files and reports metadata about Xthose files. X XWWW: http://search.cpan.org/dist/FLV-Info/ END-of-p5-FLV-Info/pkg-descr echo x - p5-FLV-Info/Makefile sed 's/^X//' >p5-FLV-Info/Makefile << 'END-of-p5-FLV-Info/Makefile' X# New ports collection makefile for: p5-FLV-Info X# Date created: 2006-07-14 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= FLV-Info XPORTVERSION= 0.02 XCATEGORIES= multimedia perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO XPKGNAMEPREFIX= p5- XEXTRACT_SUFX= .tgz X XMAINTAINER= gslin@gslin.org XCOMMENT= Extract metadata from Flash Video files X XBUILD_DEPENDS= ${SITE_PERL}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= flvinfo.1 XMAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \ X FLV::Base.3 FLV::Body.3 FLV::Constants.3 FLV::File.3 \ X FLV::Header.3 FLV::Info.3 FLV::MetaTag.3 FLV::Tag.3 \ X FLV::VideoTag.3 X X.include X X.if ${PERL_LEVEL} < 500600 XIGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again X.endif X X.if ${PERL_LEVEL} < 500702 XBUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils X.endif X X.include END-of-p5-FLV-Info/Makefile echo x - p5-FLV-Info/pkg-plist sed 's/^X//' >p5-FLV-Info/pkg-plist << 'END-of-p5-FLV-Info/pkg-plist' X@comment $FreeBSD$ Xbin/flvinfo X%%SITE_PERL%%/%%PERL_ARCH%%/auto/FLV/Info/.packlist X%%SITE_PERL%%/FLV/AMFReader.pm X%%SITE_PERL%%/FLV/AMFWriter.pm X%%SITE_PERL%%/FLV/AudioTag.pm X%%SITE_PERL%%/FLV/Base.pm X%%SITE_PERL%%/FLV/Body.pm X%%SITE_PERL%%/FLV/Constants.pm X%%SITE_PERL%%/FLV/File.pm X%%SITE_PERL%%/FLV/Header.pm X%%SITE_PERL%%/FLV/Info.pm X%%SITE_PERL%%/FLV/MetaTag.pm X%%SITE_PERL%%/FLV/Tag.pm X%%SITE_PERL%%/FLV/VideoTag.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FLV/Info X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FLV X@dirrmtry %%SITE_PERL%%/FLV END-of-p5-FLV-Info/pkg-plist echo x - p5-FLV-Info/distinfo sed 's/^X//' >p5-FLV-Info/distinfo << 'END-of-p5-FLV-Info/distinfo' XMD5 (FLV-Info-0.02.tgz) = b34dd8463fbef7990fdf6f2bd029ab00 XSHA256 (FLV-Info-0.02.tgz) = 9412c14a6b807ae13bbc20e99b51f2d75255b8b8e23e134d81d52a2b844c1f65 XSIZE (FLV-Info-0.02.tgz) = 518747 END-of-p5-FLV-Info/distinfo exit --- p5-FLV-Info-0.02.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: