aboutsummaryrefslogtreecommitdiff
path: root/audio/py-vorbis
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | 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
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibilityTijl Coosemans2016-12-081-1/+1
| | | | | | | | links that were added in r374303 to prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428129
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Fix LICENSESunpoet Po-Chuan Hsieh2015-02-271-1/+1
| | | | Notes: svn path=/head/; revision=380062
* - Add LICENSEDmitry Marakasov2015-02-241-0/+6
| | | | | | | - Strip library Notes: svn path=/head/; revision=379794
* - Convert ports from audio/ to new USES=pythonMarcus von Appen2014-10-191-3/+2
| | | | | | | Reviewed by: portmgr (implicit) Notes: svn path=/head/; revision=371170
* audio/py-vorbis: remove useless PYDISTUTILS_PKGNAME knobWilliam Grzybowski2014-07-051-1/+0
| | | | Notes: svn path=/head/; revision=360788
* 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
* - Enable stage supportMarcus von Appen2013-09-271-4/+3
| | | | | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Limit to the supported python versions - Change to new LIB_DEPENDS where necessary Notes: svn path=/head/; revision=328530
* 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
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Fix MASTER_SITES to make it fetchable againMarcus von Appen2012-06-071-1/+1
| | | | Notes: svn path=/head/; revision=298706
* Passing MAINTAINER to ports@Soeren Straarup2012-03-021-1/+1
| | | | Notes: svn path=/head/; revision=292553
* - convert to using PYTHON_SITELIBDIR (not functional change)Ruslan Makhmatkhanov2012-02-121-1/+1
| | | | Notes: svn path=/head/; revision=291048
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Fix PREFIXSoeren Straarup2009-05-311-0/+4
| | | | | | | Obtained from: QAT Notes: svn path=/head/; revision=234918
* CATEGORIES+= python for py- ports missing itPhilip M. Gollucci2008-12-281-1/+1
| | | | | | | | PR: ports/124921 Approved by: portmgr (pav) Notes: svn path=/head/; revision=224878
* Removed gcc 3.4 dependencySoeren Straarup2008-03-071-1/+0
| | | | | | | | PR: ports/118080 Submitted by: Michael Moll < kvedulv at kvedulv.de > Notes: svn path=/head/; revision=208603
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-1/+2
| | | | | | | | | | | | | - 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
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Change my MAINTAINER email to be my @FreeBSD emailSoeren Straarup2006-09-291-1/+1
| | | | | | | Approved by: tmclaugh Notes: svn path=/head/; revision=174118
* - pass maintainership to Soeren StraarupIon-Mihai Tetcu2006-07-262-2/+2
| | | | | | | | | | - correct WWW PR: 100860 Submitted by: Soeren Straarup Notes: svn path=/head/; revision=168799
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Update to 1.4Volker Stolz2004-10-262-4/+4
| | | | | | | | PR: ports/71172 Submitted by: Michael Johnson Notes: svn path=/head/; revision=120222
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Drop maintainership.Neil Blakey-Milner2004-03-251-1/+1
| | | | Notes: svn path=/head/; revision=105252
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-1/+2
| | | | Notes: svn path=/head/; revision=96269
* Update py-vorbis to 1.3Neil Blakey-Milner2003-08-225-36/+5
| | | | Notes: svn path=/head/; revision=87516
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Mastersite reorganisations, make ports fetchable again.Edwin Groothuis2002-12-181-1/+1
| | | | | | | | PR: ports/46355 Submitted by: Christopher Sharp <csharp@gmx.net> Notes: svn path=/head/; revision=71714
* Add py-vorbis 1.0, object-oriented Python bindings for the vorbis library.Neil Blakey-Milner2002-10-077-0/+64
Notes: svn path=/head/; revision=67558