summaryrefslogtreecommitdiff
path: root/audio/id3v2
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-04-19 14:35:29 +0000
committerzuntum <zuntum@pkgsrc.org>2002-04-19 14:35:29 +0000
commitb911827ff9fada32612262947782da35ccff7617 (patch)
tree5461b0cee1a1e08ae9ddf3fbff3c4abdd333f545 /audio/id3v2
parentcfa6c4e0b559e2ff11bc4305e1a41c2695942be1 (diff)
downloadpkgsrc-b911827ff9fada32612262947782da35ccff7617.tar.gz
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 <slink@unixbsd.org> in pkg/16332
Diffstat (limited to 'audio/id3v2')
-rw-r--r--audio/id3v2/DESCR4
-rw-r--r--audio/id3v2/Makefile12
-rw-r--r--audio/id3v2/PLIST2
-rw-r--r--audio/id3v2/distinfo5
-rw-r--r--audio/id3v2/patches/patch-aa17
5 files changed, 40 insertions, 0 deletions
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