summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-03-05 22:12:58 +0000
committerjtb <jtb@pkgsrc.org>2001-03-05 22:12:58 +0000
commit7cc259bbd55143623791a5de916f78ed4e537347 (patch)
tree402135d186a22e8fa25f9b272b5ebfefdd9be24a /audio
parentaa0a99fc7c5f44ff1861bc3c6da6ceb34cb40f1e (diff)
downloadpkgsrc-7cc259bbd55143623791a5de916f78ed4e537347.tar.gz
Initial import of p5-MP3-Tag package:
This is a perl module to read/write ID3v1, ID3v1.1 and ID3v2.3 tags of mp3-files. (Other tags hopefully to follow). Package provided by Damon Brodie in PR pkg/11594. Some changes by me (including newer version).
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-MP3-Tag/Makefile20
-rw-r--r--audio/p5-MP3-Tag/files/md53
-rw-r--r--audio/p5-MP3-Tag/pkg/DESCR16
-rw-r--r--audio/p5-MP3-Tag/pkg/PLIST1
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/p5-MP3-Tag/Makefile b/audio/p5-MP3-Tag/Makefile
new file mode 100644
index 00000000000..691f52a1dc3
--- /dev/null
+++ b/audio/p5-MP3-Tag/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/05 22:12:58 jtb Exp $
+
+DISTNAME= tagged-0.30
+PKGNAME= p5-MP3-Tag-0.30
+CATEGORIES= audio perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MP3/}
+
+MAINTAINER= damon@brodiefamily.org
+HOMEPAGE= http://tagged.sourceforge.net
+COMMENT= this is a perl module to read/write tags of mp3-files
+
+DEPENDS= p5-Compress-Zlib-1.*:../../devel/p5-Compress-Zlib
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/MP3/Tag/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/p5-MP3-Tag/files/md5 b/audio/p5-MP3-Tag/files/md5
new file mode 100644
index 00000000000..d0b9d8eda4c
--- /dev/null
+++ b/audio/p5-MP3-Tag/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/03/05 22:12:58 jtb Exp $
+
+MD5 (tagged-0.30.tar.gz) = 5b915eaa9a4af6dc2bcc6f77aff80511
diff --git a/audio/p5-MP3-Tag/pkg/DESCR b/audio/p5-MP3-Tag/pkg/DESCR
new file mode 100644
index 00000000000..f1697c49957
--- /dev/null
+++ b/audio/p5-MP3-Tag/pkg/DESCR
@@ -0,0 +1,16 @@
+This is a perl module to read/write ID3v1, ID3v1.1 and ID3v2.3
+tags of mp3-files. (Other tags hopefully to follow).
+
+In the directory examples, you find 2 examples, how to use
+the module. You can also read the documentation of this
+module with
+
+man MP3::Tag
+man MP3::Tag::ID3v1
+man MP3::Tag::ID3v2
+man MP3::Tag::ID3v2-Data
+
+More information about this project, new releases and so on, can
+be found at:
+
+http://tagged.sourceforge.net
diff --git a/audio/p5-MP3-Tag/pkg/PLIST b/audio/p5-MP3-Tag/pkg/PLIST
new file mode 100644
index 00000000000..b6b5d51a063
--- /dev/null
+++ b/audio/p5-MP3-Tag/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/05 22:12:58 jtb Exp $