non port: net-im/py-jabberbot/Makefile |
Number of commits found: 17 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
|
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
|
Friday, 23 Feb 2018
|
21:09 rene
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary
|
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
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
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sunday, 23 Aug 2015
|
16:20 vg
- Update to 0.16
PR: ports/202472
Submitted by: Chris Petrik <chris@bsdjunk.com>
|
Friday, 24 Oct 2014
|
16:29 mva
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
|
Thursday, 10 Jul 2014
|
12:13 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt)
|
Sunday, 9 Mar 2014
|
14:40 miwi
- Convert to autoplist
- Stage support
- Bump PORTREVISIO
|
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
|
22:13 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-im)
|
Monday, 22 Jul 2013
|
14:34 vg
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
|
Monday, 13 Aug 2012
|
19:48 rm
- update to version 0.15
while here:
- strict python version to 2.x only
- move pkg-plist contents to PLIST_FILES
- tab -> space in pkg-descr:WWW
- use PYTHON_PKGNAMEPREFIX in dependency
PR: 170475
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
|
Sunday, 11 Sep 2011
|
07:26 culot
- Update to 0.14
- Add LICENSE (GPLv3)
PR: ports/160625
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
|
Friday, 25 Feb 2011
|
03:19 miwi
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
|
Wednesday, 7 Apr 2010
|
01:58 wen
python-jabberbot is a Jabber bot framework for Python that enables you
to easily write simple Jabber bots. You can use your Jabber bots to
provide information about your running systems, to make your website
interact with your visitors or notify you about updates or changes
you monitor with your Python scripts.
WWW: http://thpinfo.com/2007/python-jabberbot/
PR: ports/145428
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
Number of commits found: 17 |