1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Import of mp3info, which reveals information like bitrate and playing time

for mp3 files.

PR:		7008
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Matthew Hunt 1998-06-24 15:34:37 +00:00
parent 20fad7579f
commit e04fb4c64f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11508
5 changed files with 43 additions and 0 deletions

27
audio/mp3info/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: mp3info
# Version required: 0.2.15
# Date created: 19 June 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= mp3info-0.2.15
CATEGORIES= audio
MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/
MAINTAINER= andy@icc.surw.chel.su
MAN1= mp3info.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/mp3info
.for file in COPYRIGHT ChangeLog README
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
.endfor
.endif
.include <bsd.port.mk>

1
audio/mp3info/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (mp3info-0.2.15.tar.gz) = e50ce36340ae93fa489007ed07d79316

View File

@ -0,0 +1 @@
MP3 information tool.

8
audio/mp3info/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
A small utility to read and write TAG info, as well as retrieve the MP3
Header info and print it all out in a nice format.
Features:
- Get, Set and Wipe MP3 TAG Info.
- Get MPEG Audio Version 1, 2 and 2.5 Header info.
- Userdefinable output formatting (rather advanced).
- Can rename files according to userdefined scheme.

6
audio/mp3info/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/mp3info
man/man1/mp3info.1.gz
share/doc/mp3info/COPYRIGHT
share/doc/mp3info/ChangeLog
share/doc/mp3info/README
@dirrm share/doc/mp3info