diff options
author | grant <grant@pkgsrc.org> | 2002-08-26 01:46:41 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-08-26 01:46:41 +0000 |
commit | 6028989a077df55f0509576cbca52f8d04a37c84 (patch) | |
tree | 0de0c449c78379cb77a15428381e2e12c6cf0f27 | |
parent | 1debbed618e4bb73db604f4936d1fe05afae3c5d (diff) | |
download | pkgsrc-6028989a077df55f0509576cbca52f8d04a37c84.tar.gz |
Initial import of p5-Audio-Wav-0.02 into the NetBSD packages
collection.
Perl modules for reading & writing Microsoft WAV files.
-rw-r--r-- | audio/p5-Audio-Wav/DESCR | 1 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/Makefile | 20 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/PLIST | 1 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/distinfo | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/audio/p5-Audio-Wav/DESCR b/audio/p5-Audio-Wav/DESCR new file mode 100644 index 00000000000..c5f836a1771 --- /dev/null +++ b/audio/p5-Audio-Wav/DESCR @@ -0,0 +1 @@ +Perl modules for reading & writing Microsoft WAV files. diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile new file mode 100644 index 00000000000..91f83c9865a --- /dev/null +++ b/audio/p5-Audio-Wav/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/26 01:46:41 grant Exp $ +# + +DISTNAME= Audio-Wav-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= audio perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Audio/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://search.cpan.org/dist/Audio-Wav/ +COMMENT= perl modules for reading & writing Microsoft WAV files + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Audio/Wav/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/p5-Audio-Wav/PLIST b/audio/p5-Audio-Wav/PLIST new file mode 100644 index 00000000000..0367520e811 --- /dev/null +++ b/audio/p5-Audio-Wav/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/26 01:46:41 grant Exp $ diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo new file mode 100644 index 00000000000..9061d7af768 --- /dev/null +++ b/audio/p5-Audio-Wav/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/26 01:46:41 grant Exp $ + +SHA1 (Audio-Wav-0.02.tar.gz) = e7f729b4cf539fb179278efdf40351dc52e4eb4c +Size (Audio-Wav-0.02.tar.gz) = 15827 bytes |