aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3c
Commit message (Collapse)AuthorAgeFilesLines
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-11/+9
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 0.31.Marcelo Araujo2009-09-133-59/+18
| | | | | | | | | | | - Some Makefile changes in favor to use USE_CDRTOOLS and USE_GETTEXT. PR: ports/138323 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (more than 2 weeks) Notes: svn path=/head/; revision=241341
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-4/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 Notes: svn path=/head/; revision=154107
* Update mastersite and WWW linkSam Lawrance2005-10-292-3/+4
| | | | | | | | | PR: ports/87927 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: Joris Vandalon <joris@vandalon.nl> (maintainer) Notes: svn path=/head/; revision=146661
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-0/+4
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Don't depend on gtar silently ignoring non-tar files (in this case, aKris Kennaway2004-06-061-0/+1
| | | | | | | shell script) by setting EXTRACT_ONLY Notes: svn path=/head/; revision=110910
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Update port: audio/mp3c Makefile updatedEdwin Groothuis2003-03-311-4/+4
| | | | | | | | PR: ports/48880 Submitted by: Joris Vandalon <wiebel@FreeBSD.nl> Notes: svn path=/head/; revision=77787
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Fixed illegal fetchcommand.Edwin Groothuis2003-02-172-17/+20
| | | | | | | Noticed by: kris@ Notes: svn path=/head/; revision=75677
* Make a usefull pkg-comment for it.Edwin Groothuis2003-01-191-1/+1
| | | | | | | Noticed by: freshports daily new ports mailing Notes: svn path=/head/; revision=73571
* New port MP3c, a cd to mp3 converter with an ASCII frontend:Edwin Groothuis2003-01-196-0/+90
MP3c is a nice tool for converting cd's to mp3. PR: ports/40461 Submitted by: Joris Vandalon <joris@vandalon.nl> Notes: svn path=/head/; revision=73478