aboutsummaryrefslogtreecommitdiff
path: root/audio/pytone
Commit message (Collapse)AuthorAgeFilesLines
* For ports under categories a* and b*: remove some excessive linefeeds.Alexey Dokuchaev2019-05-291-2/+0
| | | | Notes: svn path=/head/; revision=502959
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-4/+4
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Update MAD_RUN_DEPENDSSunpoet Po-Chuan Hsieh2018-02-031-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=460796
* Remove superfluous linefeeds.Alexey Dokuchaev2018-01-111-1/+0
| | | | Notes: svn path=/head/; revision=458754
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-7/+7
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398832
* - Convert to USES=python, limit to 2.xJason E. Hale2014-10-051-11/+7
| | | | | | | | | | | | - Fix typo in RUN_DEPENDS - Simplify post-install - Remove PYAO option as the port builds a library for handling libao by default and py-ao would only be needed if that library wasn't built - Bump PORTREVISION Notes: svn path=/head/; revision=370025
* - Update to upstream version 3.0.3Thomas Zander2014-08-033-22/+29
| | | | | | | | | | | | | - Add LICENSE - Makefile cleanup - Use pkg-message.in instead of pkg-message PR: 190889 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit) Notes: svn path=/head/; revision=363891
* Hand back to ports@.David Thiel2014-05-231-1/+1
| | | | Notes: svn path=/head/; revision=354949
* Remove non-default dependency on expired py-xmmsAntoine Brodin2014-04-081-3/+1
| | | | Notes: svn path=/head/; revision=350632
* Support stageBaptiste Daroussin2014-04-042-213/+10
| | | | | | | Use python autoplist Notes: svn path=/head/; revision=350179
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Convert to new options framework left un converted ports in a* categoriesBaptiste Daroussin2013-03-211-14/+14
| | | | | | | | | While here trim headers Convert some gnomehack to pathfix Convert some pkgconfig to USE_PKGCONFIG=build Notes: svn path=/head/; revision=314853
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-6/+2
| | | | Notes: svn path=/head/; revision=313402
* Apply cleanup patch.David Thiel2011-08-253-183/+183
| | | | | | | | PR: ports/160053 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=280429
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-4/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION after libao update and handle API incompatibility.Christian Weisgerber2010-06-061-1/+2
| | | | Notes: svn path=/head/; revision=255956
* Update to 3.0.2.David Thiel2009-06-163-11/+4
| | | | Notes: svn path=/head/; revision=235995
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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 path in sqlite dependency.David Thiel2007-12-161-1/+1
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=203874
* Update to 3.0.1.David Thiel2007-12-146-34/+31
| | | | Notes: svn path=/head/; revision=203647
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Forgot to cvs add patch...David Thiel2007-05-281-0/+11
| | | | | | | Approved by: edwin (mentor) Notes: svn path=/head/; revision=192156
* Fix the stray pytonerc file that was getting installed into /etc.David Thiel2007-05-282-4/+7
| | | | | | | | Submitted by: kris via pointyhat Approved by: edwin (mentor) Notes: svn path=/head/; revision=192155
* Add pkg-message showing a minimal pytonerc file.David Thiel2007-05-252-0/+16
| | | | | | | Approved by: edwin (mentor) Notes: svn path=/head/; revision=191703
* Adding pytone, a python/curses-based music jukebox.David Thiel2007-05-244-0/+260
Approved by: edwin (mentor) Notes: svn path=/head/; revision=191656