head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.2 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.6.0.14 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q3:1.6.0.12 pkgsrc-2012Q3-base:1.6 pkgsrc-2012Q2:1.6.0.10 pkgsrc-2012Q2-base:1.6 pkgsrc-2012Q1:1.6.0.8 pkgsrc-2012Q1-base:1.6 pkgsrc-2011Q4:1.6.0.6 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q3:1.6.0.4 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.6.0.2 pkgsrc-2011Q2-base:1.6 pkgsrc-2011Q1:1.5.0.14 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.12 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.10 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.8 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.6 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.4 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.2 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.4.0.2 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.3.0.4 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.2.0.18 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.16 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.14 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.12 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.10 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.0.2 pkgsrc-2006Q3-base:1.1; locks; strict; comment @# @; 1.7 date 2013.03.19.12.19.39; author drochner; state dead; branches; next 1.6; 1.6 date 2011.06.30.22.50.21; author alnsn; state Exp; branches; next 1.5; 1.5 date 2009.08.31.08.04.32; author wiz; state Exp; branches; next 1.4; 1.4 date 2009.05.13.12.56.47; author obache; state Exp; branches; next 1.3; 1.3 date 2008.11.18.12.46.52; author drochner; state Exp; branches; next 1.2; 1.2 date 2006.10.12.14.43.17; author drochner; state dead; branches; next 1.1; 1.1 date 2006.09.20.12.57.46; author joerg; state Exp; branches; next ; desc @@ 1.7 log @drop patches for Python-2.5 support @ text @$NetBSD: patch-aa,v 1.6 2011/06/30 22:50:21 alnsn Exp $ --- configure.orig 2010-05-20 11:43:23.000000000 +0000 +++ configure @@@@ -12400,13 +12400,13 @@@@ fi if test -n "$PYTHON"; then # If the user set $PYTHON, use it and don't search something else. - { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.6" >&5 -$as_echo_n "checking whether $PYTHON version >= 2.6... " >&6; } + { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5 +$as_echo_n "checking whether $PYTHON version >= 2.4... " >&6; } prog="import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x -minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] +minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] @@@@ -12428,8 +12428,8 @@@@ fi else # Otherwise, try each interpreter until we find one that satisfies # VERSION. - { $as_echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.6" >&5 -$as_echo_n "checking for a Python interpreter with version >= 2.6... " >&6; } + { $as_echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.4" >&5 +$as_echo_n "checking for a Python interpreter with version >= 2.4... " >&6; } if test "${am_cv_pathless_PYTHON+set}" = set; then $as_echo_n "(cached) " >&6 else @@@@ -12440,7 +12440,7 @@@@ else # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x -minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] +minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] @ 1.6 log @Make GNU patch happy. Ok by wiz@@. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2009/08/31 08:04:32 wiz Exp $ @ 1.5 log @Update to 1.8.8: General Changes: Pycairo 1.8.8 requires cairo 1.8.8 (or later). Move from CVS to git. Add support for the waf build tool. Updated methods The PDF/PS/SVGSurface constructors now accept None as a filename. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2009/05/13 12:56:47 obache Exp $ d3 1 a3 1 --- configure.orig 2009-08-26 11:04:28.000000000 +0000 d5 1 a5 1 @@@@ -11107,13 +11107,13 @@@@ CC="$lt_save_CC" d22 1 a22 1 @@@@ -11135,8 +11135,8 @@@@ fi d33 1 a33 1 @@@@ -11147,7 +11147,7 @@@@ else @ 1.4 log @Update pycairo to 1.8.4. Based on maintainer update request by PR 41063. While here, add commented out LICENSE (LGPL-2.1 or MPL-1.1). Overview of changes from pycairo 1.8.2 to pycairo 1.8.4 ======================================================= General Changes: Pycairo 1.8.4 requires cairo 1.8.4 (or later) and Python 2.6 Bug Fixes: 20674: Add get/set_extend for Gradient Patterns New Classes: cairo.ToyFontFace New Methods: Pattern.get_extend Pattern.set_extend ToyFontFace.get_family ToyFontFace.get_slant ToyFontFace.get_weight Deleted Methods: SurfacePattern.get_extend SurfacePattern.set_extend Other Changes: Threading for surfaces with stream functions has been reenabled. Documentation updates. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2008/11/18 12:46:52 drochner Exp $ d3 1 a3 1 --- configure.orig 2009-03-19 08:46:52.000000000 +0000 d5 1 a5 1 @@@@ -19941,12 +19941,12 @@@@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo d13 1 a13 1 prog="import sys, string d16 3 a18 2 -minver = map(int, string.split('2.6', '.')) + [0, 0, 0] +minver = map(int, string.split('2.4', '.')) + [0, 0, 0] d20 22 a41 2 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)" @ 1.3 log @make this work with python-2.4 again @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- configure.orig 2008-11-18 12:40:01.000000000 +0100 d5 8 a12 1 @@@@ -19384,7 +19384,7 @@@@ echo $ECHO_N "checking whether $PYTHON v d16 1 a16 1 -minver = map(int, string.split('2.5', '.')) + [0, 0, 0] @ 1.2 log @update to 1.2.2 changes: -updated for newer cairo versions -distutils support (unused in pkgsrc because broken) -new example to demonstrate pattern masks -cairo.svg module removed @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2006/09/20 12:57:46 joerg Exp $ d3 11 a13 20 --- cairo/pycairo-surface.c.orig 2005-09-28 14:35:09.000000000 +0000 +++ cairo/pycairo-surface.c @@@@ -595,7 +595,7 @@@@ pdf_surface_set_dpi (PycairoPDFSurface * if (!PyArg_ParseTuple(args, "dd:PDFSurface.set_dpi", &x_dpi, &y_dpi)) return NULL; - cairo_pdf_surface_set_dpi (o->surface, x_dpi, y_dpi); + cairo_surface_set_fallback_resolution (o->surface, x_dpi, y_dpi); Py_RETURN_NONE; } @@@@ -688,7 +688,7 @@@@ ps_surface_set_dpi (PycairoPSSurface *o, if (!PyArg_ParseTuple(args, "dd:PSSurface.set_dpi", &x_dpi, &y_dpi)) return NULL; - cairo_ps_surface_set_dpi (o->surface, x_dpi, y_dpi); + cairo_surface_set_fallback_resolution (o->surface, x_dpi, y_dpi); Py_RETURN_NONE; } @ 1.1 log @Fix build with Cairo 1.2 API and require it. Bump revision since DSO changed. @ text @d1 1 a1 1 $NetBSD$ @