summaryrefslogtreecommitdiff
path: root/graphics/cairomm
diff options
context:
space:
mode:
authorwiz <wiz>2015-10-15 11:07:53 +0000
committerwiz <wiz>2015-10-15 11:07:53 +0000
commitb01b2a86ecb823639bc952872a4e65caaa51edd2 (patch)
treeb4ff49ef2092eb032f46be51310ed7b60491ec74 /graphics/cairomm
parent6df019026de064e520bd7255a45afe1d774eb901 (diff)
downloadpkgsrc-b01b2a86ecb823639bc952872a4e65caaa51edd2.tar.gz
Update cairomm to 1.12.0:
1.12.0 (unstable): * Cairo::RefPtr: Add move constructors and move operator=(). (Murray Cumming) * MSVC build fixes. (Chun-wei Fan) 1.11.4 (unstable): * Use (and require) C++11. (Murray Cumming) * Add Script and ScriptSurface. (Povilas Kanapickas) * Context: get_surface_wrapper(): Handle CAIRO_SURFACE_TYPE_SCRIPT, returning a ScriptSurface. (Povilas Kanapickas) * Surface: get_device(): Handle CAIRO_SURFACE_TYPE_SCRIPT, returning a Script. (Povilas Kanapickas) * Wrap cairo script device and script surface APIs. (Povilas Kanapickas) * FtFontFace: Add get/set/unset_synthesize(). (Povilas Kanapickas) * Update MSVC.Net 2010 project files. (David Weiß) 1.11.2 (unstable): * Pattern: Add set_extend() and get_extend(). (Povilas Kanapickas) Bug #73775 * ScaledFont: Add the missing get_extents() method implementation. (Murray Cumming) Bug #53981 (cheshirekow) * Allow use from Objective-C instead of just allowing building. (Anton Bachin) Bug #66328 * Avoid dereferencing empty std::vector<>s. (Murray Cumming) Bug #36020 (Robert Kurjata) * Documentation improvements. (Mark Vender) * Fix linker problems in examples. (Murray Cumming)
Diffstat (limited to 'graphics/cairomm')
-rw-r--r--graphics/cairomm/Makefile6
-rw-r--r--graphics/cairomm/PLIST117
-rw-r--r--graphics/cairomm/distinfo9
3 files changed, 76 insertions, 56 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index 0079287e282..fd422494c23 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2015/06/12 10:50:08 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2015/10/15 11:07:53 wiz Exp $
-DISTNAME= cairomm-1.10.0
-PKGREVISION= 14
+DISTNAME= cairomm-1.12.0
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
@@ -36,6 +35,7 @@ PLIST_VARS+= x11 quartz
.include "../../mk/bsd.prefs.mk"
+BUILDLINK_ABI_DEPENDS.libsigcpp+= libsigc++>=2.5.1
.include "../../devel/libsigc++/buildlink3.mk"
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.8
.include "../../graphics/cairo/buildlink3.mk"
diff --git a/graphics/cairomm/PLIST b/graphics/cairomm/PLIST
index 41851da1d6c..94d87c9824a 100644
--- a/graphics/cairomm/PLIST
+++ b/graphics/cairomm/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2014/05/31 11:25:46 pho Exp $
+@comment $NetBSD: PLIST,v 1.12 2015/10/15 11:07:53 wiz Exp $
include/cairomm-1.0/cairomm/cairomm.h
include/cairomm-1.0/cairomm/context.h
include/cairomm-1.0/cairomm/device.h
@@ -14,6 +14,8 @@ include/cairomm-1.0/cairomm/quartz_surface.h
include/cairomm-1.0/cairomm/refptr.h
include/cairomm-1.0/cairomm/region.h
include/cairomm-1.0/cairomm/scaledfont.h
+include/cairomm-1.0/cairomm/script.h
+include/cairomm-1.0/cairomm/script_surface.h
include/cairomm-1.0/cairomm/surface.h
include/cairomm-1.0/cairomm/types.h
include/cairomm-1.0/cairomm/win32_font.h
@@ -26,17 +28,16 @@ lib/pkgconfig/cairomm-ft-1.0.pc
lib/pkgconfig/cairomm-pdf-1.0.pc
lib/pkgconfig/cairomm-png-1.0.pc
lib/pkgconfig/cairomm-ps-1.0.pc
-${PLIST.quartz}lib/pkgconfig/cairomm-quartz-1.0.pc
-${PLIST.quartz}lib/pkgconfig/cairomm-quartz-font-1.0.pc
-${PLIST.quartz}lib/pkgconfig/cairomm-quartz-image-1.0.pc
lib/pkgconfig/cairomm-svg-1.0.pc
-${PLIST.x11}lib/pkgconfig/cairomm-xlib-1.0.pc
-${PLIST.x11}lib/pkgconfig/cairomm-xlib-xrender-1.0.pc
+lib/pkgconfig/cairomm-xlib-1.0.pc
+lib/pkgconfig/cairomm-xlib-xrender-1.0.pc
share/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2
share/doc/cairomm-1.0/reference/cairomm-1.0.tag
share/doc/cairomm-1.0/reference/html/annotated.html
+share/doc/cairomm-1.0/reference/html/arrowdown.png
+share/doc/cairomm-1.0/reference/html/arrowright.png
share/doc/cairomm-1.0/reference/html/bc_s.png
-share/doc/cairomm-1.0/reference/html/cairomm.css
+share/doc/cairomm-1.0/reference/html/bdwn.png
share/doc/cairomm-1.0/reference/html/classCairo_1_1Context-members.html
share/doc/cairomm-1.0/reference/html/classCairo_1_1Context.html
share/doc/cairomm-1.0/reference/html/classCairo_1_1Device-members.html
@@ -136,56 +137,65 @@ share/doc/cairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.
share/doc/cairomm-1.0/reference/html/classcairo__matrix__t.html
share/doc/cairomm-1.0/reference/html/classcairo__matrix__t__inherit__graph.png
share/doc/cairomm-1.0/reference/html/classes.html
+share/doc/cairomm-1.0/reference/html/classhash__load__check__resize__trigger__size__base.html
+share/doc/cairomm-1.0/reference/html/classlu__counter__policy__base.html
+share/doc/cairomm-1.0/reference/html/classlu__counter__policy__base__inherit__graph.png
share/doc/cairomm-1.0/reference/html/closed.png
share/doc/cairomm-1.0/reference/html/deprecated.html
+share/doc/cairomm-1.0/reference/html/dir_bb3f961a6e48ec963ccb871d16b6e3d7.html
+share/doc/cairomm-1.0/reference/html/doc.png
+share/doc/cairomm-1.0/reference/html/doxygen.css
share/doc/cairomm-1.0/reference/html/doxygen.png
+share/doc/cairomm-1.0/reference/html/dynsections.js
share/doc/cairomm-1.0/reference/html/examples.html
+share/doc/cairomm-1.0/reference/html/folderclosed.png
+share/doc/cairomm-1.0/reference/html/folderopen.png
share/doc/cairomm-1.0/reference/html/functions.html
-share/doc/cairomm-1.0/reference/html/functions_0x62.html
-share/doc/cairomm-1.0/reference/html/functions_0x63.html
-share/doc/cairomm-1.0/reference/html/functions_0x64.html
-share/doc/cairomm-1.0/reference/html/functions_0x65.html
-share/doc/cairomm-1.0/reference/html/functions_0x66.html
-share/doc/cairomm-1.0/reference/html/functions_0x67.html
-share/doc/cairomm-1.0/reference/html/functions_0x68.html
-share/doc/cairomm-1.0/reference/html/functions_0x69.html
-share/doc/cairomm-1.0/reference/html/functions_0x6c.html
-share/doc/cairomm-1.0/reference/html/functions_0x6d.html
-share/doc/cairomm-1.0/reference/html/functions_0x6f.html
-share/doc/cairomm-1.0/reference/html/functions_0x70.html
-share/doc/cairomm-1.0/reference/html/functions_0x71.html
-share/doc/cairomm-1.0/reference/html/functions_0x72.html
-share/doc/cairomm-1.0/reference/html/functions_0x73.html
-share/doc/cairomm-1.0/reference/html/functions_0x74.html
-share/doc/cairomm-1.0/reference/html/functions_0x75.html
-share/doc/cairomm-1.0/reference/html/functions_0x76.html
-share/doc/cairomm-1.0/reference/html/functions_0x77.html
-share/doc/cairomm-1.0/reference/html/functions_0x78.html
-share/doc/cairomm-1.0/reference/html/functions_0x7e.html
+share/doc/cairomm-1.0/reference/html/functions_b.html
+share/doc/cairomm-1.0/reference/html/functions_c.html
+share/doc/cairomm-1.0/reference/html/functions_d.html
+share/doc/cairomm-1.0/reference/html/functions_e.html
+share/doc/cairomm-1.0/reference/html/functions_f.html
share/doc/cairomm-1.0/reference/html/functions_func.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x62.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x63.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x64.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x65.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x66.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x67.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x68.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x69.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x6c.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x6d.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x6f.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x70.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x71.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x72.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x73.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x74.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x75.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x76.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x77.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x78.html
-share/doc/cairomm-1.0/reference/html/functions_func_0x7e.html
+share/doc/cairomm-1.0/reference/html/functions_func_b.html
+share/doc/cairomm-1.0/reference/html/functions_func_c.html
+share/doc/cairomm-1.0/reference/html/functions_func_d.html
+share/doc/cairomm-1.0/reference/html/functions_func_e.html
+share/doc/cairomm-1.0/reference/html/functions_func_f.html
+share/doc/cairomm-1.0/reference/html/functions_func_g.html
+share/doc/cairomm-1.0/reference/html/functions_func_h.html
+share/doc/cairomm-1.0/reference/html/functions_func_i.html
+share/doc/cairomm-1.0/reference/html/functions_func_l.html
+share/doc/cairomm-1.0/reference/html/functions_func_m.html
+share/doc/cairomm-1.0/reference/html/functions_func_o.html
+share/doc/cairomm-1.0/reference/html/functions_func_p.html
+share/doc/cairomm-1.0/reference/html/functions_func_q.html
+share/doc/cairomm-1.0/reference/html/functions_func_r.html
+share/doc/cairomm-1.0/reference/html/functions_func_s.html
+share/doc/cairomm-1.0/reference/html/functions_func_t.html
+share/doc/cairomm-1.0/reference/html/functions_func_u.html
+share/doc/cairomm-1.0/reference/html/functions_func_v.html
+share/doc/cairomm-1.0/reference/html/functions_func_w.html
+share/doc/cairomm-1.0/reference/html/functions_func_x.html
+share/doc/cairomm-1.0/reference/html/functions_func_~.html
+share/doc/cairomm-1.0/reference/html/functions_g.html
+share/doc/cairomm-1.0/reference/html/functions_h.html
+share/doc/cairomm-1.0/reference/html/functions_i.html
+share/doc/cairomm-1.0/reference/html/functions_l.html
+share/doc/cairomm-1.0/reference/html/functions_m.html
+share/doc/cairomm-1.0/reference/html/functions_o.html
+share/doc/cairomm-1.0/reference/html/functions_p.html
+share/doc/cairomm-1.0/reference/html/functions_q.html
+share/doc/cairomm-1.0/reference/html/functions_r.html
+share/doc/cairomm-1.0/reference/html/functions_s.html
+share/doc/cairomm-1.0/reference/html/functions_t.html
share/doc/cairomm-1.0/reference/html/functions_type.html
+share/doc/cairomm-1.0/reference/html/functions_u.html
+share/doc/cairomm-1.0/reference/html/functions_v.html
share/doc/cairomm-1.0/reference/html/functions_vars.html
+share/doc/cairomm-1.0/reference/html/functions_w.html
+share/doc/cairomm-1.0/reference/html/functions_x.html
+share/doc/cairomm-1.0/reference/html/functions_~.html
share/doc/cairomm-1.0/reference/html/graph_legend.html
share/doc/cairomm-1.0/reference/html/graph_legend.png
share/doc/cairomm-1.0/reference/html/hierarchy.html
@@ -197,6 +207,9 @@ share/doc/cairomm-1.0/reference/html/inherit_graph_10.png
share/doc/cairomm-1.0/reference/html/inherit_graph_11.png
share/doc/cairomm-1.0/reference/html/inherit_graph_12.png
share/doc/cairomm-1.0/reference/html/inherit_graph_13.png
+share/doc/cairomm-1.0/reference/html/inherit_graph_14.png
+share/doc/cairomm-1.0/reference/html/inherit_graph_15.png
+share/doc/cairomm-1.0/reference/html/inherit_graph_16.png
share/doc/cairomm-1.0/reference/html/inherit_graph_2.png
share/doc/cairomm-1.0/reference/html/inherit_graph_3.png
share/doc/cairomm-1.0/reference/html/inherit_graph_4.png
@@ -206,21 +219,27 @@ share/doc/cairomm-1.0/reference/html/inherit_graph_7.png
share/doc/cairomm-1.0/reference/html/inherit_graph_8.png
share/doc/cairomm-1.0/reference/html/inherit_graph_9.png
share/doc/cairomm-1.0/reference/html/inherits.html
+share/doc/cairomm-1.0/reference/html/jquery.js
share/doc/cairomm-1.0/reference/html/namespaceCairo.html
share/doc/cairomm-1.0/reference/html/namespacemembers.html
share/doc/cairomm-1.0/reference/html/namespacemembers_enum.html
share/doc/cairomm-1.0/reference/html/namespacemembers_eval.html
+share/doc/cairomm-1.0/reference/html/namespacemembers_func.html
share/doc/cairomm-1.0/reference/html/namespacemembers_type.html
share/doc/cairomm-1.0/reference/html/namespaces.html
share/doc/cairomm-1.0/reference/html/nav_f.png
+share/doc/cairomm-1.0/reference/html/nav_g.png
share/doc/cairomm-1.0/reference/html/nav_h.png
share/doc/cairomm-1.0/reference/html/open.png
share/doc/cairomm-1.0/reference/html/pages.html
share/doc/cairomm-1.0/reference/html/pdf-surface_8cc-example.html
share/doc/cairomm-1.0/reference/html/ps-surface_8cc-example.html
+share/doc/cairomm-1.0/reference/html/splitbar.png
share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop-members.html
share/doc/cairomm-1.0/reference/html/structCairo_1_1ColorStop.html
share/doc/cairomm-1.0/reference/html/svg-surface_8cc-example.html
+share/doc/cairomm-1.0/reference/html/sync_off.png
+share/doc/cairomm-1.0/reference/html/sync_on.png
share/doc/cairomm-1.0/reference/html/tab_a.png
share/doc/cairomm-1.0/reference/html/tab_b.png
share/doc/cairomm-1.0/reference/html/tab_h.png
diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo
index 3b5d7490e64..0458e16b2bc 100644
--- a/graphics/cairomm/distinfo
+++ b/graphics/cairomm/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2011/05/12 11:12:48 adam Exp $
+$NetBSD: distinfo,v 1.12 2015/10/15 11:07:53 wiz Exp $
-SHA1 (cairomm-1.10.0.tar.gz) = f08bf8a331067f0d1e876523f07238fba6b26b99
-RMD160 (cairomm-1.10.0.tar.gz) = b9cd018198d954560cab3cc126d47d64389b8ca2
-Size (cairomm-1.10.0.tar.gz) = 1089577 bytes
+SHA1 (cairomm-1.12.0.tar.gz) = 5a09a3f604cec2ddb4dfcace28dbe74a53585585
+RMD160 (cairomm-1.12.0.tar.gz) = 551be5f23cf694597aa6af8d1c60644d19cf13a9
+SHA512 (cairomm-1.12.0.tar.gz) = 417218caaa01424a0a98092e5cf46f4d97b194ee9a5ef94e16c59dde45d41af662f03c4a46f41d8d4f16befa7424d857845197da7d457a621298efd05b248f8d
+Size (cairomm-1.12.0.tar.gz) = 1301713 bytes