aboutsummaryrefslogtreecommitdiff
path: root/audio/id3ed
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2011-08-16 17:13:11 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2011-08-16 17:13:11 +0000
commit596c7a077989f61ed321adbe895b00d4b1d48efa (patch)
tree0a2e496ceef40998b641953264f3ebb4dd0d273c /audio/id3ed
parentdeb70fd74aadba40cc9fcab946d867b744055f49 (diff)
downloadports-596c7a077989f61ed321adbe895b00d4b1d48efa.tar.gz
ports-596c7a077989f61ed321adbe895b00d4b1d48efa.zip
Pass maintainership to submitter
Ressurect this port and update URLs accordingly Remove id3ed entry from MOVED Add LICENSE PR: ports/159702 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: wxs (mentor)
Notes
Notes: svn path=/head/; revision=279820
Diffstat (limited to 'audio/id3ed')
-rw-r--r--audio/id3ed/Makefile28
-rw-r--r--audio/id3ed/distinfo2
-rw-r--r--audio/id3ed/pkg-descr4
3 files changed, 34 insertions, 0 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile
new file mode 100644
index 000000000000..c11f954c1b84
--- /dev/null
+++ b/audio/id3ed/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: id3ed
+# Date created: 05 June 1999
+# Whom: Chris Piazza <cpiazza@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= id3ed
+PORTVERSION= 1.10.4
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_NETBSD} \
+ ${MASTER_SITE_OPENBSD}
+
+MAINTAINER= turutani@scphys.kyoto-u.ac.jp
+COMMENT= An id3 tag editor for mp3 files
+
+LICENSE= GPLv2
+
+GNU_CONFIGURE= yes
+
+MAN1= id3ed.1
+PLIST_FILES= bin/id3ed
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/id3ed ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/id3ed.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/audio/id3ed/distinfo b/audio/id3ed/distinfo
new file mode 100644
index 000000000000..e8551d61a506
--- /dev/null
+++ b/audio/id3ed/distinfo
@@ -0,0 +1,2 @@
+SHA256 (id3ed-1.10.4.tar.gz) = 56f26dfde7b6357c5ad22644c2a379f25fce82a200264b5d4ce62f2468d8431b
+SIZE (id3ed-1.10.4.tar.gz) = 31610
diff --git a/audio/id3ed/pkg-descr b/audio/id3ed/pkg-descr
new file mode 100644
index 000000000000..ccf2febdd61b
--- /dev/null
+++ b/audio/id3ed/pkg-descr
@@ -0,0 +1,4 @@
+A command line tool to edit id3 tags in mp3 files interactively or
+on the fly.
+
+WWW: http://code.fluffytapeworm.com/projects/id3ed