diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-15 16:49:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-07-15 16:49:56 +0000 |
commit | 61524fd0e6ef1bbc514f38f4061ae094ae269674 (patch) | |
tree | 7982c329c85f2cfcfbcb7f5318032313583f3819 /multimedia/p5-FLV-Info | |
parent | d5eaafa0ac1caae8e350ac812153bbce5c7315fc (diff) | |
download | ports-61524fd0e6ef1bbc514f38f4061ae094ae269674.tar.gz ports-61524fd0e6ef1bbc514f38f4061ae094ae269674.zip |
Notes
Diffstat (limited to 'multimedia/p5-FLV-Info')
-rw-r--r-- | multimedia/p5-FLV-Info/Makefile | 14 | ||||
-rw-r--r-- | multimedia/p5-FLV-Info/distinfo | 6 | ||||
-rw-r--r-- | multimedia/p5-FLV-Info/pkg-plist | 2 |
3 files changed, 13 insertions, 9 deletions
diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index abec04ca1a18..8b462ff6f420 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FLV-Info -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO @@ -16,20 +16,22 @@ EXTRACT_SUFX= .tgz MAINTAINER= gslin@gslin.org COMMENT= Extract metadata from Flash Video files -BUILD_DEPENDS= ${SITE_PERL}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ + ${SITE_PERL}/AMF/Perl.pm:${PORTSDIR}/www/p5-AMF-Perl \ + ${SITE_PERL}/SWF/File.pm:${PORTSDIR}/graphics/p5-SWF-File RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN1= flvinfo.1 +MAN1= flvinfo.1 swf2flv.1 MAN3= FLV::AMFReader.3 FLV::AMFWriter.3 FLV::AudioTag.3 \ FLV::Base.3 FLV::Body.3 FLV::Constants.3 FLV::File.3 \ - FLV::Header.3 FLV::Info.3 FLV::MetaTag.3 FLV::Tag.3 \ - FLV::VideoTag.3 + FLV::FromSWF.3 FLV::Header.3 FLV::Info.3 FLV::MetaTag.3 \ + FLV::Tag.3 FLV::VideoTag.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 +.if ${PERL_LEVEL} < 500600 # Inherited from graphics/p5-SWF-File IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again .endif diff --git a/multimedia/p5-FLV-Info/distinfo b/multimedia/p5-FLV-Info/distinfo index 73d67e7c22dd..5e2a61be9250 100644 --- a/multimedia/p5-FLV-Info/distinfo +++ b/multimedia/p5-FLV-Info/distinfo @@ -1,3 +1,3 @@ -MD5 (FLV-Info-0.02.tgz) = b34dd8463fbef7990fdf6f2bd029ab00 -SHA256 (FLV-Info-0.02.tgz) = 9412c14a6b807ae13bbc20e99b51f2d75255b8b8e23e134d81d52a2b844c1f65 -SIZE (FLV-Info-0.02.tgz) = 518747 +MD5 (FLV-Info-0.03.tgz) = ecde8611810debfd62e8750382486718 +SHA256 (FLV-Info-0.03.tgz) = a4cd5c3e3b48afbae156f090368a705f9e39c6350e8d13f1e56de5414a79f387 +SIZE (FLV-Info-0.03.tgz) = 738651 diff --git a/multimedia/p5-FLV-Info/pkg-plist b/multimedia/p5-FLV-Info/pkg-plist index 664885182626..d7e87d03c023 100644 --- a/multimedia/p5-FLV-Info/pkg-plist +++ b/multimedia/p5-FLV-Info/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ bin/flvinfo +bin/swf2flv %%SITE_PERL%%/%%PERL_ARCH%%/auto/FLV/Info/.packlist %%SITE_PERL%%/FLV/AMFReader.pm %%SITE_PERL%%/FLV/AMFWriter.pm @@ -8,6 +9,7 @@ bin/flvinfo %%SITE_PERL%%/FLV/Body.pm %%SITE_PERL%%/FLV/Constants.pm %%SITE_PERL%%/FLV/File.pm +%%SITE_PERL%%/FLV/FromSWF.pm %%SITE_PERL%%/FLV/Header.pm %%SITE_PERL%%/FLV/Info.pm %%SITE_PERL%%/FLV/MetaTag.pm |