Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 2003 16:41:01 +0200 (CEST)
From:      Ulrich Spoerlein <q@uni.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52899: New Port: audio/mp3splt
Message-ID:  <200306031441.h53Ef1lJ000833@roadrunner.local>
Resent-Message-ID: <200306031450.h53EoAEU027333@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52899
>Category:       ports
>Synopsis:       New Port: audio/mp3splt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 03 07:50:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 4.8-STABLE FreeBSD 4.8-STABLE #2: Thu May 22 22:35:19 CEST 2003 q@roadrunner:/usr/obj/usr/src/sys/ROADRUNNER i386

>Description:
	mp3splt is a nice utility to split large mp3/ogg files via cue-sheet
	
>How-To-Repeat:
	
>Fix:

	

--- mp3splt.port begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mp3splt
#	mp3splt/Makefile
#	mp3splt/distinfo
#	mp3splt/pkg-descr
#	mp3splt/pkg-plist
#
echo c - mp3splt
mkdir -p mp3splt > /dev/null 2>&1
echo x - mp3splt/Makefile
sed 's/^X//' >mp3splt/Makefile << 'END-of-mp3splt/Makefile'
X# New ports collection makefile for:	audio/mp3splt
X# Date created:				30.05.2003
X# Whom:					Ulrich Spoerlein <q@uni.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mp3splt
XPORTVERSION=	1.8
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	/mp3splt
XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=	q@uni.de
XCOMMENT=	Utility to split mp3 and ogg files (via CUE sheets)
X
XLIB_DEPENDS=	mad.1:${PORTSDIR}/audio/mad \
X		vorbis.2:${PORTSDIR}/audio/libvorbis \
X		ogg.4:${PORTSDIR}/audio/libogg
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
X		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
XMAN1=		mp3splt.1
X
X.include <bsd.port.mk>
END-of-mp3splt/Makefile
echo x - mp3splt/distinfo
sed 's/^X//' >mp3splt/distinfo << 'END-of-mp3splt/distinfo'
XMD5 (mp3splt-1.8-src.tar.gz) = c3830bc7f98d344ad371a5e1a7acc91e
END-of-mp3splt/distinfo
echo x - mp3splt/pkg-descr
sed 's/^X//' >mp3splt/pkg-descr << 'END-of-mp3splt/pkg-descr'
XMp3Splt is a command line utility to split mp3 and ogg files selecting a begin
Xand an end time position, without decoding. It's very useful to split large
Xmp3/ogg to make smaller files or to split entire albums to obtain original
Xtracks. If you want to split an album, you can select split points and
Xfilenames manually or you can get them automatically from CDDB (internet or a
Xlocal file) or from .cue files.  Otherwise if you have a file created either
Xwith Mp3Wrap or AlbumWrap you can extract tracks just in few seconds. Supports
XVBR mp3.
X
XWWW: http://mp3splt.sourceforge.net/
END-of-mp3splt/pkg-descr
echo x - mp3splt/pkg-plist
sed 's/^X//' >mp3splt/pkg-plist << 'END-of-mp3splt/pkg-plist'
Xbin/mp3splt
Xbin/oggsplt
END-of-mp3splt/pkg-plist
exit
--- mp3splt.port ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306031441.h53Ef1lJ000833>