pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

id3: import id3-0.80 as wip/id3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Jan 15 19:37:27 2016 +0100
Changeset:	1839c6d4159cc3bb5879e9658997ff6995e42c46

Modified Files:
	Makefile
Added Files:
	id3/DESCR
	id3/Makefile
	id3/PLIST
	id3/distinfo

Log Message:
id3: import id3-0.80 as wip/id3

id3 mass tagger is a tool for manipulating id3 and id3v2 tags in multiple
files. It can generate tag fields from the filename and other variables,
and/or rename files, using an intuitive syntax.
id3 currently supports old-style ID3v1 tags, Lyrics3v2, as well as the
more complex ID3v2 format. This means its use is limited to audio files
which use these formats, i.e. MP3.

Addresses pkg/50237 (wip/id3 should not be confused with audio/id3 but probably
can replace it, pkgsrc-users@ should be notified for that though!).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1839c6d4159cc3bb5879e9658997ff6995e42c46

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile     |  1 +
 id3/DESCR    |  6 ++++++
 id3/Makefile | 20 ++++++++++++++++++++
 id3/PLIST    |  3 +++
 id3/distinfo |  6 ++++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 416ce76..90b21ae 100755
--- a/Makefile
+++ b/Makefile
@@ -1257,6 +1257,7 @@ SUBDIR+=	icecat
 SUBDIR+=	ices
 SUBDIR+=	ices-vorbis
 SUBDIR+=	icmpchat
+SUBDIR+=	id3
 SUBDIR+=	idled
 SUBDIR+=	ifstat
 SUBDIR+=	igal
diff --git a/id3/DESCR b/id3/DESCR
new file mode 100644
index 0000000..4a750e6
--- /dev/null
+++ b/id3/DESCR
@@ -0,0 +1,6 @@
+id3 mass tagger is a tool for manipulating id3 and id3v2 tags in multiple
+files. It can generate tag fields from the filename and other variables,
+and/or rename files, using an intuitive syntax.
+id3 currently supports old-style ID3v1 tags, Lyrics3v2, as well as the
+more complex ID3v2 format. This means its use is limited to audio files
+which use these formats, i.e. MP3.
diff --git a/id3/Makefile b/id3/Makefile
new file mode 100644
index 0000000..d596454
--- /dev/null
+++ b/id3/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	id3-0.80
+CATEGORIES=	audio
+MASTER_SITES=	${MASTER_SITE_GITHUB:=squell/}
+GITHUB_RELEASE=	${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://squell.github.io/id3/
+COMMENT=	ID3 mass tagger
+LICENSE=	2-clause-bsd
+
+MAKE_FILE=	makefile
+MAKE_FLAGS+=	\
+	prefix=${PREFIX} \
+	mandir=${PREFIX}/${PKGMANDIR}
+
+USE_LANGUAGES=	c c++
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/id3/PLIST b/id3/PLIST
new file mode 100644
index 0000000..b270eb5
--- /dev/null
+++ b/id3/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/id3
+man/man1/id3.1
diff --git a/id3/distinfo b/id3/distinfo
new file mode 100644
index 0000000..11d197d
--- /dev/null
+++ b/id3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (id3-0.80.tar.gz) = 1b35619b6c962e344fc63663bfe4cb0a17680af1
+RMD160 (id3-0.80.tar.gz) = cdb4b7d40d3075e8ef8ce5b18ba8b094dc73296a
+SHA512 (id3-0.80.tar.gz) = 611ae0f9d43e9e74cbab3ede6886d2bef442af62756096fdb4a1219a415ba18b6bbd0560bd4ed2b44a2f91df6abe622dd37793f2e2accffa13ba1cb989768857
+Size (id3-0.80.tar.gz) = 78289 bytes


Home | Main Index | Thread Index | Old Index