summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2006-08-23 10:37:36 +0000
committerjmmv <jmmv@pkgsrc.org>2006-08-23 10:37:36 +0000
commit4d1d9037d79f280abdf28d6c90752d1183b6419b (patch)
treed67ba0d14f90947fb8fc67ade9430d1008e8d425 /audio
parentbbdaf76efe7d5fc7d414c3883a0e4e37085ab767 (diff)
downloadpkgsrc-4d1d9037d79f280abdf28d6c90752d1183b6419b.tar.gz
Initial import of p5-MPEG-Audio-Frame, version 0.09:
A very simple, pure Perl module which allows parsing out data from MP3 files or streams and chunking them up into different frames. You can use this to accurately determine the length of an MP3, filter non-audio data, or chunk up the file for streaming via datagram. Virtually anything is possible. This module supports MPEG-1, MPEG-2 Multichannel, MPEG-2 LSF and MPEG-2.5.
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-MPEG-Audio-Frame/DESCR6
-rw-r--r--audio/p5-MPEG-Audio-Frame/Makefile17
-rw-r--r--audio/p5-MPEG-Audio-Frame/PLIST1
-rw-r--r--audio/p5-MPEG-Audio-Frame/distinfo5
4 files changed, 29 insertions, 0 deletions
diff --git a/audio/p5-MPEG-Audio-Frame/DESCR b/audio/p5-MPEG-Audio-Frame/DESCR
new file mode 100644
index 00000000000..45f0d33cc52
--- /dev/null
+++ b/audio/p5-MPEG-Audio-Frame/DESCR
@@ -0,0 +1,6 @@
+A very simple, pure Perl module which allows parsing out data from MP3 files
+or streams and chunking them up into different frames. You can use this to
+accurately determine the length of an MP3, filter non-audio data, or chunk up
+the file for streaming via datagram. Virtually anything is possible.
+
+This module supports MPEG-1, MPEG-2 Multichannel, MPEG-2 LSF and MPEG-2.5.
diff --git a/audio/p5-MPEG-Audio-Frame/Makefile b/audio/p5-MPEG-Audio-Frame/Makefile
new file mode 100644
index 00000000000..18167e3322a
--- /dev/null
+++ b/audio/p5-MPEG-Audio-Frame/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
+
+DISTNAME= MPEG-Audio-Frame-0.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= audio perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MPEG/NUFFIN/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/MPEG-Audio-Frame/
+COMMENT= Class for weeding out MPEG audio frames out of a file handle
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/MPEG/Audio/Frame/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/p5-MPEG-Audio-Frame/PLIST b/audio/p5-MPEG-Audio-Frame/PLIST
new file mode 100644
index 00000000000..dfc20539d3a
--- /dev/null
+++ b/audio/p5-MPEG-Audio-Frame/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
diff --git a/audio/p5-MPEG-Audio-Frame/distinfo b/audio/p5-MPEG-Audio-Frame/distinfo
new file mode 100644
index 00000000000..d537a869374
--- /dev/null
+++ b/audio/p5-MPEG-Audio-Frame/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
+
+SHA1 (MPEG-Audio-Frame-0.09.tar.gz) = b3dc17ce3328518bcedae671aa6ef44894c65810
+RMD160 (MPEG-Audio-Frame-0.09.tar.gz) = effb9ca3d13f66191766c81f6b0e079898e66a96
+Size (MPEG-Audio-Frame-0.09.tar.gz) = 365714 bytes