import mp3cut

This package provides a couple of tools to cut and cat MP3 audio files
at the frame level.

 * mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into
   individual pieces (usually tracks)
 * mp3cat concatenates the audio data from one or more MP3 files
 * cddb2cue generates a cue file from a CDDB file

from Girish Venkatachalam
This commit is contained in:
simon 2008-06-08 11:14:59 +00:00
parent 0ffad0814d
commit 96f2596e3f
6 changed files with 67 additions and 0 deletions

24
audio/mp3cut/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/06/08 11:14:59 simon Exp $
COMMENT = cut and cat MP3 files
MODULES = cpan
DISTNAME = mp3cut-1.13
PKGNAME = ${DISTNAME}
CATEGORIES = audio
MAINTAINER = Girish Venkatachalam <girish1729@gmail.com>
# GPL/Artistic
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = JV
RUN_DEPENDS = ::audio/p5-CDDB-File \
::audio/p5-MPEG-Audio-Frame
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

5
audio/mp3cut/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (mp3cut-1.13.tar.gz) = rA7y49vqPCIyXLVvSfH3Qg==
RMD160 (mp3cut-1.13.tar.gz) = NXerpBuHpWY6iwdHsK3qaoLEYfQ=
SHA1 (mp3cut-1.13.tar.gz) = 8P6Yuq2zb4N1AqxeQVLaf6tbFbE=
SHA256 (mp3cut-1.13.tar.gz) = 9SuvbsUTSToxjQbjXH4RlstTBgVv40jwQmAVmGSIfSU=
SIZE (mp3cut-1.13.tar.gz) = 58799

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-script_cddb2cue,v 1.1.1.1 2008/06/08 11:14:59 simon Exp $
--- script/cddb2cue.orig Tue May 20 21:08:39 2008
+++ script/cddb2cue Tue May 20 21:08:53 2008
@@ -139,7 +139,7 @@ cddb2cue - create cue sheet from cddb file
=head1 SYNOPSIS
-sample [options] [file ...]
+cddb2cue [options] [file ...]
Options:

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-script_mp3cut,v 1.1.1.1 2008/06/08 11:14:59 simon Exp $
--- script/mp3cut.orig Tue May 20 21:09:23 2008
+++ script/mp3cut Tue May 20 21:09:32 2008
@@ -358,7 +358,7 @@ mp3cut - split MP3 files according to cue sheets
=head1 SYNOPSIS
-sample [options] [file ...]
+mp3cut [options] [file ...]
Options:

7
audio/mp3cut/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
This package provides a couple of tools to cut and cat MP3 audio files
at the frame level.
* mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into
individual pieces (usually tracks)
* mp3cat concatenates the audio data from one or more MP3 files
* cddb2cue generates a cue file from a CDDB file

7
audio/mp3cut/pkg/PLIST Normal file
View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/06/08 11:14:59 simon Exp $
bin/cddb2cue
bin/mp3cat
bin/mp3cut
@man man/man1/cddb2cue.1
@man man/man1/mp3cat.1
@man man/man1/mp3cut.1