Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 14:43:47 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341742 - head/print/cups-cloud-print
Message-ID:  <201401291443.s0TEhlh5092909@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Wed Jan 29 14:43:47 2014
New Revision: 341742
URL: http://svnweb.freebsd.org/changeset/ports/341742
QAT: https://qat.redports.org/buildarchive/r341742/

Log:
  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.

Added:
  head/print/cups-cloud-print/
  head/print/cups-cloud-print/Makefile   (contents, props changed)
  head/print/cups-cloud-print/distinfo   (contents, props changed)
  head/print/cups-cloud-print/pkg-descr   (contents, props changed)
  head/print/cups-cloud-print/pkg-plist   (contents, props changed)

Added: head/print/cups-cloud-print/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-cloud-print/Makefile	Wed Jan 29 14:43:47 2014	(r341742)
@@ -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>

Added: head/print/cups-cloud-print/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-cloud-print/distinfo	Wed Jan 29 14:43:47 2014	(r341742)
@@ -0,0 +1,2 @@
+SHA256 (cups-cloud-print-0.0.1.tar.gz) = 06c5a52daf65db9bfe7a0218cec8a487918797f5a2d2b4ea4187595b55077099
+SIZE (cups-cloud-print-0.0.1.tar.gz) = 298144

Added: head/print/cups-cloud-print/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-cloud-print/pkg-descr	Wed Jan 29 14:43:47 2014	(r341742)
@@ -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/

Added: head/print/cups-cloud-print/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/cups-cloud-print/pkg-plist	Wed Jan 29 14:43:47 2014	(r341742)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401291443.s0TEhlh5092909>