pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/p5-MPEG-Audio-Frame Initial import of p5-MPEG-Au...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e67c642f47
branches:  trunk
changeset: 517813:a5e67c642f47
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Aug 23 10:37:36 2006 +0000

description:
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:

 audio/p5-MPEG-Audio-Frame/DESCR    |   6 ++++++
 audio/p5-MPEG-Audio-Frame/Makefile |  17 +++++++++++++++++
 audio/p5-MPEG-Audio-Frame/PLIST    |   1 +
 audio/p5-MPEG-Audio-Frame/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r b51a7eca0211 -r a5e67c642f47 audio/p5-MPEG-Audio-Frame/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-MPEG-Audio-Frame/DESCR   Wed Aug 23 10:37:36 2006 +0000
@@ -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 -r b51a7eca0211 -r a5e67c642f47 audio/p5-MPEG-Audio-Frame/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-MPEG-Audio-Frame/Makefile        Wed Aug 23 10:37:36 2006 +0000
@@ -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@localhost
+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 -r b51a7eca0211 -r a5e67c642f47 audio/p5-MPEG-Audio-Frame/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-MPEG-Audio-Frame/PLIST   Wed Aug 23 10:37:36 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/23 10:37:36 jmmv Exp $
diff -r b51a7eca0211 -r a5e67c642f47 audio/p5-MPEG-Audio-Frame/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/p5-MPEG-Audio-Frame/distinfo        Wed Aug 23 10:37:36 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index