Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5a1_4 26 Oct 2020 20:16:02
  |
rene  |
Remove expired ports:
2020-10-25 converters/zbase32: does not build with python3
2020-10-25 devel/py-PEAK-Rules: does not build with python3
2020-10-25 editors/nvi-devel: Unsupported upstream since 2015, please switch to
editors/nvi2
See https://people.freebsd.org/~rene/stuff/old-ports.txt for "unremoveable"
ports. |
0.5a1_4 25 Sep 2020 06:50:18
  |
wen  |
- Mark DEPRECATED |
0.5a1_4 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.5a1_4 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.5a1_4 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.5a1_4 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.5a1_4 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.5a1_4 01 Mar 2014 18:02:33
  |
miwi  |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
0.5a1_3 20 Nov 2013 20:51:25
  |
sunpoet  |
- Update WWW:
- http://cheeseshop.python.org/ -> https://pypi.python.org/
- http://pypi.python.org/ -> https://pypi.python.org/
With hat: python
Approved by: bapt (portmgr) |
0.5a1_3 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5a1_3 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
0.5a1_3 24 Dec 2010 00:23:38
 |
wen  |
- Bump PORTREVISION since distinfo change. |
0.5a1_2 24 Dec 2010 00:18:36
 |
wen  |
- Update MASTERSITE to fix fetch error
Reported by: QAT@
Thanks to: nivit@ |
0.5a1_2 21 Dec 2010 00:03:47
 |
wen  |
- Fix fetch |
0.5a1_2 20 Dec 2010 06:37:27
 |
wen  |
- Update to dev-r2686 and bump PORTREVISION
- Update my email to FreeBSD |
0.5a1_1 06 Jul 2009 07:04:19
 |
miwi  |
- Distfile was rerolled to fix some doc stuff
- Add backup mirror
Reported by: erwin/pav/qat |
0.5a1 01 Jul 2009 09:02:19
 |
miwi  |
PEAK-Rules is a highly-extensible framework for creating and using
generic functions, from the very simple to the very complex. Out of
the box, it supports multiple-dispatch on positional arguments using
tuples of types, full predicate dispatch using strings containing
Python expressions, and CLOS-like method combining. (But the framework
allows you to mix and match dispatch engines and custom method
combinations, if you need or want to.)
WWW: http://pypi.python.org/pypi/PEAK-Rules
PR: ports/135965
Submitted by: Wen Heping <wenheping at gmail.com> |