non port: devel/py-ncurses/Makefile |
Number of commits found: 22 |
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
|
Wednesday, 23 Mar 2016
|
12:46 marino
devel/py-ncurses: USES+= ncurses
|
Saturday, 14 Mar 2015
|
04:02 amdmi3
- Add LICENSE
- Strip libraries
|
Monday, 20 Oct 2014
|
16:04 mva
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Friday, 27 Dec 2013
|
10:36 wg
devel/py-ncurses: support staging and use auto plist
|
Friday, 20 Sep 2013
|
17:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Monday, 9 Jan 2012
|
04:01 eadler
- Remove outdated version checks
Reviewed by: nox
|
Monday, 7 Nov 2011
|
04:24 miwi
- Get rid FreeBSD 6 support
|
Friday, 25 Feb 2011
|
11:09 miwi
- Clean up PYTHON_REL >= 230 < 240
|
Saturday, 22 Aug 2009
|
00:18 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with D
|
Monday, 30 Jul 2007
|
09:42 alexbl
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Thursday, 19 Apr 2007
|
02:46 rafan
- Remove define_key() definition when newer ncurses is used
Reported by: pointyhat via kris
|
Saturday, 10 Feb 2007
|
21:34 rafan
- un-expire it since ncurses author is interested in making it works again
|
Wednesday, 17 Jan 2007
|
06:19 rafan
- The project development ceased 6 years ago, and it does not work
with new ncurses.
|
Thursday, 4 May 2006
|
21:41 edwin
Remove USE_REINPLACE from all categories starting with D
|
Friday, 1 Aug 2003
|
23:03 perky
Enable build on python2.3
|
Thursday, 20 Feb 2003
|
17:07 knu
De-pkg-comment.
|
Monday, 18 Nov 2002
|
03:48 kris
Reset undeliverable maintainer addresses to ports@FreeBSD.org
|
Thursday, 20 Jun 2002
|
20:04 ijliao
- Add missed .pyo files on pkg-plist
- Add workaround for the problem when importing ncurses.panel earlier
than ncurses.curses module
- Chase the modern bsd.python.mk style.
PR: 39448
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Approved by: maintainer
|
Monday, 29 Apr 2002
|
14:01 ijliao
use USE_PYDISTUTILS
|
Tuesday, 13 Mar 2001
|
21:25 sobomax
This committer needs to take a seep. *sigh*
|
Number of commits found: 22 |