aboutsummaryrefslogtreecommitdiff
path: root/audio/libaiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/libaiff: remove unnecessary REINPLACE_CMDSteve Wills2020-03-141-4/+0
| | | | Notes: svn path=/head/; revision=528420
* Use DISTVERSIONSUFFIX instead of DISTNAMESunpoet Po-Chuan Hsieh2017-06-131-1/+1
| | | | Notes: svn path=/head/; revision=443521
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-7/+7
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Clean up some now useless PLIST_DIRS*Baptiste Daroussin2014-12-201-1/+0
| | | | Notes: svn path=/head/; revision=375006
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* - STAGE-cleanPietro Cerutti2014-01-303-3/+35
| | | | Notes: svn path=/head/; revision=341832
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-7/+1
| | | | Notes: svn path=/head/; revision=285175
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Pass maintainership to gahrMartin Wilke2009-05-111-1/+1
| | | | Notes: svn path=/head/; revision=233675
* - Fix malformed conditionalMartin Wilke2009-02-031-1/+3
| | | | | | | Reported by: Kenneth Lind Notes: svn path=/head/; revision=227555
* - Fix buildMartin Wilke2009-02-031-0/+11
| | | | Notes: svn path=/head/; revision=227553
* - Update to 5.0Martin Wilke2009-02-032-6/+13
| | | | Notes: svn path=/head/; revision=227552
* - Update to 3.0Martin Wilke2008-12-222-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=224612
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* Add port audio/libaiff:Andrew Pantyukhin2006-09-143-0/+50
LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/ Notes: svn path=/head/; revision=173058