non port: textproc/archmage/Makefile |
Number of commits found: 27 |
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
|
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:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 21 Apr 2015
|
10:41 amdmi3
- Add LICENSE_FILE
- Add CPE info
|
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)
|
Sunday, 23 Feb 2014
|
09:41 mva
- Respect ETCDIR and DATADIR
- Limit to the supported python versions
- Convert to PYDISTUTILS_AUTOPLIST
PR: ports/185947
With hat: python@
|
Saturday, 25 Jan 2014
|
22:03 mat
- Convert to staging
- Add license
- Convert to options helpers
Sponsored by: Absolight
|
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Tuesday, 31 Jul 2012
|
13:38 rm
- fix checking for correct version of py-beautifulsoup once again
At the moment I can't think of a better solution for the case when
multimple versions of beautifulsoup is installed.
|
07:07 rm
- add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports
Reported by: pointyhat (erwin)
|
Monday, 27 Jul 2009
|
22:18 miwi
- Update to 0.2.4
PR: 137122
Submitted by: Kouki Hashimoto <hsmtkk@gmail.com>
|
Sunday, 7 Sep 2008
|
00:19 linimon
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wednesday, 18 Jul 2007
|
13:20 sat
- Update to 0.1.9
|
Sunday, 21 Jan 2007
|
17:31 sat
- Distfile rerolled with no changes at all -
recompressed for the sake of 7 bytes
Reported by: Ricardo Branco <goabranco@hotmail.com>
|
Thursday, 18 Jan 2007
|
08:27 sat
- Update to 0.0.8
|
Sunday, 30 Jul 2006
|
22:46 sat
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
|
Monday, 8 May 2006
|
21:41 sat
Update my e-mail address
Approved by: krion (mentor, implicit)
|
Monday, 1 May 2006
|
13:28 pav
- Update to 0.0.7
- Take maintainership
PR: ports/95794
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
|
Friday, 14 Apr 2006
|
18:14 linimon
Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.
Hat: portmgr
|
Friday, 22 Jul 2005
|
09:33 vsevolod
Update my email address.
Approved by: perky (mentor)
|
Sunday, 3 Apr 2005
|
16:14 sem
- Unbreak on arch != i386
Submitted by: maintainer (on IRC)
|
Saturday, 26 Mar 2005
|
21:32 kris
BROKEN on !i386: Does not compile
Approved by: portmgr (self)
|
Sunday, 27 Feb 2005
|
18:14 sem
- Drop dependence on pychm due some incompatible.
Depend on chmlib directly.
- As result files placement has changed.
PR: ports/76152
Submitted by: maintainer
|
Tuesday, 22 Feb 2005
|
20:06 sem
New port: ArCHMage is extensible reader/decompiler of files in CHM format.
PR: ports/77930
Submitted by: Vsevolod Stakhov <vsevolod(at)highsecure.ru>
|
Number of commits found: 27 |