diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-23 10:39:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-23 10:39:06 +0000 |
commit | 39d4148fe07ca56e3cadd4970543b5668912f4c6 (patch) | |
tree | 929dbffca1ccc76fb05d456232411faf3e345a4e /audio | |
parent | c7e92b5d8225708ee29ba164b8a524898e6e578d (diff) | |
download | pkgsrc-39d4148fe07ca56e3cadd4970543b5668912f4c6.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/mp3cut/DESCR | 5 | ||||
-rw-r--r-- | audio/mp3cut/Makefile | 22 | ||||
-rw-r--r-- | audio/mp3cut/PLIST | 1 | ||||
-rw-r--r-- | audio/mp3cut/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/mp3cut/DESCR b/audio/mp3cut/DESCR new file mode 100644 index 00000000000..fc16f8a21d1 --- /dev/null +++ b/audio/mp3cut/DESCR @@ -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 --git a/audio/mp3cut/Makefile b/audio/mp3cut/Makefile new file mode 100644 index 00000000000..9662fb407a7 --- /dev/null +++ b/audio/mp3cut/Makefile @@ -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 +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 --git a/audio/mp3cut/PLIST b/audio/mp3cut/PLIST new file mode 100644 index 00000000000..66a59d70970 --- /dev/null +++ b/audio/mp3cut/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/23 10:39:06 jmmv Exp $ diff --git a/audio/mp3cut/distinfo b/audio/mp3cut/distinfo new file mode 100644 index 00000000000..fc4ac9ae464 --- /dev/null +++ b/audio/mp3cut/distinfo @@ -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 |