aboutsummaryrefslogtreecommitdiff
path: root/audio/normalize
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Support WITHOUT_NLSKris Kennaway2004-03-272-3/+10
| | | | Notes: svn path=/head/; revision=105457
* Unbreak the fetch step: USE_BZIP2 must be set before the use ofBrian Feldman2004-03-241-1/+1
| | | | | | | | | OPTIONS/<bsd.port.pre.mk> to take effect there. Submitted by: mich Notes: svn path=/head/; revision=105123
* Add the ability to install the XMMS plugin (WITH_XMMS option).Brian Feldman2004-03-232-2/+14
| | | | Notes: svn path=/head/; revision=105072
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Chase the libmad/libid3tag shared lib version.Joe Marcus Clarke2003-12-071-1/+2
| | | | Notes: svn path=/head/; revision=95225
* - Update to version 0.7.6Kirill Ponomarev2003-11-164-6/+71
| | | | | | | | PR: 59328 Submitted by: Ports Fury Notes: svn path=/head/; revision=94092
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.Mark Linimon2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92931
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-1/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Update port: audio/normalize to 0.7.5Edwin Groothuis2003-02-244-5/+6
| | | | | | | | PR: ports/42399 Submitted by: Jamie Aczel <temperanza@softhome.net> Notes: svn path=/head/; revision=76366
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to version 0.5.2.Steve Price2001-02-273-2/+3
| | | | | | | | PR: 25395 Submitted by: maintainer Notes: svn path=/head/; revision=38826
* get rid of unnecessary libgnugetopt dependency.FUJISHIMA Satsuki2001-02-201-2/+1
| | | | Notes: svn path=/head/; revision=38507
* Style: use tabs, not spaces, to indent variables in Makefiles.Jimmy Olgeni2001-02-041-9/+9
| | | | | | | (whitespace only changes) Notes: svn path=/head/; revision=37952
* Add normalize, a tool for normalizing the volume of wav and mp3 files.Daniel Harris2001-02-035-0/+34
PR: 24754 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=37934