aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-rabbyt
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired port:Rene Ladan2018-01-194-67/+0
| | | | | | | 2018-01-18 graphics/py-rabbyt: Development ceased, no longer used in the ports Notes: svn path=/head/; revision=459457
* - Deprecate and expire: this was only needed for a single port which is no ↵Dmitry Marakasov2017-12-181-0/+3
| | | | | | | longer in the tree, and the development has ceased (see http://arcticpaint.com/projects/rabbyt/) Notes: svn path=/head/; revision=456618
* 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
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* - Strip in PREFIX-, not in LOCALBASE-relative pathDmitry Marakasov2014-12-031-4/+4
| | | | | | | - Whitespace fix Notes: svn path=/head/; revision=373843
* - Switch to USES=pythonDmitry Marakasov2014-09-281-4/+5
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=369441
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Remove unneeded PYDISTUTILS_PKGNAMEDmitry Marakasov2014-05-081-1/+0
| | | | Notes: svn path=/head/; revision=353261
* - StageDmitry Marakasov2014-04-241-6/+4
| | | | | | | | | | | | - Drop easy_install - Use auto plist - Pet portlint PR: 188950 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=352005
* 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Trim Makefile headersDmitry Marakasov2013-06-182-8/+3
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Update URL of my distfile mirror in 87 portsDmitry Marakasov2009-07-281-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=238527
* - Change MAINTAINER to my FreeBSD addressDmitry Marakasov2009-05-291-1/+1
| | | | Notes: svn path=/head/; revision=234794
* - Use MASTER_SITE_CHEESESHOP as suggested by portlintDmitry Marakasov2009-04-091-1/+2
| | | | Notes: svn path=/head/; revision=231914
* Rabbyt is a sprite library for Python with game development in mind.Dmitry Marakasov2009-04-084-0/+69
It has two goals: 1. Be fast, without sacrificing ease of use. 2. Be easy to use, without sacrificing speed WWW: http://matthewmarshall.org/projects/rabbyt/ Notes: svn path=/head/; revision=231907