summaryrefslogtreecommitdiff
path: root/audio/id3ren
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 13:02:51 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-27 13:02:51 +0000
commitbfd3c2d70418e8645a0868d7ff1411f0f48dec5e (patch)
tree2099c9de00cef871ebe3e59320f681421d5805be /audio/id3ren
parentScript that automates the ripping, encoding, and naming of CD's (diff)
Mpeg Audio Layer 3 util: rename files, edit tags, search, etc.
PR: 10309 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Notes
Notes: svn path=/head/; revision=18162
Diffstat (limited to 'audio/id3ren')
-rw-r--r--audio/id3ren/Makefile27
-rw-r--r--audio/id3ren/distinfo1
-rw-r--r--audio/id3ren/files/patch-aa26
-rw-r--r--audio/id3ren/pkg-comment1
-rw-r--r--audio/id3ren/pkg-descr10
-rw-r--r--audio/id3ren/pkg-plist1
6 files changed, 66 insertions, 0 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile
new file mode 100644
index 000000000000..1794bd6db09b
--- /dev/null
+++ b/audio/id3ren/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: id3ren
+# URL: http://tscnet.com/pages/badcrc/apps/id3ren/
+# Version required: 0.97a
+# Date created: 28 February 1999
+# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
+#
+# $Id: $
+#
+
+DISTNAME= id3ren97a
+PKGNAME= id3ren-0.97a
+CATEGORIES= audio
+MASTER_SITES= http://tscnet.com/pages/badcrc/apps/id3ren/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= jonny@jonny.eng.br
+
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+
+WRKSRC= ${WRKDIR}/id3ren/src
+
+do-extract:
+ @${RM} -rf ${WRKDIR}
+ @${MKDIR} ${WRKDIR}
+ @unzip -q -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} -d ${WRKDIR}
+
+.include <bsd.port.mk>
diff --git a/audio/id3ren/distinfo b/audio/id3ren/distinfo
new file mode 100644
index 000000000000..26acaddd2e37
--- /dev/null
+++ b/audio/id3ren/distinfo
@@ -0,0 +1 @@
+MD5 (id3ren97a.zip) = 4cb10259b1b523c0f9cd064034fcfaaa
diff --git a/audio/id3ren/files/patch-aa b/audio/id3ren/files/patch-aa
new file mode 100644
index 000000000000..786a14f25552
--- /dev/null
+++ b/audio/id3ren/files/patch-aa
@@ -0,0 +1,26 @@
+--- /lab/elepot/users/Others/jonny/tmp/tohome/mp3/util/id3ren/src/Makefile Wed Mar 18 04:28:44 1998
++++ Makefile Sun Feb 28 16:04:16 1999
+@@ -1,16 +1,18 @@
+-CFLAGS = -O2 -s -Wall
++CFLAGS += -O2 -s -Wall
+ CC = gcc
+ RM = rm -f
+-INSTALL = install -s -m 755
+-INSTALL_DIR = ..
++INSTALL = install -cs -m 755 -o root -g wheel
++INSTALL_DIR = ${PREFIX}/bin
+ INSTALL_NAME = id3ren
+
+ SOURCES = id3ren.c id3tag.c file.c misc.c
+
+-all:
++all: ${INSTALL_NAME}
++
++${INSTALL_NAME}:
+ ${CC} ${CFLAGS} -o ${INSTALL_NAME} ${SOURCES}
+
+-install: all
++install: ${INSTALL_NAME}
+ ${INSTALL} ${INSTALL_NAME} ${INSTALL_DIR}/${INSTALL_NAME}
+
+ clean:
diff --git a/audio/id3ren/pkg-comment b/audio/id3ren/pkg-comment
new file mode 100644
index 000000000000..4076c0372622
--- /dev/null
+++ b/audio/id3ren/pkg-comment
@@ -0,0 +1 @@
+Mpeg Audio Layer 3 util: rename files, edit tags, search, etc.
diff --git a/audio/id3ren/pkg-descr b/audio/id3ren/pkg-descr
new file mode 100644
index 000000000000..7c9d0b2b5800
--- /dev/null
+++ b/audio/id3ren/pkg-descr
@@ -0,0 +1,10 @@
+id3 Renamer is used to rename batches of mpeg3 files by reading the
+ID3 tag at the end of the file which contains the song name, artist,
+album, year, and a comment. The secondary function of id3 Renamer is
+a tagger, which can create, modify, or remove ID3 tags.
+
+If you have questions, comments, or bugs mail me at badcrc@tscnet.com.
+To get the latest version go to http://tscnet.com/pages/badcrc/apps/id3ren/
+
+--
+Ported by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
diff --git a/audio/id3ren/pkg-plist b/audio/id3ren/pkg-plist
new file mode 100644
index 000000000000..95a80e3abe23
--- /dev/null
+++ b/audio/id3ren/pkg-plist
@@ -0,0 +1 @@
+bin/id3ren