diff options
author | simonb <simonb@pkgsrc.org> | 1999-06-14 03:34:13 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-06-14 03:34:13 +0000 |
commit | 9ee5c9aecc362cd141b787e27205b75a7437f24b (patch) | |
tree | da08ec73ce1d7c127fb54ed1bfec8b52a3210aaf /audio/mp3info | |
parent | 9e1f32869900346948b68b5a5f955e7b8a4931a8 (diff) | |
download | pkgsrc-9ee5c9aecc362cd141b787e27205b75a7437f24b.tar.gz |
mp3info 0.2.16 - MP3 header and tag information tool.
Diffstat (limited to 'audio/mp3info')
-rw-r--r-- | audio/mp3info/Makefile | 12 | ||||
-rw-r--r-- | audio/mp3info/files/md5 | 3 | ||||
-rw-r--r-- | audio/mp3info/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/mp3info/pkg/DESCR | 10 | ||||
-rw-r--r-- | audio/mp3info/pkg/PLIST | 3 |
5 files changed, 29 insertions, 0 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile new file mode 100644 index 00000000000..87d185a6a51 --- /dev/null +++ b/audio/mp3info/Makefile @@ -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" diff --git a/audio/mp3info/files/md5 b/audio/mp3info/files/md5 new file mode 100644 index 00000000000..614e91b5e3d --- /dev/null +++ b/audio/mp3info/files/md5 @@ -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 diff --git a/audio/mp3info/pkg/COMMENT b/audio/mp3info/pkg/COMMENT new file mode 100644 index 00000000000..ac2f692b767 --- /dev/null +++ b/audio/mp3info/pkg/COMMENT @@ -0,0 +1 @@ +MP3 header and tag information tool. diff --git a/audio/mp3info/pkg/DESCR b/audio/mp3info/pkg/DESCR new file mode 100644 index 00000000000..674573774da --- /dev/null +++ b/audio/mp3info/pkg/DESCR @@ -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. diff --git a/audio/mp3info/pkg/PLIST b/audio/mp3info/pkg/PLIST new file mode 100644 index 00000000000..63a8d6961f4 --- /dev/null +++ b/audio/mp3info/pkg/PLIST @@ -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 |