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