mp3info 0.2.16 - MP3 header and tag information tool.
This commit is contained in:
parent
9e1f328699
commit
9ee5c9aecc
5 changed files with 29 additions and 0 deletions
12
audio/mp3info/Makefile
Normal file
12
audio/mp3info/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/06/14 03:34:13 simonb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mp3info-0.2.16
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/
|
||||
|
||||
MAINTAINER= simonb@netbsd.org
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
audio/mp3info/files/md5
Normal file
3
audio/mp3info/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/06/14 03:34:13 simonb Exp $
|
||||
|
||||
MD5 (mp3info-0.2.16.tar.gz) = d67b0225a197e91da87e94707121bb21
|
1
audio/mp3info/pkg/COMMENT
Normal file
1
audio/mp3info/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
MP3 header and tag information tool.
|
10
audio/mp3info/pkg/DESCR
Normal file
10
audio/mp3info/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.
|
||||
|
||||
Released under GNU GPL.
|
||||
|
||||
Features:
|
||||
- Get, Set and Wipe MP3 TAG Info.
|
||||
- Get MPEG Audio Version 1, 2 and 2.5 (All Layers) Header info.
|
||||
- Userdefinable output formatting (rather advanced).
|
||||
- Can rename files according to userdefined scheme.
|
3
audio/mp3info/pkg/PLIST
Normal file
3
audio/mp3info/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/14 03:34:13 simonb Exp $
|
||||
bin/mp3info
|
||||
man/man1/mp3info.1
|
Loading…
Reference in a new issue