Index: head/print/cups-cloud-print/Makefile =================================================================== --- head/print/cups-cloud-print/Makefile (nonexistent) +++ head/print/cups-cloud-print/Makefile (revision 341742) @@ -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 Property changes on: head/print/cups-cloud-print/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/cups-cloud-print/distinfo =================================================================== --- head/print/cups-cloud-print/distinfo (nonexistent) +++ head/print/cups-cloud-print/distinfo (revision 341742) @@ -0,0 +1,2 @@ +SHA256 (cups-cloud-print-0.0.1.tar.gz) = 06c5a52daf65db9bfe7a0218cec8a487918797f5a2d2b4ea4187595b55077099 +SIZE (cups-cloud-print-0.0.1.tar.gz) = 298144 Property changes on: head/print/cups-cloud-print/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/cups-cloud-print/pkg-descr =================================================================== --- head/print/cups-cloud-print/pkg-descr (nonexistent) +++ head/print/cups-cloud-print/pkg-descr (revision 341742) @@ -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/ Property changes on: head/print/cups-cloud-print/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/cups-cloud-print/pkg-plist =================================================================== --- head/print/cups-cloud-print/pkg-plist (nonexistent) +++ head/print/cups-cloud-print/pkg-plist (revision 341742) @@ -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 Property changes on: head/print/cups-cloud-print/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property