aboutsummaryrefslogtreecommitdiff
path: root/audio/abcde
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.9.3Tilman Keskinoz2019-02-113-18/+6
| | | | | | | patch-abcde was upstreamed Notes: svn path=/head/; revision=492735
* Fix Musicbrainz supportTilman Keskinoz2018-08-072-14/+10
| | | | | | | | | | | | | | - by replacing GNU sed'ism with awk Obtained from: upstream While here: - remove dependencies on perl modules included in perl-base - Grab maintainership Notes: svn path=/head/; revision=476581
* - Update to 2.9.2Wen Heping2018-08-032-5/+4
| | | | Notes: svn path=/head/; revision=476296
* audio/abcde: resolve conflicting dependenciesTorsten Zuehlsdorff2018-05-021-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | abcde depends on www/p5-WebService-MusicBrainz0, but the installed script 'abcde-musicbrainz-tool' depends on www/p5-WebService-MusicBrainz. The two versions of p5-WebService-MusicBrainz conflict with each other. Update dependency to use p5-WebService-MusicBrainz, which is supported since the update of audio/abcde to 2.9.x Also adding the missing dependencies: - p5-Digest-SHA - p5-MusicBrainz-DiscID - p5-WebService-MusicBrainz - p5-Getopt-Long - p5-Pod-Usage At least release myself from being MAINTAINER of this port. PR: 227660 Reported by: <perlhack@protonmail.com> Reviewed by: <perlhack@protonmail.com> Notes: svn path=/head/; revision=468825
* audio/abcde: Update from 2.8.1 to 2.9.1Torsten Zuehlsdorff2018-03-164-13/+12
| | | | | | | Changelog: https://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=blob;f=changelog;h=7794b57256ded379a8c00cd4d74c84a628b30c19;hb=ff4100f967b74171b27f4a7038e87082aa6e6bf2 Notes: svn path=/head/; revision=464665
* - abcde requires the eyeD3 command, not the eyed3 moduleAntoine Brodin2017-12-271-3/+3
| | | | | | | - abcde doesn't contain python code Notes: svn path=/head/; revision=457362
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* audio/abcde: Add MusicBrainz supportBen Woods2017-11-253-10/+33
| | | | | | | | | | | | | | - Make MusicBrainz support an on-by-default option - Add pkg-plist file to allow @sample to be clearly used for the config file - Include patch from upstream bug#54 to fix calculating MusicBrainz discid [1] [1] https://abcde.einval.com/bugzilla/show_bug.cgi?id=54 PR: 223346 Approved by: tz (maintainer timeout) Notes: svn path=/head/; revision=454861
* Chase audio/faac update (ABI incompatible to previous version 1.28)Thomas Zander2017-11-191-0/+1
| | | | | | | | PR: 223416 Submitted by: riggs Notes: svn path=/head/; revision=454488
* audio/abcde: Update from 2.7.2 to 2.8.1Torsten Zuehlsdorff2017-08-022-3/+4
| | | | | | | Changelog: https://git.einval.com/cgi-bin/gitweb.cgi?p=abcde.git;a=blob;f=changelog;h=42fc10fd36166d7703fe75e5a5f945f164e5354b;hb=a226ffafbb43cd32d91058bb336e86401418b4a9 Notes: svn path=/head/; revision=447098
* Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.orgTorsten Zuehlsdorff2016-06-101-1/+1
| | | | | | | Approved by: junovitch (mentor) Notes: svn path=/head/; revision=416662
* audio/abcde: update 2.7.1 -> 2.7.2Bartek Rutkowski2016-04-073-8/+8
| | | | | | | | PR: 208604 Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer) Notes: svn path=/head/; revision=412677
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-16/+16
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update to 2.7.1Dmitry Marakasov2015-10-132-4/+4
| | | | | | | | | | - Pass maintainership to submitter PR: 203740 Submitted by: ports@toco-domains.de Notes: svn path=/head/; revision=399223
* Update to upstream version 2.7Thomas Zander2015-09-135-101/+79
| | | | | | | | | | | | - General port cleanup - Apply FreeBSD-specific modifications to make it work out of the box more conveniently PR: 201837 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=396806
* Back to the pool.Grzegorz Blach2015-04-161-1/+1
| | | | | | | | Currently and in near future I don't have time to be responsible for any port. Notes: svn path=/head/; revision=384126
* - Update to 2.6Grzegorz Blach2014-12-195-97/+53
| | | | | | | | - Use OPTIONS helpers - Convert pkg-plist to PLIST_FILES Notes: svn path=/head/; revision=374944
* - Convert ports from audio/ to new USES=pythonMarcus von Appen2014-10-191-3/+1
| | | | | | | Reviewed by: portmgr (implicit) Notes: svn path=/head/; revision=371170
* - Switch audio/musepack to USES=libtool, drop .la filesDmitry Marakasov2014-08-041-1/+3
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Fix audio/abcde by requiring python - Fix audio/moc plist with MUSEPACK enabled Approved by: portmgr blanket Notes: svn path=/head/; revision=364024
* audio/py-eyed3: update to 0.7.4 (backwards incompatible branch)Ruslan Makhmatkhanov2014-04-201-2/+2
| | | | | | | | | | | - copy audio/py-eyed3 0.6.18 to audio/py-eyed3-06 - update audio/py-eyed3 to 0.7.4 - chase dependency change of audio/abcde to use audio/py-eyed3-06 - drop maintainership of audio/py-eyed3-06 - add mutual CONFLICTS into a both ports Notes: svn path=/head/; revision=351642
* - Move PLIST_FILES and MAN1 to pkg-plistGrzegorz Blach2013-09-292-4/+6
| | | | | | | | | - Bump PORTREVISION Approved by: crees (mentor) Notes: svn path=/head/; revision=328657
* - Support stagingGrzegorz Blach2013-09-271-6/+6
| | | | | | | Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=328502
* 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
* Use shebangfixBaptiste Daroussin2013-05-071-3/+3
| | | | Notes: svn path=/head/; revision=317576
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-1/+1
| | | | | | | | | | | | | | | 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
* - Use cdcontrol eject properlyGrzegorz Blach2013-02-232-4/+26
| | | | | | | | | - Bump PORTREVISION Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=312844
* - Adopt portGrzegorz Blach2012-12-093-11/+21
| | | | | | | | | - Update to 2.5.4 Approved by: crees (mentor) Notes: svn path=/head/; revision=308534
* Back to the pool as I have no time for it anymoreBaptiste Daroussin2012-11-281-2/+2
| | | | | | | | | While here remove useless quotes in some options descriptions Feature safe: yes Notes: svn path=/head/; revision=307885
* Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itselfBaptiste Daroussin2012-10-261-10/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306420
* Fix descriptions with "()"Baptiste Daroussin2012-05-291-1/+1
| | | | | | | Reported by: sanity check Notes: svn path=/head/; revision=297683
* Convert to new options frameworkBaptiste Daroussin2012-05-291-20/+15
| | | | | | | Add shared AAC, DAGRAB, GOGO, MPP and SPEEX descriptions Notes: svn path=/head/; revision=297681
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* Fix PORTVERSION/PORTREVISION messup. The previous commit broke the port andMatthias Andree2011-11-261-1/+2
| | | | | | | | | | made the ports framework IGNORE it due to the underscore in PORTVERSION. Approved by: bapt@ (maintainer, on IRC) Feature safe: yes Notes: svn path=/head/; revision=286450
* install the configuration file as abcde.conf.sample to avoid overwriting it ↵Baptiste Daroussin2011-11-251-6/+6
| | | | | | | | | | on each upgrade Sugested by: Jim Long <james@umpquanet.com> (private mail) Feature safe: yes Notes: svn path=/head/; revision=286447
* Fix Musepack dependency to look for mpcenc rather than mppenc.Matthias Andree2011-08-021-1/+1
| | | | | | | | | This fixes the build with the MPP option enabled (non-default). Approved by: bapt (maintainer) Notes: svn path=/head/; revision=278809
* Remove bladeenc option as it is not fetchable anymoreBaptiste Daroussin2011-08-011-5/+0
| | | | Notes: svn path=/head/; revision=278675
* - upgrade to 2.4.2Baptiste Daroussin2011-03-115-72/+78
| | | | | | | | | | | | | - add license - optionify - add license - change mastersite to new google code - try to bring all supported features available to users - update description - take maintainersheip Notes: svn path=/head/; revision=270654
* Reset jmelo@FreeBSD.org due to many months of inactivity and no responseMark Linimon2010-06-191-1/+1
| | | | | | | | | | to PRs. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=256687
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-1/+1
| | | | | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency) Notes: svn path=/head/; revision=255644
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - Fix md5(1) call.Jean Milanez Melo2008-04-182-1/+9
| | | | | | | | | | - Bump portrevision. PR: ports/121712 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Notes: svn path=/head/; revision=211538
* - Use new USE_CDRTOOLS variablePav Lucistnik2007-01-311-1/+1
| | | | | | | Tested on: pointyhat Notes: svn path=/head/; revision=183769
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* - Change my ports MAINTAINER to jmelo@FreeBSD.org.Jean Milanez Melo2006-04-051-1/+1
| | | | | | | Approved by: mnag (mentor) Notes: svn path=/head/; revision=158897
* - Add SHA256Pav Lucistnik2005-12-301-0/+1
| | | | | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) Notes: svn path=/head/; revision=152454
* http://www.soulwax.net/freebsd 500s to a Wax websiteEdwin Groothuis2005-11-251-2/+1
| | | | | | | See http://people.freebsd.org/~fenner/portsurvey/audio.html#abcde Notes: svn path=/head/; revision=149410
* - Rename and update actual patch to fix -o output bug.Florent Thoumie2005-11-233-0/+31
| | | | | | | | PR: ports/89421 Submitted by: maintainer Notes: svn path=/head/; revision=149172
* - Update to 2.3.3Renato Botelho2005-10-192-4/+4
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/87667 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: ex-maintainer Notes: svn path=/head/; revision=145885
* Pass maintainership of audio/abcde and audio/cd-discid on to TravisVolker Stolz2004-08-161-1/+1
| | | | | | | | | | | Campbell <hcoyote@ghostar.org>. Many thanks to Travis for agreeing to take over. PR: ports/70466 Submitted by: Munish Chopra (maintainer) Notes: svn path=/head/; revision=116369
* Move package files from plist to Makefile, remove pkg-plist.Sergey A. Osokin2004-07-262-3/+2
| | | | Notes: svn path=/head/; revision=114767