diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-08-24 10:53:07 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-08-24 10:53:07 +0000 |
commit | c4f41656d9b2b7c7940ef85d6d54111fe7d0dc73 (patch) | |
tree | 4c58dd0eb41d911b40021242b93131e9c316e845 /multimedia/p5-FFmpeg-Command | |
parent | 910b3a08391cccc1cc18a4ceb98195be332fb579 (diff) | |
download | ports-c4f41656d9b2b7c7940ef85d6d54111fe7d0dc73.tar.gz ports-c4f41656d9b2b7c7940ef85d6d54111fe7d0dc73.zip |
Notes
Diffstat (limited to 'multimedia/p5-FFmpeg-Command')
-rw-r--r-- | multimedia/p5-FFmpeg-Command/Makefile | 22 | ||||
-rw-r--r-- | multimedia/p5-FFmpeg-Command/distinfo | 3 | ||||
-rw-r--r-- | multimedia/p5-FFmpeg-Command/pkg-descr | 3 | ||||
-rw-r--r-- | multimedia/p5-FFmpeg-Command/pkg-plist | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/multimedia/p5-FFmpeg-Command/Makefile b/multimedia/p5-FFmpeg-Command/Makefile new file mode 100644 index 000000000000..134a1725a7fa --- /dev/null +++ b/multimedia/p5-FFmpeg-Command/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-FFmpeg-Command +# Date created: 2006-08-24 +# Whom: sumikawa +# +# $FreeBSD$ +# + +PORTNAME= FFmpeg-Command +PORTVERSION= 0.03 +CATEGORIES= multimedia perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIZZY +PKGNAMEPREFIX= p5- + +MAINTAINER= sumikawa@FreeBSD.org +COMMENT= A wrapper class for ffmpeg command line utility + +PERL_CONFIGURE= yes + +MAN3= FFmpeg::Command.3 + +.include <bsd.port.mk> diff --git a/multimedia/p5-FFmpeg-Command/distinfo b/multimedia/p5-FFmpeg-Command/distinfo new file mode 100644 index 000000000000..a7c9e88f02e3 --- /dev/null +++ b/multimedia/p5-FFmpeg-Command/distinfo @@ -0,0 +1,3 @@ +MD5 (FFmpeg-Command-0.03.tar.gz) = 1e888a846561cee2f0397fb50b6485f9 +SHA256 (FFmpeg-Command-0.03.tar.gz) = 3bd8afeabe748e33d703e918e9812d3af96aed321492abdddcd21fccb9017afd +SIZE (FFmpeg-Command-0.03.tar.gz) = 4251 diff --git a/multimedia/p5-FFmpeg-Command/pkg-descr b/multimedia/p5-FFmpeg-Command/pkg-descr new file mode 100644 index 000000000000..12cb29906fbb --- /dev/null +++ b/multimedia/p5-FFmpeg-Command/pkg-descr @@ -0,0 +1,3 @@ +A wrapper class for ffmpeg command line utility. + +WWW: http://search.cpan.org/~mizzy/FFmpeg-Command/ diff --git a/multimedia/p5-FFmpeg-Command/pkg-plist b/multimedia/p5-FFmpeg-Command/pkg-plist new file mode 100644 index 000000000000..c3bd368d8e40 --- /dev/null +++ b/multimedia/p5-FFmpeg-Command/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/FFmpeg/Command.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FFmpeg/Command/.packlist +@dirrmtry %%SITE_PERL%%/FFMpeg +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FFmpeg/Command/ +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FFmpeg/Command/ |