Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.73 11 Dec 2015 10:02:19 |
sunpoet |
- Move print/py-cups to print/py-pycups
- Bump PORTREVISION for dependent ports |
1.9.73 09 Dec 2015 14:27:23 |
sunpoet |
- Update to 1.9.73
Changes: https://git.fedorahosted.org/cgit/pycups.git/tree/NEWS |
1.9.72 19 Oct 2015 20:20:52 |
sunpoet |
- Use USES=localbase |
1.9.72 02 Sep 2015 17:04:32 |
sunpoet |
- Allow concurrent installation (USE_PYTHON=concurrent) |
1.9.72 18 Mar 2015 13:02:12 |
sunpoet |
- Update to 1.9.72
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS |
1.9.70 13 Jan 2015 16:27:58 |
sunpoet |
- Update to 1.9.70
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Submitted by: kwm (via IRC) |
1.9.67 15 Aug 2014 03:43:55 |
sunpoet |
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg |
1.9.67 15 Aug 2014 03:02:26 |
sunpoet |
- Use USES=python |
1.9.67 21 Jun 2014 06:43:07 |
sunpoet |
- Update to 1.9.67
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS |
1.9.66_1 29 Mar 2014 19:53:32 |
sunpoet |
- Use USES=tar:bzip2 |
1.9.66_1 24 Feb 2014 10:41:55 |
sunpoet |
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON
- Bump PORTREVISION for package change |
1.9.66 13 Jan 2014 21:00:04 |
rene |
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) |
1.9.66 11 Dec 2013 19:02:48 |
sunpoet |
- Strip shared library |
1.9.66 29 Nov 2013 16:58:18 |
sunpoet |
- Update to 1.9.66
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS |
1.9.63 20 Nov 2013 03:21:41 |
sunpoet |
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Update WWW: use https:// instead of http:// |
1.9.63 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.9.63 07 Sep 2013 17:53:23 |
sunpoet |
- Cosmetic change |
1.9.63 04 Sep 2013 18:06:08 |
madpilot |
- 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) |
1.9.63 27 Apr 2013 18:25:25 |
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 |
1.9.63 23 Mar 2013 09:20:25 |
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 |
1.9.62 05 Aug 2012 07:08:11 |
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 |
1.9.61 12 Mar 2012 02:46:10 |
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 |
1.9.60 15 Oct 2011 13:10:33 |
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 |
1.9.59 04 Oct 2011 17:00:57 |
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. |
1.9.58 23 Sep 2011 22:26:39 |
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 |
1.9.58 29 Jul 2011 13:41:24 |
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. |
1.9.57 11 Jun 2011 14:27:00 |
sunpoet |
- Update to 1.9.57
Changes:
- postscriptdriver.prov: Get RPM_BUILD_ROOT from environment if not provided on
command line (bug #712027). |
1.9.56 06 Jun 2011 19:32:59 |
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. |
1.9.55 24 Mar 2011 13:39:34 |
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. |
1.9.54 25 Feb 2011 06:38:38 |
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). |
1.9.53 26 Dec 2010 17:27:25 |
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). |
1.9.52 02 Nov 2010 18:52:22 |
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. |
1.9.51 01 Oct 2010 01:14:19 |
sunpoet |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor) |
1.9.51 22 Sep 2010 17:10:26 |
sunpoet |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
1.9.51 28 Jul 2010 13:43:32 |
arved |
Update to 1.9.51
Pass maintainership to submitter
PR: 148940
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
1.9.47 26 Jul 2010 00:03:14 |
linimon |
Reset ahze@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.9.47 10 May 2010 21:19:08 |
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 ) |
1.9.46 07 Aug 2009 20:01:03 |
ahze |
Update to 1.9.46 |
1.9.45_1 20 Jun 2009 19:42:12 |
dhn |
- Fix build with custom LOCALBASE.
PR: ports/135675
Submitted by: kmoore@
Approved by: ahze@ |
1.9.45_1 02 Jun 2009 12:34:29 |
pav |
- Switch dependency away from cups-base
PR: ports/134661
Submitted by: dinoex
Reviewed by: maintainer timeout (ahze; 15 days) |
1.9.45 25 Jan 2009 17:21:43 |
ahze |
Update to 1.9.45 |
1.9.44 28 Dec 2008 10:54:08 |
pgollucci |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
1.9.44 24 Dec 2008 18:45:38 |
mezz |
Update to 1.9.44.
Approved by: ahze (maintainer) |
1.9.43 22 Nov 2008 17:16:46 |
ahze |
Update to 1.9.43 |
1.9.42 01 Sep 2008 18:26:20 |
ahze |
Update to 1.9.42 |
1.9.41 26 Jul 2008 02:59:11 |
ahze |
Update to 1.9.41 |
1.9.39 25 Jul 2008 12:24:09 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.9.39 07 Jun 2008 16:21:33 |
ahze |
Update to 1.9.39 |
1.9.38_2 06 Jun 2008 13:58:01 |
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) |
1.9.38_1 05 Apr 2008 14:13:27 |
ahze |
- Update system-config-printer to 0.9.90
- Link py-cups with iconv |
1.9.38 05 Apr 2008 14:00:23 |
ahze |
Update to 1.9.38 |
1.9.37 23 Mar 2008 16:19:06 |
ahze |
Add py-cups
CUPS bindings for Python
WWW: http://cyberelk.net/tim/software/pycups/ |