non port: irc/py-supybot/Makefile |
Number of commits found: 25 |
Tuesday, 18 Feb 2020
|
10:58 antoine
Deprecate a few unmaintained ports that use python27
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
|
Thursday, 7 Jan 2016
|
11:07 miwi
- Convert to options helper
|
Thursday, 30 Jul 2015
|
11:36 amdmi3
- Add LICENSE, don't install it (and INSTALL) with docs
- Add NO_ARCH
- Simplify manpage installation, fix related stage-qa warning
|
Friday, 12 Jun 2015
|
20:58 erwin
Reset dhn's ports
PR: 197522
Submitted by: jbeich
Approved by: portmgr
|
Wednesday, 27 May 2015
|
00:15 amdmi3
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
|
Monday, 20 Oct 2014
|
17:52 mva
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit)
|
Thursday, 18 Sep 2014
|
12:31 mat
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
|
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)
|
Friday, 4 Jul 2014
|
00:11 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Tuesday, 13 May 2014
|
00:23 gerald
Enable staging.
PR: 188960
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
Approved by: portmgr (blanket pre-approval)
|
Monday, 13 Jan 2014
|
21:00 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)
|
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Saturday, 22 Aug 2009
|
00:24 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Sunday, 19 Jul 2009
|
16:10 dhn
- Update to 0.83.4.1
|
Tuesday, 7 Jul 2009
|
20:37 dhn
- Update to 0.83.4
|
Monday, 4 May 2009
|
18:42 miwi
- Pass maintainership to dhn@
|
Tuesday, 23 Oct 2007
|
23:07 miwi
- Update to 0.83.3
|
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
|
Saturday, 5 Aug 2006
|
15:27 miwi
- Update 0.83.2
- Take maintainership [1]
PR: ports/100988
Submitted by: Radim Kolar <hsn(at)netmag.cz>
Approved by: krion (mentor), [1] miwi
|
Friday, 19 May 2006
|
14:10 mnag
- Update to 0.83.1 [1]
- Use INSTALL_* instead of CP
- Respect MANPREFIX
PR: 96791 [1]
Submitted by: Radim Kolar <hsn___netmag.cz>
Approved by: maintainer timeout (14 days)
|
Tuesday, 5 Apr 2005
|
18:22 pav
- Update to 0.80.1
PR: ports/79518
Submitted by: Tim Middleton <x@Vex.Net> (maintainer)
|
Friday, 30 Apr 2004
|
08:45 linimon
Update to 0.77.2: some config names changed (see ChangeLog); new LogToIRC
plugin; many bug fixes.
PR: ports/65950
Submitted by: Tim Middleton <x@vex.net> (maintainer)
|
Thursday, 8 Apr 2004
|
06:56 perky
This port requires Python 2.3+.
Submitted by: James Vega <vega_james@lycos.com>
|
Wednesday, 10 Mar 2004
|
15:53 krion
Add py-supybot 0.77.0,
Supybot is an IRC bot written in Python; its goals are
primarily clarity, utility, and flexibility. It comes with an
extensive collection of plugins to do most tasks people might
want a bot to do, and then some; plus a easy framework to
create your own plugins.
WWW: http://supybot.sourceforge.net/
PR: ports/63952
Submitted by: Tim Middleton <x@vex.net>
|
Number of commits found: 25 |