non port: converters/zbase32/Makefile |
Number of commits found: 15 |
Friday, 25 Sep 2020
|
06:35 wen
- Mark DEPRECATED
 |
Wednesday, 20 Jun 2018
|
17:05 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
 |
Thursday, 30 Nov 2017
|
15:50 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
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
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 19 Oct 2014
|
19:37 antoine
Unbreak
 |
07:50 mva
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit)
 |
Wednesday, 12 Feb 2014
|
09:43 miwi
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
 |
Friday, 20 Sep 2013
|
16:05 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
 |
Sunday, 2 Sep 2012
|
07:45 wen
- Update to 1.1.5
 |
Saturday, 21 Jan 2012
|
17:40 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
 |
Thursday, 23 Dec 2010
|
00:38 wen
- Update to 1.1.3
 |
Sunday, 13 Jun 2010
|
01:26 wen
- Add missing dependence to fix the build error reported by qat@
 |
Wednesday, 9 Jun 2010
|
08:38 wen
- Update to 1.1.2
- Update my mail address to FreeBSD
 |
Saturday, 6 Dec 2008
|
22:42 miwi
- Update to 1.1.1
Approved by: maintainer implicit
 |
Sunday, 5 Oct 2008
|
10:11 miwi
zbase32 is a base32 encoder/decoder.It is an alternate
base32 encoder but not RFC 3548 compliant.
WWW: http://pypi.python.org/pypi/zbase32/
PR: ports/127771
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Number of commits found: 15 |