1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

A program to rename mp3 files based on their id3tag.

PR:		15982
Submitted by:	Sander Janssen <janssen@rendo.dekooi.nl>
This commit is contained in:
Ade Lovett 2000-01-08 17:26:08 +00:00
parent bbb10523ab
commit b538b00644
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24560
6 changed files with 33 additions and 0 deletions

View File

@ -44,6 +44,7 @@
SUBDIR += mp3blaster
SUBDIR += mp3encode
SUBDIR += mp3info
SUBDIR += mp3rename
SUBDIR += mpegaudio
SUBDIR += mpg123
SUBDIR += mpg123.el

23
audio/mp3rename/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: mp3rename
# Version required: 0.4
# Date created: 6 Januari 2000
# Whom: Sander Janssen <janssen@rendo.dekooi.nl>
#
# $FreeBSD$
#
DISTNAME= mp3rename-0.4
CATEGORIES= audio
MASTER_SITES= http://www.rendo.dekooi.nl/~janssen/
MAINTAINER= janssen@rendo.dekooi.nl
FETCH_BEFORE_ARGS= -b
MAN1= mp3rename.1
MANCOMPRESSED= yes
post-install:
strip ${PREFIX}/bin/mp3rename
.include <bsd.port.mk>

1
audio/mp3rename/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mp3rename-0.4.tar.gz) = 3abe57f45c7399a7773740670299a94c

View File

@ -0,0 +1 @@
A renaming program for mp3's based on their id3tag

View File

@ -0,0 +1,6 @@
This program renames mp3's based on their id3tag,
it also allows to change id3tags and you can specify
your own mp3 filename look.
Sander Janssen
janssen@rendo.dekooi.nl

View File

@ -0,0 +1 @@
bin/mp3rename