From b3abac26f83953388c97f0f71199d34ee29b2827 Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 5 Mar 2001 22:12:58 +0000 Subject: 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). --- audio/p5-MP3-Tag/Makefile | 20 ++++++++++++++++++++ audio/p5-MP3-Tag/files/md5 | 3 +++ audio/p5-MP3-Tag/pkg/DESCR | 16 ++++++++++++++++ audio/p5-MP3-Tag/pkg/PLIST | 1 + 4 files changed, 40 insertions(+) create mode 100644 audio/p5-MP3-Tag/Makefile create mode 100644 audio/p5-MP3-Tag/files/md5 create mode 100644 audio/p5-MP3-Tag/pkg/DESCR create mode 100644 audio/p5-MP3-Tag/pkg/PLIST 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 $ -- cgit v1.2.3