Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2001 17:57:01 -0600
From:      Chris <sygnus@speakeasy.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26999: New port: mp3butler
Message-ID:  <20010430235453.E048D37B422@hub.freebsd.org>

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

>Number:         26999
>Category:       ports
>Synopsis:       New port: mp3butler: A program for renaming mp3 files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 30 17:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Preston
>Release:        FreeBSD 4.3-BETA i386
>Organization:
GayTeenResources
>Environment:
n/a
>Description:
Mp3butler is a program written in perl for renaming your mp3's.

	o It will remove all characters that require shell escapes from filenames
	o It will remove capitalization from filenames
	o It can create ID3 tags using the filename
	o It can reorganize your mp3's into an organizational hierarchy 

WWW: http://projects.babblica.net/butler/

- Christopher Preston
rbg@gayteenresource.org
>How-To-Repeat:
n/a
>Fix:
# 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:
#
#	mp3butler
#	mp3butler/distinfo
#	mp3butler/pkg-comment
#	mp3butler/pkg-descr
#	mp3butler/pkg-plist
#	mp3butler/Makefile
#	mp3butler/files
#	mp3butler/files/patch-aa
#
echo c - mp3butler
mkdir -p mp3butler > /dev/null 2>&1
echo x - mp3butler/distinfo
sed 's/^X//' >mp3butler/distinfo << 'END-of-mp3butler/distinfo'
XMD5 (mp3butler-1.0.1.tar.gz) = 188f274feecda7f7150a0a25c5ea8be1
END-of-mp3butler/distinfo
echo x - mp3butler/pkg-comment
sed 's/^X//' >mp3butler/pkg-comment << 'END-of-mp3butler/pkg-comment'
XA program for renaming mp3 files
END-of-mp3butler/pkg-comment
echo x - mp3butler/pkg-descr
sed 's/^X//' >mp3butler/pkg-descr << 'END-of-mp3butler/pkg-descr'
XMp3butler is a program written in perl for renaming your mp3's.
X
X	o It will remove all characters that require shell escapes from filenames
X	o It will remove capitalization from filenames
X	o It can create ID3 tags using the filename
X	o It can reorganize your mp3's into an organizational hierarchy 
X
XWWW: http://projects.babblica.net/butler/
X
X- Christopher Preston
Xrbg@gayteenresource.org
END-of-mp3butler/pkg-descr
echo x - mp3butler/pkg-plist
sed 's/^X//' >mp3butler/pkg-plist << 'END-of-mp3butler/pkg-plist'
Xbin/mp3butler
X%%PORTDOCS%%share/doc/mp3butler/COPYING
X%%PORTDOCS%%share/doc/mp3butler/ChangeLog
X%%PORTDOCS%%share/doc/mp3butler/INSTALL
X%%PORTDOCS%%share/doc/mp3butler/RANT
X%%PORTDOCS%%share/doc/mp3butler/README
X%%PORTDOCS%%@dirrm share/doc/mp3butler
END-of-mp3butler/pkg-plist
echo x - mp3butler/Makefile
sed 's/^X//' >mp3butler/Makefile << 'END-of-mp3butler/Makefile'
X# New ports collection makefile for:   mp3butler
X# Date created:        30 April 2001
X# Whom:                Christopher Preston <rbg@gayteenresource.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       mp3butler
XPORTVERSION=	1.0.1
XCATEGORIES=     audio
XMASTER_SITES=   http://projects.babblica.net/butler/versions/
X
XMAINTAINER=	rbg@gayteenresource.org
X
XMAN1=		mp3butler.1
X
Xdo-build:
X	(cd ${WRKSRC} && ${SH} ./mkdocs)
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/mp3butler.pl ${PREFIX}/bin/mp3butler
X	${INSTALL_MAN} ${WRKSRC}/mp3butler.1 ${PREFIX}/man/man1
X.if !defined(NOPORTDOCS)
X.for I in COPYING ChangeLog INSTALL RANT README
X	${MKDIR} ${PREFIX}/share/doc/mp3butler
X	${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/mp3butler
X.endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mp3butler/Makefile
echo c - mp3butler/files
mkdir -p mp3butler/files > /dev/null 2>&1
echo x - mp3butler/files/patch-aa
sed 's/^X//' >mp3butler/files/patch-aa << 'END-of-mp3butler/files/patch-aa'
X--- mkdocs.orig	Mon Apr 30 15:10:33 2001
X+++ mkdocs	Mon Apr 30 15:10:39 2001
X@@ -4,5 +4,4 @@
X pod2text mp3butler.pl > mp3butler-manpage.txt
X echo creating mp3butler manual page: mp3butler.1.gz
X pod2man mp3butler.pl --center='BabblicaSoft Documentation' > mp3butler.1
X-gzip mp3butler.1
X 
END-of-mp3butler/files/patch-aa
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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