summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-20 11:48:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-20 11:48:30 +0800
commitcdb2e7c937c7cb14129363917e5a1f6e5ecf29a3 (patch)
tree60244db745e238f0ce480ca2ae54c71aa5e68816
parent2c37e59d62cd877602e9ebe18b2b89da41366b8c (diff)
downloadmarcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar
marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.gz
marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.bz2
marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.lz
marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.xz
marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.tar.zst
marcuscom-ports-cdb2e7c937c7cb14129363917e5a1f6e5ecf29a3.zip
Update to 1.4.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10789 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--graphics/cairomm/Makefile38
-rw-r--r--graphics/cairomm/distinfo3
-rw-r--r--graphics/cairomm/files/patch-docs_reference_Makefile.in11
-rw-r--r--graphics/cairomm/pkg-descr3
-rw-r--r--graphics/cairomm/pkg-plist254
5 files changed, 309 insertions, 0 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
new file mode 100644
index 000000000..f099fde72
--- /dev/null
+++ b/graphics/cairomm/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: cairomm
+# Date created: 2005-12-07
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/graphics/cairomm/Makefile,v 1.4 2006/09/06 22:06:40 marcus Exp $
+#
+
+PORTNAME= cairomm
+PORTVERSION= 1.4.8
+CATEGORIES= graphics
+MASTER_SITES= http://cairographics.org/releases/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= C++ interface to cairo
+
+LIB_DEPENDS= xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \
+ cairo.2:${PORTSDIR}/graphics/cairo
+
+USE_AUTOTOOLS= libtool:15
+USE_LDCONFIG= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnometarget ltverhack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
+
+.if defined(NOPORTDOCS)
+CONFIGURE_ARGS+= --disable-docs
+
+post-patch:
+ @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in
+.else
+post-configure:
+ @${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html
+.endif
+
+.include <bsd.port.mk>
diff --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo
new file mode 100644
index 000000000..1d91365fa
--- /dev/null
+++ b/graphics/cairomm/distinfo
@@ -0,0 +1,3 @@
+MD5 (cairomm-1.4.8.tar.gz) = 2b2025b3555fa1665d92cf9f9be1a4d3
+SHA256 (cairomm-1.4.8.tar.gz) = 795a1c1f5aab72752cbce8d2c0502279ac999351726a5369bec737af0c834e92
+SIZE (cairomm-1.4.8.tar.gz) = 786851
diff --git a/graphics/cairomm/files/patch-docs_reference_Makefile.in b/graphics/cairomm/files/patch-docs_reference_Makefile.in
new file mode 100644
index 000000000..560b3dc7b
--- /dev/null
+++ b/graphics/cairomm/files/patch-docs_reference_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig Thu Jul 6 00:29:26 2006
++++ docs/reference/Makefile.in Thu Jul 6 00:29:40 2006
+@@ -342,7 +342,7 @@
+
+ $(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) $(HTML_TEMPLATE_FILES)
+ -rm -rf html
+- doxygen $(DOXYGEN_CONFIGFILE) \
++ $(DOXYGEN) $(DOXYGEN_CONFIGFILE) \
+ 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
+
+ html: $(index_html)
diff --git a/graphics/cairomm/pkg-descr b/graphics/cairomm/pkg-descr
new file mode 100644
index 000000000..4a85fd74a
--- /dev/null
+++ b/graphics/cairomm/pkg-descr
@@ -0,0 +1,3 @@
+C++ interface to cairo
+
+WWW: http://cairographics.org
diff --git a/graphics/cairomm/pkg-plist b/graphics/cairomm/pkg-plist
new file mode 100644
index 000000000..37c9b105c
--- /dev/null
+++ b/graphics/cairomm/pkg-plist
@@ -0,0 +1,254 @@
+include/cairomm-1.0/cairomm/cairomm.h
+include/cairomm-1.0/cairomm/cairommconfig.h
+include/cairomm-1.0/cairomm/context.h
+include/cairomm-1.0/cairomm/enums.h
+include/cairomm-1.0/cairomm/exception.h
+include/cairomm-1.0/cairomm/fontface.h
+include/cairomm-1.0/cairomm/fontoptions.h
+include/cairomm-1.0/cairomm/path.h
+include/cairomm-1.0/cairomm/pattern.h
+include/cairomm-1.0/cairomm/quartz_surface.h
+include/cairomm-1.0/cairomm/refptr.h
+include/cairomm-1.0/cairomm/scaledfont.h
+include/cairomm-1.0/cairomm/surface.h
+include/cairomm-1.0/cairomm/win32_surface.h
+include/cairomm-1.0/cairomm/xlib_surface.h
+lib/libcairomm-1.0.a
+lib/libcairomm-1.0.la
+lib/libcairomm-1.0.so
+lib/libcairomm-1.0.so.1
+libdata/pkgconfig/cairomm-1.0.pc
+share/doc/libcairomm-1.0/reference/html/annotated.html
+share/doc/libcairomm-1.0/reference/html/cairomm.css
+share/doc/libcairomm-1.0/reference/html/cairomm_8h-source.html
+share/doc/libcairomm-1.0/reference/html/cairomm_8h.html
+share/doc/libcairomm-1.0/reference/html/cairommconfig_8h-source.html
+share/doc/libcairomm-1.0/reference/html/cairommconfig_8h.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Context-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Context.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontFace-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontFace.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontOptions-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1FontOptions.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1GlitzSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Gradient__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ImageSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1LinearGradient__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Path-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Path.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Pattern__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PdfSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1PsSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1QuartzSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1QuartzSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1QuartzSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1QuartzSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1QuartzSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RadialGradient__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RefPtr-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1RefPtr.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ScaledFont-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1ScaledFont.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SolidPattern__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SurfacePattern__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Surface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1SvgSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1Win32Surface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1XlibSurface__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error-members.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error.html
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classCairo_1_1logic__error__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error.html
+share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error__inherit__graph.map
+share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error__inherit__graph.md5
+share/doc/libcairomm-1.0/reference/html/classstd_1_1logic__error__inherit__graph.png
+share/doc/libcairomm-1.0/reference/html/context_8h-source.html
+share/doc/libcairomm-1.0/reference/html/context_8h.html
+share/doc/libcairomm-1.0/reference/html/dir_60681489e9d398c429ccaa1240ca56f5.html
+share/doc/libcairomm-1.0/reference/html/dir_60681489e9d398c429ccaa1240ca56f5_dep.map
+share/doc/libcairomm-1.0/reference/html/dir_60681489e9d398c429ccaa1240ca56f5_dep.png
+share/doc/libcairomm-1.0/reference/html/dirs.html
+share/doc/libcairomm-1.0/reference/html/doxygen.png
+share/doc/libcairomm-1.0/reference/html/enums_8h-source.html
+share/doc/libcairomm-1.0/reference/html/enums_8h.html
+share/doc/libcairomm-1.0/reference/html/exception_8h-source.html
+share/doc/libcairomm-1.0/reference/html/exception_8h.html
+share/doc/libcairomm-1.0/reference/html/files.html
+share/doc/libcairomm-1.0/reference/html/fontface_8h-source.html
+share/doc/libcairomm-1.0/reference/html/fontface_8h.html
+share/doc/libcairomm-1.0/reference/html/fontoptions_8h-source.html
+share/doc/libcairomm-1.0/reference/html/fontoptions_8h.html
+share/doc/libcairomm-1.0/reference/html/functions.html
+share/doc/libcairomm-1.0/reference/html/functions_0x62.html
+share/doc/libcairomm-1.0/reference/html/functions_0x63.html
+share/doc/libcairomm-1.0/reference/html/functions_0x64.html
+share/doc/libcairomm-1.0/reference/html/functions_0x65.html
+share/doc/libcairomm-1.0/reference/html/functions_0x66.html
+share/doc/libcairomm-1.0/reference/html/functions_0x67.html
+share/doc/libcairomm-1.0/reference/html/functions_0x68.html
+share/doc/libcairomm-1.0/reference/html/functions_0x69.html
+share/doc/libcairomm-1.0/reference/html/functions_0x6c.html
+share/doc/libcairomm-1.0/reference/html/functions_0x6d.html
+share/doc/libcairomm-1.0/reference/html/functions_0x6f.html
+share/doc/libcairomm-1.0/reference/html/functions_0x70.html
+share/doc/libcairomm-1.0/reference/html/functions_0x71.html
+share/doc/libcairomm-1.0/reference/html/functions_0x72.html
+share/doc/libcairomm-1.0/reference/html/functions_0x73.html
+share/doc/libcairomm-1.0/reference/html/functions_0x74.html
+share/doc/libcairomm-1.0/reference/html/functions_0x75.html
+share/doc/libcairomm-1.0/reference/html/functions_0x76.html
+share/doc/libcairomm-1.0/reference/html/functions_0x77.html
+share/doc/libcairomm-1.0/reference/html/functions_0x78.html
+share/doc/libcairomm-1.0/reference/html/functions_0x7e.html
+share/doc/libcairomm-1.0/reference/html/functions_func.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x62.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x63.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x64.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x65.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x66.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x67.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x68.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x69.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x6c.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x6d.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x6f.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x70.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x71.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x72.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x73.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x74.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x75.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x76.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x77.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x78.html
+share/doc/libcairomm-1.0/reference/html/functions_func_0x7e.html
+share/doc/libcairomm-1.0/reference/html/functions_type.html
+share/doc/libcairomm-1.0/reference/html/functions_vars.html
+share/doc/libcairomm-1.0/reference/html/globals.html
+share/doc/libcairomm-1.0/reference/html/globals_defs.html
+share/doc/libcairomm-1.0/reference/html/graph_legend.dot
+share/doc/libcairomm-1.0/reference/html/graph_legend.html
+share/doc/libcairomm-1.0/reference/html/graph_legend.png
+share/doc/libcairomm-1.0/reference/html/hierarchy.html
+share/doc/libcairomm-1.0/reference/html/index.html
+share/doc/libcairomm-1.0/reference/html/inherit__graph__0.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__0.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__0.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__1.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__1.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__1.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__2.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__2.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__2.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__3.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__3.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__3.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__4.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__4.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__4.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__5.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__5.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__5.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__6.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__6.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__6.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__7.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__7.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__7.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__8.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__8.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__8.png
+share/doc/libcairomm-1.0/reference/html/inherit__graph__9.map
+share/doc/libcairomm-1.0/reference/html/inherit__graph__9.md5
+share/doc/libcairomm-1.0/reference/html/inherit__graph__9.png
+share/doc/libcairomm-1.0/reference/html/inherits.html
+share/doc/libcairomm-1.0/reference/html/namespaceCairo.html
+share/doc/libcairomm-1.0/reference/html/namespacemembers.html
+share/doc/libcairomm-1.0/reference/html/namespacemembers_enum.html
+share/doc/libcairomm-1.0/reference/html/namespacemembers_eval.html
+share/doc/libcairomm-1.0/reference/html/namespacemembers_type.html
+share/doc/libcairomm-1.0/reference/html/namespaces.html
+share/doc/libcairomm-1.0/reference/html/pages.html
+share/doc/libcairomm-1.0/reference/html/path_8h-source.html
+share/doc/libcairomm-1.0/reference/html/path_8h.html
+share/doc/libcairomm-1.0/reference/html/pattern_8h-source.html
+share/doc/libcairomm-1.0/reference/html/pattern_8h.html
+share/doc/libcairomm-1.0/reference/html/quartz__surface_8h-source.html
+share/doc/libcairomm-1.0/reference/html/quartz__surface_8h.html
+share/doc/libcairomm-1.0/reference/html/refptr_8h-source.html
+share/doc/libcairomm-1.0/reference/html/refptr_8h.html
+share/doc/libcairomm-1.0/reference/html/scaledfont_8h-source.html
+share/doc/libcairomm-1.0/reference/html/scaledfont_8h.html
+share/doc/libcairomm-1.0/reference/html/structCairo_1_1ColorStop-members.html
+share/doc/libcairomm-1.0/reference/html/structCairo_1_1ColorStop.html
+share/doc/libcairomm-1.0/reference/html/surface_8h-source.html
+share/doc/libcairomm-1.0/reference/html/surface_8h.html
+share/doc/libcairomm-1.0/reference/html/tabs.css
+share/doc/libcairomm-1.0/reference/html/todo.html
+share/doc/libcairomm-1.0/reference/html/win32__surface_8h-source.html
+share/doc/libcairomm-1.0/reference/html/win32__surface_8h.html
+share/doc/libcairomm-1.0/reference/html/xlib__surface_8h-source.html
+share/doc/libcairomm-1.0/reference/html/xlib__surface_8h.html
+@dirrm share/doc/libcairomm-1.0/reference/html
+@dirrm share/doc/libcairomm-1.0/reference
+@dirrm share/doc/libcairomm-1.0
+@dirrm include/cairomm-1.0/cairomm
+@dirrm include/cairomm-1.0