Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.2_2 19 Jan 2018 18:37:39 |
rene |
Remove expired port:
2018-01-18 graphics/py-rabbyt: Development ceased, no longer used in the ports |
0.8.2_2 18 Dec 2017 11:22:04 |
amdmi3 |
- Deprecate and expire: this was only needed for a single port which is no
longer in the tree, and the development has ceased (see
http://arcticpaint.com/projects/rabbyt/) |
0.8.2_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
0.8.2_2 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.8.2_1 03 Dec 2014 16:51:25 |
amdmi3 |
- Strip in PREFIX-, not in LOCALBASE-relative path
- Whitespace fix |
0.8.2_1 28 Sep 2014 08:07:56 |
amdmi3 |
- Switch to USES=python
- Strip libraries |
0.8.2_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.8.2 08 May 2014 04:09:47 |
amdmi3 |
- Remove unneeded PYDISTUTILS_PKGNAME |
0.8.2 24 Apr 2014 14:17:23 |
amdmi3 |
- Stage
- Drop easy_install
- Use auto plist
- Pet portlint
PR: 188950
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
0.8.2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.8.2 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.8.2 18 Jun 2013 11:46:52 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful |
0.8.2 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.8.2 28 Jul 2009 16:34:36 |
amdmi3 |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
0.8.2 29 May 2009 15:11:52 |
amdmi3 |
- Change MAINTAINER to my FreeBSD address |
0.8.2 09 Apr 2009 03:00:48 |
amdmi3 |
- Use MASTER_SITE_CHEESESHOP as suggested by portlint |
0.8.2 08 Apr 2009 23:14:43 |
amdmi3 |
Rabbyt is a sprite library for Python with game development in mind.
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/ |