non port: textproc/py-libtre/Makefile |
Number of commits found: 16 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
 |
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
 |
Monday, 27 Jun 2016
|
21:30 rene
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 10 Dec 2014
|
16:09 feld
Update "BSD" license in textproc category
 |
Sunday, 7 Dec 2014
|
10:01 mva
- Convert textproc/ to USES=python
With hat: python@
 |
Tuesday, 29 Jul 2014
|
21:43 adamw
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
 |
Monday, 14 Jul 2014
|
18:42 bapt
Modernize LIB_DEPENDS
With hat: portmgr
 |
Saturday, 1 Mar 2014
|
18:12 miwi
- Convert to autoplist
- Stage support
- Bump PORTREVISION
 |
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
 |
Monday, 17 Jan 2011
|
22:11 bf
- Mirror the distfile locally
- Remove MD5 checksum from distinfo
- Add LICENSE information
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
 |
Thursday, 8 Jul 2010
|
12:51 bf
Change my ports to use my FreeBSD.org email address.
 |
Tuesday, 22 Dec 2009
|
11:36 miwi
- Update to 0.8.0
PR: 140552 140553
Submitted by: bf <bf1783@gmail.com> (maintainer)
 |
Thursday, 23 Jul 2009
|
13:54 yzlin
- Update to 0.7.6
PR: ports/136921
Submitted by: bf <bf1783 AT gmail.com> (maintainer)
Approved by: lwhsu (mentor)
 |
Sunday, 7 Jun 2009
|
18:51 miwi
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
 |
Monday, 31 Dec 2007
|
21:45 lwhsu
Add py-libtre 0.7.5, python interface for the tre regular expressions
library.
PR: ports/113446
Submitted by: bf <bf2006a at yahoo.com>
 |
Number of commits found: 16 |