From owner-svn-ports-head@freebsd.org Mon Aug 6 09:44:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B22C10519E2; Mon, 6 Aug 2018 09:44:18 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC18A713A5; Mon, 6 Aug 2018 09:44:17 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4CD732B5; Mon, 6 Aug 2018 09:44:17 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w769iHrL058878; Mon, 6 Aug 2018 09:44:17 GMT (envelope-from uqs@FreeBSD.org) Received: (from uqs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w769iHLT058876; Mon, 6 Aug 2018 09:44:17 GMT (envelope-from uqs@FreeBSD.org) Message-Id: <201808060944.w769iHLT058876@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: uqs set sender to uqs@FreeBSD.org using -f From: Ulrich Spoerlein Date: Mon, 6 Aug 2018 09:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476501 - in head/print: cloud-print-connector cups-cloud-print X-SVN-Group: ports-head X-SVN-Commit-Author: uqs X-SVN-Commit-Paths: in head/print: cloud-print-connector cups-cloud-print X-SVN-Commit-Revision: 476501 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 09:44:18 -0000 Author: uqs Date: Mon Aug 6 09:44:17 2018 New Revision: 476501 URL: https://svnweb.freebsd.org/changeset/ports/476501 Log: Cross-reference cloud-print-connector and cups-cloud-print This would've saved me some time recently, I'm sure others can also benefit. Approved by: swills Modified: head/print/cloud-print-connector/pkg-descr head/print/cups-cloud-print/pkg-descr Modified: head/print/cloud-print-connector/pkg-descr ============================================================================== --- head/print/cloud-print-connector/pkg-descr Mon Aug 6 09:37:59 2018 (r476500) +++ head/print/cloud-print-connector/pkg-descr Mon Aug 6 09:44:17 2018 (r476501) @@ -3,4 +3,7 @@ Cloud Print Connector. The Connector is a purpose-buil share hundreds of printers on a powerful server, or one printer on a Raspberry Pi. +For printing from CUPS clients to Google Cloud Print, please see +print/cups-cloud-print instead. + WWW: https://github.com/google/cloud-print-connector Modified: head/print/cups-cloud-print/pkg-descr ============================================================================== --- head/print/cups-cloud-print/pkg-descr Mon Aug 6 09:37:59 2018 (r476500) +++ head/print/cups-cloud-print/pkg-descr Mon Aug 6 09:44:17 2018 (r476501) @@ -2,4 +2,7 @@ CUPS Cloud Print is a Google Cloud Print driver for UN systems. It allows any application which prints via CUPS to print to Google Cloud Print directly. +For printing from ChromeOS or Android to CUPS printers, please see +print/cloud-print-connector instead. + WWW: https://www.niftiestsoftware.com/cups-cloud-print/