aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-MP4-Info
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-12-10 19:05:16 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-12-10 19:05:16 +0000
commit440d7b78f16b8e1f42d13c54364e892b83194c49 (patch)
treebd22c1e867bffcb97ec81a2f13d1cf73713d87bd /multimedia/p5-MP4-Info
parentc75479cdc25ae1beeee7436763cb01d9f09be9d9 (diff)
downloadports-440d7b78f16b8e1f42d13c54364e892b83194c49.tar.gz
ports-440d7b78f16b8e1f42d13c54364e892b83194c49.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>
Notes
Notes: svn path=/head/; revision=150816
Diffstat (limited to 'multimedia/p5-MP4-Info')
-rw-r--r--multimedia/p5-MP4-Info/Makefile22
-rw-r--r--multimedia/p5-MP4-Info/distinfo3
-rw-r--r--multimedia/p5-MP4-Info/pkg-descr8
-rw-r--r--multimedia/p5-MP4-Info/pkg-plist5
4 files changed, 38 insertions, 0 deletions
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