[Lunar-commits] <moonbase> MP4-Info: initial import
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Mar 21 00:53:42 CET 2009
commit 9cb35caf3e068c34a9b18fd2bb6af157fda7e397
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Fri Mar 20 19:53:42 2009 -0400
MP4-Info: initial import
---
perl/MP4-Info/BUILD | 6 ++++++
perl/MP4-Info/DEPENDS | 2 ++
perl/MP4-Info/DETAILS | 12 ++++++++++++
3 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/perl/MP4-Info/BUILD b/perl/MP4-Info/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/MP4-Info/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/MP4-Info/DEPENDS b/perl/MP4-Info/DEPENDS
new file mode 100644
index 0000000..d4d2c6a
--- /dev/null
+++ b/perl/MP4-Info/DEPENDS
@@ -0,0 +1,2 @@
+depends perl
+depends IO-String
diff --git a/perl/MP4-Info/DETAILS b/perl/MP4-Info/DETAILS
new file mode 100644
index 0000000..9c00a2f
--- /dev/null
+++ b/perl/MP4-Info/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=MP4-Info
+ VERSION=1.12
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/J/JH/JHAR/
+ SOURCE_VFY=sha1:f610823edd0f596c15f831e2b613d73415ba77d6
+ WEB_SITE=http://search.cpan.org/~jhar/MP4-Info-1.12/
+ ENTERED=20090320
+ UPDATED=20090320
+ SHORT="Fetch info from MPEG-4 files"
+cat << EOF
+MP4::Info - Fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp)
+EOF
More information about the Lunar-commits
mailing list