notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: print/cups-cloud-print/Makefile

Number of commits found: 19

Tuesday, 2 Feb 2021
13:05 decke search for other commits by this committer
print/cups-cloud-print: Deprecate since Google Cloud Print is EoL

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."
Original commitRevision:563804 
Monday, 1 Feb 2021
19:47 sunpoet search for other commits by this committer
Remove python 2.7 support
Original commitRevision:563749 
Friday, 29 May 2020
02:00 sunpoet search for other commits by this committer
Update RUN_DEPENDS for py-pycups 2.0.1 update

- Bump PORTREVISION for dependency change
Original commitRevision:536874 
Saturday, 3 Feb 2018
09:02 amdmi3 search for other commits by this committer
- Cosmetic fix
- Update WWW
Original commitRevision:460798 
Wednesday, 10 Jan 2018
15:39 amdmi3 search for other commits by this committer
- Add missing python flavors
Original commitRevision:458651 
Monday, 9 May 2016
13:43 mat search for other commits by this committer
Update to 20160502.

PR:		209299
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:414851 
Thursday, 5 May 2016
09:03 amdmi3 search for other commits by this committer
- Switch to options helpers
Original commitRevision:414635 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Friday, 11 Dec 2015
10:07 sunpoet search for other commits by this committer
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports
Original commitRevision:403517 
Friday, 16 Oct 2015
17:02 marino search for other commits by this committer
print/cups-cloud-print: Upgrade version 20140814.2 => 20140814.3

PR:		201851
Submitted by:	Ports Fury
Original commitRevision:399492 
Thursday, 7 May 2015
17:32 mat search for other commits by this committer
Update ports in the p* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385643 
Wednesday, 18 Feb 2015
17:09 sunpoet search for other commits by this committer
- Release maintainership (it was not intended in previous commit)
Original commitRevision:379302 
16:24 sunpoet search for other commits by this committer
- Update to 20140814.2
- Sort RUN_DEPENDS
- Reformat pkg-descr

Changes:	https://www.niftiestsoftware.com/cups-cloud-print/#software-hub-view-1-changelog
Original commitRevision:379285 
Monday, 16 Feb 2015
15:14 vanilla search for other commits by this committer
Upgrade to 20140814.1.

PR:		197452
Submitted by:	Ports Fury.
Original commitRevision:379097 
Friday, 24 Oct 2014
16:43 mva search for other commits by this committer
- Convert ports of news/ and print/ to new USES=python

Approved by: portmgr (implicit)
Original commitRevision:371452 
Wednesday, 24 Sep 2014
06:00 eadler search for other commits by this committer
Hand back my ports to the pool.

Ports require time and TLC which I no longer have.
Original commitRevision:369161 
Wednesday, 29 Jan 2014
14:43 eadler search for other commits by this committer
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.
Original commitRevision:341742 

Number of commits found: 19