/x11/hs-xmobar/

eebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dcc-dccd/files
~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/print/py-cups?h=gnome-3.24&id=7c416bc0d19bbeb84043cb5f9ff0111c84682171'>- Update to 1.9.72
Commit message (Expand)AuthorAgeFilesLines
* - Update to to 1.3.29Emanuel Haupt2006-03-031-3/+25
* - Update to 1.3.16Pav Lucistnik2005-09-181-2/+2
* - Patch out hard reference to -lc_r from configure scriptPav Lucistnik2005-09-081-3/+12
* - Update to 1.3.12Pav Lucistnik2005-08-312-18/+7
* Upgrade to 1.3.9Dejan Lesjak2005-07-251-6/+17
* Update to 1.3.5Patrick Li2005-06-122-13/+11
sunpoet2015-03-182-3/+3
| | | | Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
* - Update to 1.9.70sunpoet2015-01-142-3/+3
| | | | | Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS Submitted by: kwm (via IRC)
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)sunpoet2014-08-151-1/+1
| | | | Notified by: koobs, wg
* - Use USES=pythonsunpoet2014-08-151-4/+2
|
* - Update to 1.9.67sunpoet2014-06-212-4/+3
| | | | | Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
* - Use USES=tar:bzip2sunpoet2014-03-301-2/+1
|
* - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFOsunpoet2014-02-241-4/+3
| | | | | - Update USE_PYTHON - Bump PORTREVISION for package change
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* - Strip shared librarysunpoet2013-12-121-0/+3
|
* - Update to 1.9.66sunpoet2013-11-302-3/+3
| | | | | Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
* - Add LICENSEsunpoet2013-11-202-4/+6
| | | | | | - Convert to new LIB_DEPENDS format - Support STAGEDIR - Update WWW: use https:// instead of http://
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | print)
* - Cosmetic changesunpoet2013-09-081-1/+1
|
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-051-1/+6
| | | | | | | | | | 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)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-1/+1
| | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
* - Update to 1.9.63sunpoet2013-03-232-13/+11
| | | | | | | | | - 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
* - Update to 1.9.62sunpoet2012-08-053-6/+6
| | | | | | | | | | | | | - 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
* - Update to 1.9.61sunpoet2012-03-122-3/+3
| | | | | | | | | | | | | | | | | | | 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
* - Update to 1.9.60sunpoet2011-10-152-4/+3
| | | | | | | | | | | | | | 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
* - Update to 1.9.59sunpoet2011-10-052-3/+3
| | | | | | | 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.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+0
| | | | | | | | | - 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
* - Update to 1.9.58sunpoet2011-07-292-3/+3
| | | | | | | | | | | | 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.
* - Update to 1.9.57sunpoet2011-06-112-3/+3
| | | | | | Changes: - postscriptdriver.prov: Get RPM_BUILD_ROOT from environment if not provided on command line (bug #712027).
* - Update to 1.9.56sunpoet2011-06-072-3/+3
| | | | | | | | | 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.
* - Update to 1.9.55sunpoet2011-03-242-4/+4
| | | | | | | | - 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.
* - Update to 1.9.54sunpoet2011-02-252-3/+4
| | | | | | | | | | | 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).
* - Update to 1.9.53sunpoet2010-12-272-3/+3
| | | | | | | | 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).
* - Update to 1.9.52sunpoet2010-11-032-4/+3
| | | | | | Changes: - The getPPDs2 function was added, which returns all attribute values as lists. This allows access to information previously not available.
* - Use LOCAL/sunpoet as backup MASTER_SITESsunpoet2010-10-011-1/+1
| | | | Approved by: pgollucci (mentor)
* - Update MAINTAINER to my FreeBSD.org addresssunpoet2010-09-231-1/+1
| | | | Approved by: pgollucci (mentor)
* Update to 1.9.51arved2010-07-283-23/+15
| | | | | | | Pass maintainership to submitter PR: 148940 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Reset ahze@ due to maintainer-timeouts and no response to email.linimon2010-07-261-1/+1
| | | | Hat: portmgr
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-112-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 1.9.46ahze2009-08-082-5/+4
|
* - Fix build with custom LOCALBASE.dhn2009-06-211-0/+4
| | | | | | PR: ports/135675 Submitted by: kmoore@ Approved by: ahze@
* - Switch dependency away from cups-basepav2009-06-021-2/+3
| | | | | | PR: ports/134661 Submitted by: dinoex Reviewed by: maintainer timeout (ahze; 15 days)
* Update to 1.9.45ahze2009-01-262-4/+4
|
* CATEGORIES+= python for py- ports missing itpgollucci2008-12-281-1/+1
| | | | | PR: ports/124921 Approved by: portmgr (pav)
* Update to 1.9.44.mezz2008-12-252-4/+4
| | | | Approved by: ahze (maintainer)
* Update to 1.9.43ahze2008-11-232-4/+4
|
* Update to 1.9.42ahze2008-09-022-4/+4
|
* Update to 1.9.41ahze2008-07-262-4/+4
|
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+1
| | | | MAKE_ENV
* Update to 1.9.39ahze2008-06-082-5/+4
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | 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)
* - Update system-config-printer to 0.9.90ahze2008-04-051-1/+3
| | | | - Link py-cups with iconv
* Update to 1.9.38ahze2008-04-052-4/+4
|