ports/120377: New port: audio/pm3umpdl A script for loading a M3U file into musicpd.
Zane C.B.
vvelox at vvelox.net
Fri Feb 8 00:00:02 UTC 2008
>Number: 120377
>Category: ports
>Synopsis: New port: audio/pm3umpdl A script for loading a M3U file into musicpd.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 08 00:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Zane C.B.
>Release: FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.3-STABLE #1: Mon Jan 28 13:16:42 CST 2008
kitsune at vixen42.vulpes:/usr/obj/usr/src/sys/SMP
>Description:
This loads a M3U file into musicpd. This is useful for when using streamtuner as you can now have it throw stuff into musicpd.
>How-To-Repeat:
1: unshar
2:
3: install
4: enjoy
>Fix:
--- audio-pm3umpdl.shar 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:
#
# audio/pm3umpdl/
# audio/pm3umpdl/Makefile
# audio/pm3umpdl/distinfo
# audio/pm3umpdl/pkg-descr
#
echo c - audio/pm3umpdl/
mkdir -p audio/pm3umpdl/ > /dev/null 2>&1
echo x - audio/pm3umpdl/Makefile
sed 's/^X//' >audio/pm3umpdl/Makefile << 'END-of-audio/pm3umpdl/Makefile'
X# New ports collection makefile for: comiccron
X# Date created: 5 February 2008
X# Whom: Zane C. Bowers
X#
X# $FreeBSD: ports/sysutils/comiccron/Makefile,v 1.1 2007/02/26 15:49:55 miwi Exp $
X#
X
XPORTNAME= pm3umpdl
XPORTVERSION= 1.0.0
XCATEGORIES= audio deskutils
XDISTNAME= ${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=
XEXTRACT_ONLY=
X
XMAINTAINER= vvelox at vvelox.net
XCOMMENT= A tool for loading a M3U file into musicpd and largely for use with audio/streamtuner
X
XRUN_DEPENDS= ${PREFIX}/bin/mpc:${PORTSDIR}/audio/mpc
X
XUSE_PERL5= yes
X
XNO_WRKSUBDIR= yes
X
XMASTER_SITES= http://cpan.org/authors/id/V/VV/VVELOX/
X
XMAN1= ${PORTNAME}.1
X
XPLIST_FILES= bin/${PORTNAME}
X
Xpost-extract:
X @${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
X
X#nothing to configure
Xdo-configure:
X @${ECHO} -n
X
Xdo-build:
X @${EXEC} pod2man --section=1 --release=${PORTVERSION} --name=${PORTNAME} --center=${PORTNAME}" user guide" ${WRKSRC}/${DISTNAME} ${WRKSRC}/${PORTNAME}.1
X
Xdo-install:
X @${CP} -v ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
X @${CP} -v ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1/${PORTNAME}.1
X @${CHMOD} +x ${PREFIX}/bin/${PORTNAME}
X
X.include <bsd.port.mk>
END-of-audio/pm3umpdl/Makefile
echo x - audio/pm3umpdl/distinfo
sed 's/^X//' >audio/pm3umpdl/distinfo << 'END-of-audio/pm3umpdl/distinfo'
XMD5 (pm3umpdl-1.0.0) = 3b80f2d18921b02544f542cdf3424e8e
XSHA256 (pm3umpdl-1.0.0) = 9139eb10de9bafafbcca0735662a1632494f7c10863fc2b47ee3e062c8c57ad8
XSIZE (pm3umpdl-1.0.0) = 4661
END-of-audio/pm3umpdl/distinfo
echo x - audio/pm3umpdl/pkg-descr
sed 's/^X//' >audio/pm3umpdl/pkg-descr << 'END-of-audio/pm3umpdl/pkg-descr'
XThis allows a M3U file to be loaded into musicpd. This is useful
Xfor loading stuff from some audio streaming sites to be loaded
Xinto musicpd.
END-of-audio/pm3umpdl/pkg-descr
exit
--- audio-pm3umpdl.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list