New port:

CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating
systems. It allows any application which prints via CUPS to print to Google
Cloud Print directly.
This commit is contained in:
Eitan Adler 2014-01-29 14:43:47 +00:00
parent 8814a8ed8b
commit 13759ce711
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341742
4 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,32 @@
# $FreeBSD$
PORTNAME= cups-cloud-print
PORTVERSION= 0.0.1
CATEGORIES= print
MAINTAINER= eadler@FreeBSD.org
COMMENT= Print using Google Cloud Print
LICENSE= GPLv3
BUILD_DEPENDS= cancel:${PORTSDIR}/print/cups-base
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cups>=0:${PORTSDIR}/print/py-cups \
${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \
cancel:${PORTSDIR}/print/cups-base
USE_GITHUB= yes
GH_ACCOUNT= simoncadman
GH_PROJECT= CUPS-Cloud-Print
GH_COMMIT= d7ce53b
GH_TAGNAME= ${GH_COMMIT}
HAS_CONFIGURE= yes
USE_PYTHON= yes
USES= gmake shebangfix
SHEBANG_FILES= full-test.sh
#CONFIGURE_ARGS= --cupsgroup=cups
MAKE_ARGS= NOPERMS=1
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cups-cloud-print-0.0.1.tar.gz) = 06c5a52daf65db9bfe7a0218cec8a487918797f5a2d2b4ea4187595b55077099
SIZE (cups-cloud-print-0.0.1.tar.gz) = 298144

View file

@ -0,0 +1,5 @@
CUPS Cloud Print is a Google Cloud Print driver for UNIX-like operating
systems. It allows any application which prints via CUPS to print to Google
Cloud Print directly.
WWW: http://www.niftiestsoftware.com/cups-cloud-print/

View file

@ -0,0 +1,43 @@
libexec/cups/backend/cloudprint
libexec/cups/driver/cupscloudprint
share/cloudprint-cups/COPYING
share/cloudprint-cups/README.md
share/cloudprint-cups/auth.py
share/cloudprint-cups/backend.py
share/cloudprint-cups/cloudprintrequestor.py
share/cloudprint-cups/deleteaccount.py
share/cloudprint-cups/dynamicppd.py
share/cloudprint-cups/full-test.sh
share/cloudprint-cups/listcloudprinters.py
share/cloudprint-cups/listdrivefiles.py
share/cloudprint-cups/oauth2client/__init__.py
share/cloudprint-cups/oauth2client/anyjson.py
share/cloudprint-cups/oauth2client/client.py
share/cloudprint-cups/oauth2client/clientsecrets.py
share/cloudprint-cups/oauth2client/crypt.py
share/cloudprint-cups/oauth2client/locked_file.py
share/cloudprint-cups/oauth2client/multistore_file.py
share/cloudprint-cups/printer.py
share/cloudprint-cups/reportissues.py
share/cloudprint-cups/setup.py
share/cloudprint-cups/setupcloudprint.py
share/cloudprint-cups/submitjob.py
share/cloudprint-cups/test_auth.py
share/cloudprint-cups/test_backend.py
share/cloudprint-cups/test_cloudprintrequestor.py
share/cloudprint-cups/test_mockrequestor.py
share/cloudprint-cups/test_printer.py
share/cloudprint-cups/testfiles/NotPdf.txt
share/cloudprint-cups/testfiles/Test Page.pdf
share/cloudprint-cups/testfiles/Test Page.png
share/cloudprint-cups/testfiles/capabilitylist
share/cloudprint-cups/testfiles/testppd.ppd
share/cloudprint-cups/upgrade.py
@dirrmtry share/cups/model
@dirrmtry share/cups
@dirrmtry share/cloudprint-cups/testfiles
@dirrmtry share/cloudprint-cups/oauth2client
@dirrmtry share/cloudprint-cups
@dirrmtry libexec/cups/driver
@dirrmtry libexec/cups/backend
@dirrmtry libexec/cups