summaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-06-05 23:54:51 +0000
committerhubertf <hubertf>1999-06-05 23:54:51 +0000
commite74558f193989247ccb272096fba39c50a786d92 (patch)
treeaaa5e7eb756eefb5bfaa7cd140fdb8257c009953 /audio/id3ed
parent0333cd1dbb8f9101cb1ff0b1ae81cbd58613ddd2 (diff)
downloadpkgsrc-e74558f193989247ccb272096fba39c50a786d92.tar.gz
id tag editor for mp3 files
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile16
-rw-r--r--audio/id3ed/files/md53
-rw-r--r--audio/id3ed/patches/patch-aa31
-rw-r--r--audio/id3ed/pkg/COMMENT1
-rw-r--r--audio/id3ed/pkg/DESCR7
-rw-r--r--audio/id3ed/pkg/PLIST3
6 files changed, 61 insertions, 0 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
new file mode 100644
index 00000000000..022096cda24
--- /dev/null
+++ b/audio/id3ed/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $
+#
+
+DISTNAME= id3ed-1.6
+CATEGORIES= audio
+MASTER_SITES= http://www.azstarnet.com/~donut/id3ed/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.azstarnet.com/~donut/programs.html
+
+DEPENDS+= readline-2.2:../../devel/readline
+
+USE_GMAKE= YES
+WRKSRC= ${WRKDIR}/id3ed
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/id3ed/files/md5 b/audio/id3ed/files/md5
new file mode 100644
index 00000000000..e0dfb01e934
--- /dev/null
+++ b/audio/id3ed/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $
+
+MD5 (id3ed-1.6.tar.gz) = 7cc763ec55d24313a4ca43e234b07a7a
diff --git a/audio/id3ed/patches/patch-aa b/audio/id3ed/patches/patch-aa
new file mode 100644
index 00000000000..708595f6acb
--- /dev/null
+++ b/audio/id3ed/patches/patch-aa
@@ -0,0 +1,31 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $
+
+--- Makefile.orig Thu Jun 3 20:58:26 1999
++++ Makefile Sun Jun 6 01:29:48 1999
+@@ -1,12 +1,12 @@
+ CXXFLAGS=-Wall -g
+
+ #comment these two lines if you don't want readline
+-CXXFLAGS+=-DWANT_READLINE
+-LIBS+=-lreadline -lhistory -lcurses
++CXXFLAGS+=-DWANT_READLINE -I${LOCALBASE}/include
++LIBS+=-L${LOCALBASE}/lib -lreadline -lhistory -lcurses
+ #comment this if you are using readline >= 4.0
+ CXXFLAGS+=-DOLD_READLINE
+
+-PREFIX=/usr/local
++#PREFIX=/usr/local
+ BINDIR=$(PREFIX)/bin
+ MANDIR=$(PREFIX)/man/man1
+
+@@ -19,8 +19,8 @@
+ g++ -MM *.cc > .depend
+
+ install: all
+- install -s -o root -g bin -m 0755 id3ed $(BINDIR)
+- install -o root -g bin -m 0644 id3ed.1 $(MANDIR)
++ ${BSD_INSTALL_PROGRAM} id3ed $(BINDIR)
++ ${BSD_INSTALL_MAN} id3ed.1 $(MANDIR)
+
+ dist:
+ cd ..;tar -czf id3ed/distro/id3ed-`egrep "id3ed v[0-9.]+ -" id3ed/id3ed.cc | sed "s/.*v\([0-9.]\+\).*/\1/"`.tar.gz id3ed/README id3ed/Changelog id3ed/COPYING id3ed/*.cc id3ed/*.h id3ed/Makefile id3ed/id3ed.1
diff --git a/audio/id3ed/pkg/COMMENT b/audio/id3ed/pkg/COMMENT
new file mode 100644
index 00000000000..8ef3bbc4efa
--- /dev/null
+++ b/audio/id3ed/pkg/COMMENT
@@ -0,0 +1 @@
+Edit id3 description tags in mpeg3 files
diff --git a/audio/id3ed/pkg/DESCR b/audio/id3ed/pkg/DESCR
new file mode 100644
index 00000000000..59807d5bc82
--- /dev/null
+++ b/audio/id3ed/pkg/DESCR
@@ -0,0 +1,7 @@
+ id3ed edits the "id3" tag for mpeg layer3 files. The
+ mpeg3 specification does not provide any method for stor-
+ ing song information, however the id3 tag has become a
+ standard method for doing this, and most mp3 players can
+ read the tag. It will not cause any errors in players
+ that do not support it. The tag is 128 bytes long and is
+ located at the end of the file.
diff --git a/audio/id3ed/pkg/PLIST b/audio/id3ed/pkg/PLIST
new file mode 100644
index 00000000000..b2ff89ce93c
--- /dev/null
+++ b/audio/id3ed/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/05 23:54:51 hubertf Exp $
+bin/id3ed
+man/man1/id3ed.1