pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3cut Initial import of mp3cut, version 1.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16c9234782f2
branches:  trunk
changeset: 517817:16c9234782f2
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Aug 23 10:39:06 2006 +0000

description:
Initial import of mp3cut, version 1.13:

This package provides three utilities to manipulate MP3 audio files:

* cddb2cue: Creates cue sheets from CDDB files.
* mp3cat: Concatenates MP3 files.
* mp3cut: Splits MP3 files according to cue sheets.

diffstat:

 audio/mp3cut/DESCR    |   5 +++++
 audio/mp3cut/Makefile |  22 ++++++++++++++++++++++
 audio/mp3cut/PLIST    |   1 +
 audio/mp3cut/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 2c43c789a0ba -r 16c9234782f2 audio/mp3cut/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3cut/DESCR        Wed Aug 23 10:39:06 2006 +0000
@@ -0,0 +1,5 @@
+This package provides three utilities to manipulate MP3 audio files:
+
+* cddb2cue: Creates cue sheets from CDDB files.
+* mp3cat: Concatenates MP3 files.
+* mp3cut: Splits MP3 files according to cue sheets.
diff -r 2c43c789a0ba -r 16c9234782f2 audio/mp3cut/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3cut/Makefile     Wed Aug 23 10:39:06 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/23 10:39:06 jmmv Exp $
+
+DISTNAME=      mp3cut-1.13
+CATEGORIES=    audio perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/J/JV/JV/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~jv/mp3cut/
+COMMENT=       Tools to concatenate and split MP3 files
+
+DEPENDS+=      p5-CDDB-File>=1.05:../../audio/p5-CDDB-File
+DEPENDS+=      p5-MPEG-Audio-Frame>=0.09:../../audio/p5-MPEG-Audio-Frame
+
+USE_TOOLS+=    perl:run
+
+PERL5_PACKLIST=        auto/mp3cut/.packlist
+
+INSTALLATION_DIRS+=    bin
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2c43c789a0ba -r 16c9234782f2 audio/mp3cut/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3cut/PLIST        Wed Aug 23 10:39:06 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/23 10:39:06 jmmv Exp $
diff -r 2c43c789a0ba -r 16c9234782f2 audio/mp3cut/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3cut/distinfo     Wed Aug 23 10:39:06 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/23 10:39:06 jmmv Exp $
+
+SHA1 (mp3cut-1.13.tar.gz) = f0fe98baadb36f837502ac5e4152da7fab5b15b1
+RMD160 (mp3cut-1.13.tar.gz) = 3577aba41b87a5663a8b0747b0adea6a82c461f4
+Size (mp3cut-1.13.tar.gz) = 58799 bytes



Home | Main Index | Thread Index | Old Index