aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3_check
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Cleanup patches, a* categories.Mathieu Arnold2016-07-264-14/+14
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380300
* Allow staging as a regular userAntoine Brodin2014-08-241-12/+3
| | | | Notes: svn path=/head/; revision=366016
* Support stagingEmanuel Haupt2014-02-145-15/+23
| | | | Notes: svn path=/head/; revision=344180
* 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
* Fix build with clangBaptiste Daroussin2013-05-271-0/+20
| | | | Notes: svn path=/head/; revision=319217
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - 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-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* - Axe trailing whitespacePav Lucistnik2004-01-311-1/+2
| | | | | | | | | - While here, add SIZE Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=99615
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-142-3/+6
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Switched to MASTER_SITE_SOURCEFORGE.Ying-Chieh Liao2002-07-092-1/+5
| | | | | | | | | | | Add WWW and Author to pkg-descr PR: 40293 Submitted by: Tilman Linneweh <tilman@arved.de> Approved by: maintainer Notes: svn path=/head/; revision=62687
* Update to 1.98.Maxim Sobolev2000-11-023-20/+18
| | | | | | | | PR: 22276 Submitted by: maintainer Notes: svn path=/head/; revision=34645
* Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha.Steve Price2000-08-081-3/+3
| | | | Notes: svn path=/head/; revision=31410
* Add mp3_check, a utility which verifies the integrity of mp3 files andWill Andrews2000-06-027-0/+61
prints some useful statistics. I made this port respect CC/CFLAGS. PR: 18812 Submitted by: Zach Zurflu <zach@pabst.bendnet.com> Notes: svn path=/head/; revision=29103