| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 18:25:25
1.9.63
|
mva  |
- 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 |
23 Mar 2013 09:20:25
1.9.63
|
sunpoet  |
- 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 |
05 Aug 2012 07:08:11
1.9.62
|
sunpoet  |
- 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 |
12 Mar 2012 02:46:10
1.9.61
|
sunpoet  |
- 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 |
15 Oct 2011 13:10:33
1.9.60
|
sunpoet  |
- 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 |
04 Oct 2011 17:00:57
1.9.59
|
sunpoet  |
- 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. |
23 Sep 2011 22:26:39
1.9.58
|
amdmi3  |
- 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 |
29 Jul 2011 13:41:24
1.9.58
|
sunpoet  |
- 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. |
11 Jun 2011 14:27:00
1.9.57
|
sunpoet  |
- Update to 1.9.57
Changes:
- postscriptdriver.prov: Get RPM_BUILD_ROOT from environment if not provided on
command line (bug #712027). |
06 Jun 2011 19:32:59
1.9.56
|
sunpoet  |
- 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. |
24 Mar 2011 13:39:34
1.9.55
|
sunpoet  |
- 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. |
25 Feb 2011 06:38:38
1.9.54
|
sunpoet  |
- 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). |
26 Dec 2010 17:27:25
1.9.53
|
sunpoet  |
- 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). |
02 Nov 2010 18:52:22
1.9.52
|
sunpoet  |
- 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. |
01 Oct 2010 01:14:19
1.9.51
|
sunpoet  |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor) |
22 Sep 2010 17:10:26
1.9.51
|
sunpoet  |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
28 Jul 2010 13:43:32
1.9.51
|
arved  |
Update to 1.9.51
Pass maintainership to submitter
PR: 148940
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
26 Jul 2010 00:03:14
1.9.47
|
linimon  |
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
10 May 2010 21:19:08
1.9.47
|
kwm  |
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. (Only the first 15 lines of the commit message are shown above ) |
07 Aug 2009 20:01:03
1.9.46
|
ahze  |
Update to 1.9.46 |
20 Jun 2009 19:42:12
1.9.45_1
|
dhn  |
- Fix build with custom LOCALBASE.
PR: ports/135675
Submitted by: kmoore@
Approved by: ahze@ |
02 Jun 2009 12:34:29
1.9.45_1
|
pav  |
- Switch dependency away from cups-base
PR: ports/134661
Submitted by: dinoex
Reviewed by: maintainer timeout (ahze; 15 days) |
25 Jan 2009 17:21:43
1.9.45
|
ahze  |
Update to 1.9.45 |
28 Dec 2008 10:54:08
1.9.44
|
pgollucci  |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
24 Dec 2008 18:45:38
1.9.44
|
mezz  |
Update to 1.9.44.
Approved by: ahze (maintainer) |
22 Nov 2008 17:16:46
1.9.43
|
ahze  |
Update to 1.9.43 |
01 Sep 2008 18:26:20
1.9.42
|
ahze  |
Update to 1.9.42 |
26 Jul 2008 02:59:11
1.9.41
|
ahze  |
Update to 1.9.41 |
25 Jul 2008 12:24:09
1.9.39
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
07 Jun 2008 16:21:33
1.9.39
|
ahze  |
Update to 1.9.39 |
06 Jun 2008 13:58:01
1.9.38_2
|
edwin  |
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) |
05 Apr 2008 14:13:27
1.9.38_1
|
ahze  |
- Update system-config-printer to 0.9.90
- Link py-cups with iconv |
05 Apr 2008 14:00:23
1.9.38
|
ahze  |
Update to 1.9.38 |
23 Mar 2008 16:19:06
1.9.37
|
ahze  |
Add py-cups
CUPS bindings for Python
WWW: http://cyberelk.net/tim/software/pycups/ |