diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 23:59:24 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 23:59:24 +0800 |
commit | f0a79ce6f4770119780fe5a4ed6c017d00180d77 (patch) | |
tree | 5bff08f67060d17be1747925c68875f33b171142 /graphics | |
parent | ba52d96a03e0736dd5c84629fc3f05b738db1b5d (diff) | |
download | marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.tar marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.tar.gz marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.tar.bz2 marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.tar.lz marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.tar.xz marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.tar.zst marcuscom-ports-f0a79ce6f4770119780fe5a4ed6c017d00180d77.zip |
Update to 1.5.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cairomm/Makefile | 39 | ||||
-rw-r--r-- | graphics/cairomm/distinfo | 3 | ||||
-rw-r--r-- | graphics/cairomm/files/patch-docs_reference_Makefile.in | 11 | ||||
-rw-r--r-- | graphics/cairomm/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/cairomm/pkg-plist | 254 |
5 files changed, 310 insertions, 0 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile new file mode 100644 index 000000000..c7922eb85 --- /dev/null +++ b/graphics/cairomm/Makefile @@ -0,0 +1,39 @@ +# 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.7 2008/03/21 21:48:49 kwm Exp $ +# + +PORTNAME= cairomm +PORTVERSION= 1.5.0 +CATEGORIES= graphics +MASTER_SITES= http://cairographics.org/releases/ +#MASTER_SITES= http://cairographics.org/snapshots/ + +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..fa779d7c3 --- /dev/null +++ b/graphics/cairomm/distinfo @@ -0,0 +1,3 @@ +MD5 (cairomm-1.5.0.tar.gz) = ad8a36fd13796595123b60c2e35b9e0a +SHA256 (cairomm-1.5.0.tar.gz) = 32d787171e91459de86dbdeff47f8d18505135f571a0b8aa88b65a2b8a63d7d5 +SIZE (cairomm-1.5.0.tar.gz) = 795563 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 |