1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

43 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
15cebad19c - Use USES=tar:bzip2 2014-03-29 19:53:32 +00:00
Sunpoet Po-Chuan Hsieh
3ac8d68957 - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES and PYDISTUTILS_EGGINFO
- Update USE_PYTHON
- Bump PORTREVISION for package change
2014-02-24 10:41:55 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
Sunpoet Po-Chuan Hsieh
99e87affb9 - Strip shared library 2013-12-11 19:02:47 +00:00
Sunpoet Po-Chuan Hsieh
90c2c08348 - Update to 1.9.66
Changes:	http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
		http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
2013-11-29 16:58:18 +00:00
Sunpoet Po-Chuan Hsieh
f201772aa1 - Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Update WWW: use https:// instead of http://
2013-11-20 03:21:41 +00:00
Baptiste Daroussin
6c6152ff82 Add NO_STAGE all over the place in preparation for the staging support (cat: print) 2013-09-20 22:43:59 +00:00
Sunpoet Po-Chuan Hsieh
2704440db1 - Cosmetic change 2013-09-07 17:53:23 +00:00
Guido Falsi
642be1b81d - 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)
2013-09-04 18:06:07 +00:00
Marcus von Appen
95e7081976 - 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
2013-04-27 18:25:24 +00:00
Sunpoet Po-Chuan Hsieh
6948b6bd58 - 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
2013-03-23 09:20:25 +00:00
Sunpoet Po-Chuan Hsieh
27f191cabf - 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
2012-08-05 07:08:11 +00:00
Sunpoet Po-Chuan Hsieh
1c8f3a4cfd - 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
2012-03-12 02:46:10 +00:00
Sunpoet Po-Chuan Hsieh
f3de78b68a - 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
2011-10-15 13:10:33 +00:00
Sunpoet Po-Chuan Hsieh
bac0659e16 - 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.
2011-10-04 17:00:57 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
b9c821410a - 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.
2011-07-29 13:41:24 +00:00
Sunpoet Po-Chuan Hsieh
790e6c4f11 - Update to 1.9.57
Changes:
- postscriptdriver.prov: Get RPM_BUILD_ROOT from environment if not provided on
  command line (bug #712027).
2011-06-11 14:27:00 +00:00
Sunpoet Po-Chuan Hsieh
fe2d44341d - 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.
2011-06-06 19:32:59 +00:00
Sunpoet Po-Chuan Hsieh
f088eb3b24 - 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.
2011-03-24 13:39:34 +00:00
Sunpoet Po-Chuan Hsieh
b2f0f60b79 - 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).
2011-02-25 06:38:38 +00:00
Sunpoet Po-Chuan Hsieh
b921a795b2 - 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).
2010-12-26 17:27:25 +00:00
Sunpoet Po-Chuan Hsieh
4ecd954c88 - 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.
2010-11-02 18:52:22 +00:00
Sunpoet Po-Chuan Hsieh
0d5e39c89e - Use LOCAL/sunpoet as backup MASTER_SITES
Approved by:	pgollucci (mentor)
2010-10-01 01:14:18 +00:00
Sunpoet Po-Chuan Hsieh
e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00
Tilman Keskinoz
bd5477c87e Update to 1.9.51
Pass maintainership to submitter

PR:		148940
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-07-28 13:43:32 +00:00
Mark Linimon
83fb1239f7 Reset ahze@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2010-07-26 00:03:14 +00:00
Koop Mast
48e62d9a37 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
2010-05-10 21:19:08 +00:00
Michael Johnson
d22223bd3f Update to 1.9.46 2009-08-07 20:01:03 +00:00
Dennis Herrmann
91900ad07e - Fix build with custom LOCALBASE.
PR:		ports/135675
Submitted by:	kmoore@
Approved by:	ahze@
2009-06-20 19:42:12 +00:00
Pav Lucistnik
7c15c78ffa - Switch dependency away from cups-base
PR:		ports/134661
Submitted by:	dinoex
Reviewed by:	maintainer timeout (ahze; 15 days)
2009-06-02 12:34:29 +00:00
Michael Johnson
014a60cd32 Update to 1.9.45 2009-01-25 17:21:42 +00:00
Philip M. Gollucci
f60432367f CATEGORIES+= python for py- ports missing it
PR:             ports/124921
Approved by:    portmgr (pav)
2008-12-28 10:54:08 +00:00
Jeremy Messenger
5c37a8c5bd Update to 1.9.44.
Approved by:	ahze (maintainer)
2008-12-24 18:45:37 +00:00
Michael Johnson
44a712831c Update to 1.9.43 2008-11-22 17:16:46 +00:00
Michael Johnson
4199ce3ee6 Update to 1.9.42 2008-09-01 18:26:20 +00:00
Michael Johnson
412a1288be Update to 1.9.41 2008-07-26 02:59:11 +00:00
Pav Lucistnik
fa38ed02cc - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:24:09 +00:00
Michael Johnson
b208052bf3 Update to 1.9.39 2008-06-07 16:21:33 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Michael Johnson
fb555beaf0 - Update system-config-printer to 0.9.90
- Link py-cups with iconv
2008-04-05 14:13:27 +00:00
Michael Johnson
702254c7c5 Update to 1.9.38 2008-04-05 14:00:23 +00:00
Michael Johnson
eb9c8a9887 Add py-cups
CUPS bindings for Python

WWW: http://cyberelk.net/tim/software/pycups/
2008-03-23 16:19:06 +00:00