From 3fc179cbf2a6f072e337bab06ceae6cf0e510364 Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 14 Jun 1999 03:34:13 +0000 Subject: mp3info 0.2.16 - MP3 header and tag information tool. --- audio/mp3info/Makefile | 12 ++++++++++++ audio/mp3info/files/md5 | 3 +++ audio/mp3info/pkg/COMMENT | 1 + audio/mp3info/pkg/DESCR | 10 ++++++++++ audio/mp3info/pkg/PLIST | 3 +++ 5 files changed, 29 insertions(+) create mode 100644 audio/mp3info/Makefile create mode 100644 audio/mp3info/files/md5 create mode 100644 audio/mp3info/pkg/COMMENT create mode 100644 audio/mp3info/pkg/DESCR create mode 100644 audio/mp3info/pkg/PLIST (limited to 'audio/mp3info') 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 -- cgit v1.2.3