aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Wav
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 0.12Philip M. Gollucci2010-06-103-5/+5
| | | | | | | | With Hat: perl@ Changes: http:/search.cpan.org/dist/Audio-Wav/Changes Notes: svn path=/head/; revision=256240
* Update to 0.11.Anton Berezin2010-03-122-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Audio-Wav/Changes Notes: svn path=/head/; revision=250959
* Update to 0.10.Anton Berezin2010-02-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Audio-Wav/Changes Notes: svn path=/head/; revision=249831
* Update to 0.09.Anton Berezin2010-02-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Audio-Wav/Changes Notes: svn path=/head/; revision=249603
* Update to 0.08.Anton Berezin2010-02-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Audio-Wav/Changes Notes: svn path=/head/; revision=249483
* Update to 0.07. Change maintainer to perl@.Anton Berezin2010-02-072-5/+8
| | | | | | | Changes: http://search.cpan.org/dist/Audio-Wav/Changes Notes: svn path=/head/; revision=249402
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Dominic is a new dad, and will be too busy for a while to work on ports.Mark Linimon2007-09-241-1/+1
| | | | | | | Congratulations :-) Notes: svn path=/head/; revision=200026
* - Update from v0.05 to v0.06Aaron Dalton2006-05-313-5/+7
| | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=164092
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 Notes: svn path=/head/; revision=154107
* Update to 0.05.Anton Berezin2005-11-142-3/+4
| | | | | | | | PR: 88998 Submitted by: maintainer Notes: svn path=/head/; revision=148260
* Update to 0.04Marcus Alves Grando2005-10-022-4/+3
| | | | | | | | | PR: 86781 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: dom@happygiraffe.net (maintainer), pav (mentor) Notes: svn path=/head/; revision=143972
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* utilize SITE_PERLYing-Chieh Liao2003-10-241-11/+11
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Add perl5 category.Christian Weisgerber2002-07-301-1/+1
| | | | Notes: svn path=/head/; revision=63758
* Import Audio-Wav 0.2 Perl module.Christian Weisgerber2002-07-305-0/+40
These Perl modules provide a method of reading and writing uncompressed Microsoft WAV files. PR: 41161 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=63748