non port: print/cloudprint/Makefile |
Number of commits found: 17 |
Monday, 28 Dec 2020
|
23:02 antoine
Drop python 2.7 support from a few ports
With hat: portmgr
|
Monday, 9 Nov 2020
|
13:16 decke
print/cloudprint: Add deprecation message
Official statement from Google:
"Google Cloud Print, Google's cloud-based printing solution will no longer
be supported as of December 31, 2020. Beginning January 1, 2021, devices
across all operating systems will not be able to print using Cloud Print.
We recommend that you find an alternative print solution with your
respective platform's printing infrastructure."
|
Friday, 29 May 2020
|
01:59 sunpoet
Update RUN_DEPENDS for py-pycups 2.0.1 update
- Bump PORTREVISION for dependency change
|
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
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
|
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, 12 Jun 2017
|
08:37 decke
Fix dependency issue with missing argparse since it's
removal in r427780. Upstream has switched to ConfigArgParse
in the meantime so let's update the port to latest master
and switch to ConfigArgParse.
PR: 219890
Reported by: nimrodl@gmail.com
Thanks to: koobs@FreeBSD.org
|
Sunday, 4 Dec 2016
|
13:08 rene
Remove dependency on devel/py-argparse which is expired and included in
Python 2.7+ / 3.2+ by default.
sysutils/osquery fails to build because of C++ errors.
|
Wednesday, 16 Nov 2016
|
16:18 decke
- Add missing runtime dependencies (requests, argparse)
- Bump PORTREVISION
PR: 210674
Submitted by: Jochen Breuer <brejoc@gmail.com>
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 11 Dec 2015
|
10:07 sunpoet
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
|
Monday, 7 Sep 2015
|
17:54 sunpoet
- Update to 0.14
- Use automatic plist generation (USE_PYTHON=autoplist)
- Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
Changes: https://github.com/armooo/cloudprint/commits/master
PR: 202878
Submitted by: sunpoet (myself)
Approved by: decke (maintainer)
|
Thursday, 7 May 2015
|
17:32 mat
Update ports in the p* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 24 Oct 2014
|
16:43 mva
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit)
|
Thursday, 17 Apr 2014
|
11:29 decke
- Update to 0.11.20140216 which includes a fix from upstream
for running in a FreeNAS jail which does not have /dev/log.
|
Monday, 10 Mar 2014
|
09:20 decke
- Add rc startscript with support to run cloudprint as unprivileged user
- Bump PORTREVISION
|
Wednesday, 5 Mar 2014
|
15:42 decke
Google cloud print proxy utility for sharing your local
CUPS printers.
WWW: https://github.com/armooo/cloudprint
|
Number of commits found: 17 |