diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-01 01:49:35 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-01 01:49:35 +0800 |
commit | 5993eac0691ef14a3afb041a06b226d4ef1dca7d (patch) | |
tree | 3c06bfce137ffc332cb60502613e192cca85fc3f /audio | |
parent | 6f741893fdb0ccca53a8ba947c28e786cafd3c38 (diff) | |
download | freebsd-ports-gnome-5993eac0691ef14a3afb041a06b226d4ef1dca7d.tar.gz freebsd-ports-gnome-5993eac0691ef14a3afb041a06b226d4ef1dca7d.tar.zst freebsd-ports-gnome-5993eac0691ef14a3afb041a06b226d4ef1dca7d.zip |
- Update from v0.05 to v0.06
- Add authors to pkg-descr
0.06 Wed Mar 22 12:00:00 2006
- Fixed a circular reference in Audio::Wav::Write::Header that was
causing memory to leak (thanks Sumitro Chowdhury).
- Tidied up bits and pieces.
- Added very basic support for WAVEFORMATEXTENSIBLE.
- When writing files, finish() will now be called by DESTROY if
necessary.
PR: 98172
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Wav/Makefile | 4 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/distinfo | 6 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile index dba66a3d006a..51b8248c3a36 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Audio-Wav -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR=Audio +MASTER_SITE_SUBDIR= Audio PKGNAMEPREFIX= p5- MAINTAINER= dom@happygiraffe.net diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo index 61bfe194e67b..dc2625ca3cdb 100644 --- a/audio/p5-Audio-Wav/distinfo +++ b/audio/p5-Audio-Wav/distinfo @@ -1,3 +1,3 @@ -MD5 (Audio-Wav-0.05.tar.gz) = d67557a5c605057aedb0cff3685ed597 -SHA256 (Audio-Wav-0.05.tar.gz) = 5fffb58b909e048c4c16d9069f6e7ece717a6d4657d688a1b2c3cc5b7e9624a9 -SIZE (Audio-Wav-0.05.tar.gz) = 17149 +MD5 (Audio-Wav-0.06.tar.gz) = 051669f5b7b73548f7f93c2cb54cce56 +SHA256 (Audio-Wav-0.06.tar.gz) = 647b35a72fb9dc8024ec9ea38accc1b7244a5717823d22fc20123e77eb6a5426 +SIZE (Audio-Wav-0.06.tar.gz) = 18201 diff --git a/audio/p5-Audio-Wav/pkg-descr b/audio/p5-Audio-Wav/pkg-descr index c472d66c7832..f60c9d93f0e2 100644 --- a/audio/p5-Audio-Wav/pkg-descr +++ b/audio/p5-Audio-Wav/pkg-descr @@ -2,3 +2,5 @@ These Perl modules provide a method of reading and writing uncompressed Microsoft WAV files. WWW: http://search.cpan.org/dist/Audio-Wav/ +Authors: Nick Peskett (see http://www.peskett.co.uk/ for contact details) + Kurt George Gjerde <kurt.gjerde@media.uib.no>. (0.02-0.03) |