1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add mp3butler 1.0.1, a program for renaming mp3 files.

PR:		26999
Submitted by:	Christopher Preston <rbg@gayteenresource.org>
This commit is contained in:
George C A Reid 2001-05-01 00:15:13 +00:00
parent 10a03d5ed1
commit d6811b2820
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42107
7 changed files with 59 additions and 0 deletions

View File

@ -105,6 +105,7 @@
SUBDIR += mixer.app
SUBDIR += mp3_check
SUBDIR += mp3blaster
SUBDIR += mp3butler
SUBDIR += mp3check
SUBDIR += mp3chew
SUBDIR += mp3encode

30
audio/mp3butler/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: mp3butler
# Date created: 30 April 2001
# Whom: Christopher Preston <rbg@gayteenresource.org>
#
# $FreeBSD$
#
PORTNAME= mp3butler
PORTVERSION= 1.0.1
CATEGORIES= audio
MASTER_SITES= http://projects.babblica.net/butler/versions/
MAINTAINER= rbg@gayteenresource.org
MAN1= mp3butler.1
do-build:
(cd ${WRKSRC} && ${SH} ./mkdocs)
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mp3butler.pl ${PREFIX}/bin/mp3butler
${INSTALL_MAN} ${WRKSRC}/mp3butler.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
.for I in COPYING ChangeLog INSTALL RANT README
${MKDIR} ${PREFIX}/share/doc/mp3butler
${INSTALL_DATA} ${WRKSRC}/$I ${PREFIX}/share/doc/mp3butler
.endfor
.endif
.include <bsd.port.mk>

1
audio/mp3butler/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mp3butler-1.0.1.tar.gz) = 188f274feecda7f7150a0a25c5ea8be1

View File

@ -0,0 +1,8 @@
--- mkdocs.orig Mon Apr 30 15:10:33 2001
+++ mkdocs Mon Apr 30 15:10:39 2001
@@ -4,5 +4,4 @@
pod2text mp3butler.pl > mp3butler-manpage.txt
echo creating mp3butler manual page: mp3butler.1.gz
pod2man mp3butler.pl --center='BabblicaSoft Documentation' > mp3butler.1
-gzip mp3butler.1

View File

@ -0,0 +1 @@
A program for renaming mp3 files

11
audio/mp3butler/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
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

View File

@ -0,0 +1,7 @@
bin/mp3butler
%%PORTDOCS%%share/doc/mp3butler/COPYING
%%PORTDOCS%%share/doc/mp3butler/ChangeLog
%%PORTDOCS%%share/doc/mp3butler/INSTALL
%%PORTDOCS%%share/doc/mp3butler/RANT
%%PORTDOCS%%share/doc/mp3butler/README
%%PORTDOCS%%@dirrm share/doc/mp3butler