From b911827ff9fada32612262947782da35ccff7617 Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 19 Apr 2002 14:35:29 +0000 Subject: Initial import of id3v2-1.0.6 -- command-line id3v2 tag editor This command-line utility will allow you to modify MP3's id3v2 tags. The are more powerful than the default id3v1; they can store infomation about what band recorded the song, the song name, etc. and without string length limits. Provided by Julio Merino in pkg/16332 --- audio/id3v2/DESCR | 4 ++++ audio/id3v2/Makefile | 12 ++++++++++++ audio/id3v2/PLIST | 2 ++ audio/id3v2/distinfo | 5 +++++ audio/id3v2/patches/patch-aa | 17 +++++++++++++++++ 5 files changed, 40 insertions(+) create mode 100644 audio/id3v2/DESCR create mode 100644 audio/id3v2/Makefile create mode 100644 audio/id3v2/PLIST create mode 100644 audio/id3v2/distinfo create mode 100644 audio/id3v2/patches/patch-aa (limited to 'audio') diff --git a/audio/id3v2/DESCR b/audio/id3v2/DESCR new file mode 100644 index 00000000000..30540b21bc0 --- /dev/null +++ b/audio/id3v2/DESCR @@ -0,0 +1,4 @@ +This command-line utility will allow you to modify MP3's id3v2 +tags. The are more powerful than the default id3v1; they can store +infomation about what band recorded the song, the song name, etc. and +without string length limits. diff --git a/audio/id3v2/Makefile b/audio/id3v2/Makefile new file mode 100644 index 00000000000..e427a86fa55 --- /dev/null +++ b/audio/id3v2/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $ + +DISTNAME= id3v2-0.1.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=id3v2/} + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://id3v2.sourceforge.net +COMMENT= Command line editor for id3v2 tags + +.include "../../audio/id3lib/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/id3v2/PLIST b/audio/id3v2/PLIST new file mode 100644 index 00000000000..24944cf5648 --- /dev/null +++ b/audio/id3v2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $ +bin/id3v2 diff --git a/audio/id3v2/distinfo b/audio/id3v2/distinfo new file mode 100644 index 00000000000..b9d91351c9a --- /dev/null +++ b/audio/id3v2/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $ + +SHA1 (id3v2-0.1.6.tar.gz) = 66bf3f40ac56f88e3d9358c73dec739d5757ff85 +Size (id3v2-0.1.6.tar.gz) = 20998 bytes +SHA1 (patch-aa) = 002bed6cf9de5a5c6ce33362676536237f464464 diff --git a/audio/id3v2/patches/patch-aa b/audio/id3v2/patches/patch-aa new file mode 100644 index 00000000000..56c1d823fb6 --- /dev/null +++ b/audio/id3v2/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/04/19 14:35:29 zuntum Exp $ + +--- Makefile.orig Sat Apr 13 12:07:11 2002 ++++ Makefile Sat Apr 13 12:07:47 2002 +@@ -1,10 +1,10 @@ + all: id3v2 + + id3v2: Makefile convert.cpp list.cpp id3v2.cpp convert.cpp +- g++ -lz -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp ++ g++ ${CFLAGS} ${LDFLAGS} -lz -lid3 -g -o id3v2 id3v2.cpp list.cpp convert.cpp + + install: all +- cp id3v2 /usr/local/bin/ ++ cp id3v2 ${LOCALBASE}/bin + + clean: + rm -f id3v2 core -- cgit v1.2.3