summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Wav
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 18:00:40 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 18:00:40 +0000
commit7ca09b9d85134371921ff2363a39cc2fbb1eda9d (patch)
tree04ec306ce8cf5f8c78cbb3179ab53d12b583b60a /audio/p5-Audio-Wav
parentSecurity Update to 0.9.6e (diff)
Import Audio-Wav 0.2 Perl module.
These Perl modules provide a method of reading and writing uncompressed Microsoft WAV files. PR: 41161 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=63748
Diffstat (limited to 'audio/p5-Audio-Wav')
-rw-r--r--audio/p5-Audio-Wav/Makefile22
-rw-r--r--audio/p5-Audio-Wav/distinfo1
-rw-r--r--audio/p5-Audio-Wav/pkg-comment1
-rw-r--r--audio/p5-Audio-Wav/pkg-descr4
-rw-r--r--audio/p5-Audio-Wav/pkg-plist12
5 files changed, 40 insertions, 0 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile
new file mode 100644
index 000000000000..f2cac93fffad
--- /dev/null
+++ b/audio/p5-Audio-Wav/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Audio-Wav
+# Date created: 30 Jul 2002
+# Whom: Dominic Mitchell <dom@happygiraffe.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Audio-Wav
+PORTVERSION= 0.02
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=Audio
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dom@happygiraffe.net
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Audio::Wav.3 Audio::Wav::Read.3 Audio::Wav::Write.3
+
+.include <bsd.port.mk>
diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo
new file mode 100644
index 000000000000..26345915324c
--- /dev/null
+++ b/audio/p5-Audio-Wav/distinfo
@@ -0,0 +1 @@
+MD5 (Audio-Wav-0.02.tar.gz) = bd0eb5c46bcd7566d732ddf54d1c8937
diff --git a/audio/p5-Audio-Wav/pkg-comment b/audio/p5-Audio-Wav/pkg-comment
new file mode 100644
index 000000000000..9bd0c70e2e10
--- /dev/null
+++ b/audio/p5-Audio-Wav/pkg-comment
@@ -0,0 +1 @@
+Perl modules for reading and writing Microsoft WAV files
diff --git a/audio/p5-Audio-Wav/pkg-descr b/audio/p5-Audio-Wav/pkg-descr
new file mode 100644
index 000000000000..8cbfd78d0d5d
--- /dev/null
+++ b/audio/p5-Audio-Wav/pkg-descr
@@ -0,0 +1,4 @@
+These Perl modules provide a method of reading and writing uncompressed
+Microsoft WAV files.
+
+WWW: http://search.cpan.org/search?dist=Audio-Wav
diff --git a/audio/p5-Audio-Wav/pkg-plist b/audio/p5-Audio-Wav/pkg-plist
new file mode 100644
index 000000000000..76c3489d6488
--- /dev/null
+++ b/audio/p5-Audio-Wav/pkg-plist
@@ -0,0 +1,12 @@
+@comment $FreeBSD$
+lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav.pm
+lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Write.pm
+lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Write/Header.pm
+lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Read.pm
+lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Tools.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Audio/Wav/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav/Write
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Audio/Wav
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Audio/Wav
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Audio 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Audio 2>/dev/null || true