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/py-cups/Makefile

Number of commits found: 51

Wednesday, 9 Dec 2015
14:27 sunpoet search for other commits by this committer
- Update to 1.9.73

Changes:	https://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Original commitRevision:403399 
Monday, 19 Oct 2015
20:20 sunpoet search for other commits by this committer
- Use USES=localbase
Original commitRevision:399762 
Wednesday, 2 Sep 2015
17:04 sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
Original commitRevision:395889 
Wednesday, 18 Mar 2015
13:02 sunpoet search for other commits by this committer
- Update to 1.9.72

Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Original commitRevision:381541 
Tuesday, 13 Jan 2015
16:27 sunpoet search for other commits by this committer
- Update to 1.9.70

Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Submitted by:	kwm (via IRC)
Original commitRevision:376968 
Friday, 15 Aug 2014
03:43 sunpoet search for other commits by this committer
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)

Notified by:	koobs, wg
Original commitRevision:364929 
03:02 sunpoet search for other commits by this committer
- Use USES=python
Original commitRevision:364918 
Saturday, 21 Jun 2014
06:43 sunpoet search for other commits by this committer
- Update to 1.9.67

Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
		http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Original commitRevision:358670 
Saturday, 29 Mar 2014
19:53 sunpoet search for other commits by this committer
- Use USES=tar:bzip2
Original commitRevision:349585 
Monday, 24 Feb 2014
10:41 sunpoet search for other commits by this committer
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON
- Bump PORTREVISION for package change
Original commitRevision:345811 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Wednesday, 11 Dec 2013
19:02 sunpoet search for other commits by this committer
- Strip shared library
Original commitRevision:336203 
Friday, 29 Nov 2013
16:58 sunpoet search for other commits by this committer
- Update to 1.9.66

Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
		http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Original commitRevision:335196 
Wednesday, 20 Nov 2013
03:21 sunpoet search for other commits by this committer
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Update WWW: use https:// instead of http://
Original commitRevision:334382 
Friday, 20 Sep 2013
22:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Original commitRevision:327765 
Saturday, 7 Sep 2013
17:53 sunpoet search for other commits by this committer
- Cosmetic change
Original commitRevision:326670 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Saturday, 23 Mar 2013
09:20 sunpoet search for other commits by this committer
- Update to 1.9.63
- Remove unnecessary -liconv from LDFLAGS
- Cleanup Makefile header
- Cosmetic change

Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
		http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Original commitRevision:315019 
Sunday, 5 Aug 2012
07:08 sunpoet search for other commits by this committer
- Update to 1.9.62
- Change MASTER_SITES to CHEESESHOP
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Update WWW

Note that tarball on CHEESESHOP differs from that on author's page [1] but the
contents are identical.

[1] http://cyberelk.net/tim/data/pycups/

Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
		http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Original commit
Monday, 12 Mar 2012
02:46 sunpoet search for other commits by this committer
- Update to 1.9.61

Changes:
- setup.py: Version 1.9.61.
- cupsipp.c (IPPRequest_getAttributes): Hardened for Py* failures.
- cupsppd.c (PPD_emitString): Fixed some more reference count issues (trac #17).
- cupsipp.c: Fixed reference count issue with called object result (trac #17).
  (cupsipp_iocb_read): Prevent NULL dereference when Py_BuildValue fails (trac
  #17).
- cupsconnection.c, cupsmodule.c, cupsppd.c: Use Py_RETURN_NONE where
  appropriate.
- cupsmodule.c, cupsppd.c: Fixed reference count issues with Py_None (trac #17).
- cupsmodule.c: Fixed typo in fix for trac #16.
- cupsmodule.c: HTTP_AUTHORIZATION_CANCELED constant requires CUPS 1.4 (trac
  #16).
- cupsppd.c: Object lifecycle debugging.

Feature safe:   yes
Original commit
Saturday, 15 Oct 2011
13:10 sunpoet search for other commits by this committer
- Update to 1.9.60

Changes:
- New constants from 1.5:
  - IPP_AUTHENTICATION_CANCELED
  - IPP_PKI_ERROR
  - HTTP_NOT_IMPLEMENTED
  - HTTP_BAD_GATEWAY
  - HTTP_SERVICE_UNAVAILABLE
  - HTTP_GATEWAY_TIMEOUT
  - HTTP_NOT_SUPPORTED
  - HTTP_AUTHORIZATION_CANCELED
  - HTTP_PKI_ERROR
Original commit
Tuesday, 4 Oct 2011
17:00 sunpoet search for other commits by this committer
- Update to 1.9.59

Changes:
- cupsmodule.c (do_password_callback), cupsconnection.c (password_callback):
  Return NULL instead of the empty string when handling an exception or when the
  callback returned an empty string, and handle the callback returning None.
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Friday, 29 Jul 2011
13:41 sunpoet search for other commits by this committer
- Update to 1.9.58

Changes:
- MANIFEST.in: New file.
- Makefile: Use sdist for creating tarballs.
- setup.py: Added more information ready for PyPI.
- cupsconnection.c: Applied patch from Gowtham Narisipalli to add
  adminExportSamba method.
- setup.py: Link against libiconv on darwin (trac #15).
- cupsppd.c: Fixed feature test for getline() (trac #15).
- postscriptdriver.prov: Increase timeout for dynamic driver listing.
Original commit
Saturday, 11 Jun 2011
14:27 sunpoet search for other commits by this committer
- Update to 1.9.57

Changes:
- postscriptdriver.prov: Get RPM_BUILD_ROOT from environment if not provided on
  command line (bug #712027).
Original commit
Monday, 6 Jun 2011
19:32 sunpoet search for other commits by this committer
- Update to 1.9.56

Changes:
- cupsconnection.c (Connection_getPPD3): Only provide this binding for
  CUPS >= 1.4.
- cupsmodule.c (cups_setPasswordCB): Fixed build against CUPS < 1.4.
- cupsmodule.c (do_password_callback): Fixed typo preventing build against
  CUPS < 1.4.
Original commit
Thursday, 24 Mar 2011
13:39 sunpoet search for other commits by this committer
- Update to 1.9.55
- Limit USE_PYTHON to Python 2.x

Changes:
- cupsmodule.c (initcups): IPP orientation and quality constants.
- cupsconnection.c (PyObject_from_attr_value): Support for IPP_TAG_RESOLUTION.
Original commit
Friday, 25 Feb 2011
06:38 sunpoet search for other commits by this committer
- Update to 1.9.54

Changes:
- cupsconnection.c (Connection_begin_allow_threads): Avoid 'unused variable'
  warning.
- psdriver.attr, postscriptdriver.prov: RPM hooks for tagging packages with
  Device IDs of models supported by drivers.
- Makefile: Install RPM hooks if rpm is available.
- cupsconnection.c (Connection_deletePrinterFromClass): More defensive coding
  (bug #673468).
Original commit
Sunday, 26 Dec 2010
17:27 sunpoet search for other commits by this committer
- Update to 1.9.53

Changes:
- cupsmodule.h: Declare new function get_TLS and its data structure.
- cupsmodule.c: Implement it.
- cupsmodule.c, cupsconnection.c: Use thread-local storage for CUPS password
  callback (bug #662805).
Original commit
Tuesday, 2 Nov 2010
18:52 sunpoet search for other commits by this committer
- Update to 1.9.52

Changes:
- The getPPDs2 function was added, which returns all attribute values as lists.
  This allows access to information previously not available.
Original commit
Friday, 1 Oct 2010
01:14 sunpoet search for other commits by this committer
- Use LOCAL/sunpoet as backup MASTER_SITES

Approved by:    pgollucci (mentor)
Original commit
Wednesday, 22 Sep 2010
17:10 sunpoet search for other commits by this committer
- Update MAINTAINER to my FreeBSD.org address

Approved by:    pgollucci (mentor)
Original commit
Wednesday, 28 Jul 2010
13:43 arved search for other commits by this committer
Update to 1.9.51
Pass maintainership to submitter

PR:             148940
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Monday, 26 Jul 2010
00:03 linimon search for other commits by this committer
Reset ahze@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Monday, 10 May 2010
21:19 kwm search for other commits by this committer
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:     ports/143852
        ports/145347
        ports/144980
        ports/145830
        ports/145511
Original commit
Friday, 7 Aug 2009
20:01 ahze search for other commits by this committer
Update to 1.9.46
Original commit
Saturday, 20 Jun 2009
19:42 dhn search for other commits by this committer
- Fix build with custom LOCALBASE.

PR:             ports/135675
Submitted by:   kmoore@
Approved by:    ahze@
Original commit
Tuesday, 2 Jun 2009
12:34 pav search for other commits by this committer
- Switch dependency away from cups-base

PR:             ports/134661
Submitted by:   dinoex
Reviewed by:    maintainer timeout (ahze; 15 days)
Original commit
Sunday, 25 Jan 2009
17:21 ahze search for other commits by this committer
Update to 1.9.45
Original commit
Sunday, 28 Dec 2008
10:54 pgollucci search for other commits by this committer
CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
Original commit
Wednesday, 24 Dec 2008
18:45 mezz search for other commits by this committer
Update to 1.9.44.

Approved by:    ahze (maintainer)
Original commit
Saturday, 22 Nov 2008
17:16 ahze search for other commits by this committer
Update to 1.9.43
Original commit
Monday, 1 Sep 2008
18:26 ahze search for other commits by this committer
Update to 1.9.42
Original commit
Saturday, 26 Jul 2008
02:59 ahze search for other commits by this committer
Update to 1.9.41
Original commit
Friday, 25 Jul 2008
12:24 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Saturday, 7 Jun 2008
16:21 ahze search for other commits by this committer
Update to 1.9.39
Original commit
Friday, 6 Jun 2008
13:58 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 5 Apr 2008
14:13 ahze search for other commits by this committer
- Update system-config-printer to 0.9.90
- Link py-cups with iconv
Original commit
14:00 ahze search for other commits by this committer
Update to 1.9.38
Original commit
Sunday, 23 Mar 2008
16:19 ahze search for other commits by this committer
Add py-cups

CUPS bindings for Python

WWW: http://cyberelk.net/tim/software/pycups/
Original commit

Number of commits found: 51