diff options
author | flz <flz@FreeBSD.org> | 2005-12-11 03:05:16 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-11 03:05:16 +0800 |
commit | 191d57a4f1f0ea97ad6525ddfc61c2140b563abf (patch) | |
tree | 61e718f8f589fc4628b9d5eee2629a32070bceff /multimedia | |
parent | 3682d2f9434ce3fc0dfa64568569c2b79729c1b1 (diff) | |
download | freebsd-ports-gnome-191d57a4f1f0ea97ad6525ddfc61c2140b563abf.tar.gz freebsd-ports-gnome-191d57a4f1f0ea97ad6525ddfc61c2140b563abf.tar.zst freebsd-ports-gnome-191d57a4f1f0ea97ad6525ddfc61c2140b563abf.zip |
- Add p5-MP4-Info, a perl module to extract information from MPEG4 audio
and video files.
PR: ports/90205
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/p5-MP4-Info/Makefile | 22 | ||||
-rw-r--r-- | multimedia/p5-MP4-Info/distinfo | 3 | ||||
-rw-r--r-- | multimedia/p5-MP4-Info/pkg-descr | 8 | ||||
-rw-r--r-- | multimedia/p5-MP4-Info/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index a58ede248c38..67bd12f3f748 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -136,6 +136,7 @@ SUBDIR += openquicktime SUBDIR += oqtencoder SUBDIR += oqtplayer + SUBDIR += p5-MP4-Info SUBDIR += p5-GStreamer SUBDIR += p5-RIFF-Info SUBDIR += p5-Video-Info diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile new file mode 100644 index 000000000000..92c78018f30f --- /dev/null +++ b/multimedia/p5-MP4-Info/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-MP4-Info +# Date created: 10-Dec-2005 +# Whom: Lars Eggert <lars.eggert@gmx.net> +# +# $FreeBSD$ +# + +PORTNAME= MP4-Info +PORTVERSION= 1.05 +CATEGORIES= multimedia perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR=MP4 +PKGNAMEPREFIX= p5- + +MAINTAINER= lars.eggert@gmx.net +COMMENT= Fetch info from MPEG-4 files + +PERL_CONFIGURE= yes + +MAN3= MP4::Info.3 + +.include <bsd.port.mk> diff --git a/multimedia/p5-MP4-Info/distinfo b/multimedia/p5-MP4-Info/distinfo new file mode 100644 index 000000000000..4fd46970c405 --- /dev/null +++ b/multimedia/p5-MP4-Info/distinfo @@ -0,0 +1,3 @@ +MD5 (MP4-Info-1.05.tar.gz) = 8a6aa47e184b12f70a618d07ba099aa5 +SHA256 (MP4-Info-1.05.tar.gz) = dc528749444f68c3184629d89cf4ff195b93d3df130b1486fd214f2c681af9a8 +SIZE (MP4-Info-1.05.tar.gz) = 106045 diff --git a/multimedia/p5-MP4-Info/pkg-descr b/multimedia/p5-MP4-Info/pkg-descr new file mode 100644 index 000000000000..ca3b303f8a3d --- /dev/null +++ b/multimedia/p5-MP4-Info/pkg-descr @@ -0,0 +1,8 @@ +The MP4::Info module can be used to extract tag and meta information +from MPEG-4 audio (AAC) and video files. It is designed as a drop-in +replacement for MP3::Info. + +Note that this module does not allow you to update the information +in MPEG-4 files. + +WWW: http://search.cpan.org/dist/MP4-Info/ diff --git a/multimedia/p5-MP4-Info/pkg-plist b/multimedia/p5-MP4-Info/pkg-plist new file mode 100644 index 000000000000..e7739b6522a8 --- /dev/null +++ b/multimedia/p5-MP4-Info/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/MP4/Info.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP4/Info/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP4/Info +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP4 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/MP4 2>/dev/null || true |