FreeBSD Bugzilla – Attachment 107818 Details for
Bug 148641
[PATCH] graphics/ipe: Update to latest version (now using qt4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ipe-7.0.10.patch
ipe-7.0.10.patch (text/plain), 44.69 KB, created by
Troels Kofoed Jacobsen
on 2010-07-15 16:00:14 UTC
(
hide
)
Description:
ipe-7.0.10.patch
Filename:
MIME Type:
Creator:
Troels Kofoed Jacobsen
Created:
2010-07-15 16:00:14 UTC
Size:
44.69 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/ipe/Makefile /usr/home/tkjacobsen/tmp/ports/ipe/Makefile >--- /usr/ports/graphics/ipe/Makefile 2010-06-20 15:43:21.000000000 +0200 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/Makefile 2010-07-15 16:26:34.000000000 +0200 >@@ -2,60 +2,42 @@ > # Date created: October 25 2000 > # Whom: bremner@unb.ca > # >-# $FreeBSD: ports/graphics/ipe/Makefile,v 1.29 2010/06/20 13:43:21 osa Exp $ >+# $FreeBSD: ports/graphics/ipe/Makefile,v 1.26 2009/09/14 23:07:15 makc Exp $ > # > > PORTNAME= ipe >-DISTVERSION= 6.0pre32patch1 >-PORTREVISION= 2 >+DISTVERSION= 7.0.10 > CATEGORIES= graphics > MASTER_SITES= SF >-MASTER_SITE_SUBDIR= ipe7/zzz_archived_files >+MASTER_SITE_SUBDIR= ipe7/ipe > DISTNAME= ${PORTNAME}-${DISTVERSION}-src > > MAINTAINER= tkjacobsen@gmail.com > COMMENT= Extensible drawing editor > >+LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo > RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX > > WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src >-USE_GHOSTSCRIPT_RUN= yes >+ > USE_LDCONFIG= yes >+USE_LUA= 5.1 >+USE_GMAKE= yes >+USE_GNOME= pkgconfig >+ >+MAN1= ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 >+.if defined(NOPORTDOCS) >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-noportdocs >+.endif >+ > USE_QT_VER= 4 > QT_COMPONENTS= gui qt3support qmake_build moc_build uic_build rcc_build >-MAN1= ipe.1 ipetoipe.1 ipetopng.1 > > .include <bsd.port.pre.mk> > >-pre-fetch: >-.if !defined(WITH_TEXMF_PREFIX) >- @${ECHO} "" >- @${ECHO} " Define WITH_TEXMF_PREFIX=somewhere" >- @${ECHO} " if your tetex type1 fonts are somewhere non-standard" >- @${ECHO} "" >-.endif >- >-.if !defined(WITH_BROWSER) >- @${ECHO} "" >- @${ECHO} " Define WITH_BROWSER=myBrowser to use" >- @${ECHO} " myBrowser to browse ipe help instead of mozilla" >- @${ECHO} "" >-.endif >- >-WITH_BROWSER?=mozilla >-WITH_TEXMF_PREFIX?= ${PREFIX}/share/texmf-dist >- >-# This is my feeble attempt at making qmake play nice with FreeBSD. >-# If you change a variable, you _must_ reconfigure. >-# If it is not on this list, it will _not_ be propagated. >-do-configure: >- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ >- ${QMAKE} -unix PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} \ >- WWWBROWSER=${WITH_BROWSER} main.pro >- > post-install: >- cd ${WRKSRC}/.. && ${MKDIR} ${DATADIR} && \ >- ${SED} s@/usr/share/texmf@${WITH_TEXMF_PREFIX}@ \ >- < tetex-fontmap.xml > ${DATADIR}/fontmap.xml >+ cd ${WRKSRC}/../fontmaps && ${MKDIR} ${DATADIR}/${DISTVERSION} && \ >+ ${SED} s,/usr/share/fonts/type1/gsfonts,${PREFIX}/share/ghostscript/fonts, \ >+ < gsfonts-fontmap.xml > ${DATADIR}/${DISTVERSION}/fontmap.xml > > .include <bsd.port.post.mk> >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/distinfo /usr/home/tkjacobsen/tmp/ports/ipe/distinfo >--- /usr/ports/graphics/ipe/distinfo 2009-09-15 01:07:15.000000000 +0200 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/distinfo 2010-06-29 11:34:53.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (ipe-6.0pre32patch1-src.tar.gz) = 2d979ee33944452b7ba18a0ba7c176f3 >-SHA256 (ipe-6.0pre32patch1-src.tar.gz) = 66321e69622a37ddaa8ef976357d019e201da882e937cb6c36344d3950eb3ae6 >-SIZE (ipe-6.0pre32patch1-src.tar.gz) = 943522 >+MD5 (ipe-7.0.10-src.tar.gz) = 3116ccb41d244d7e4ef92198d6d82052 >+SHA256 (ipe-7.0.10-src.tar.gz) = f343493d9e4d2390a9fdd5403162d187dd6ec1b204e7c026baec76657f40cd9c >+SIZE (ipe-7.0.10-src.tar.gz) = 1158532 >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/files/extra-patch-noportdocs /usr/home/tkjacobsen/tmp/ports/ipe/files/extra-patch-noportdocs >--- /usr/ports/graphics/ipe/files/extra-patch-noportdocs 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/files/extra-patch-noportdocs 2010-07-15 16:41:18.000000000 +0200 >@@ -0,0 +1,18 @@ >+--- ipe/Makefile.orig 2010-07-15 16:40:45.000000000 +0200 >++++ ipe/Makefile 2010-07-15 16:41:02.000000000 +0200 >+@@ -51,7 +51,6 @@ >+ install: $(TARGET) >+ $(INSTALL_DIR) $(INSTALL_ROOT)$(IPEBINDIR) >+ $(INSTALL_DIR) $(INSTALL_ROOT)$(IPEMANDIR) >+- $(INSTALL_DIR) $(INSTALL_ROOT)$(IPEDOCDIR) >+ $(INSTALL_DIR) $(INSTALL_ROOT)$(IPELUADIR) >+ $(INSTALL_DIR) $(INSTALL_ROOT)$(IPESTYLES) >+ $(INSTALL_DIR) $(INSTALL_ROOT)$(IPEICONDIR) >+@@ -59,7 +58,6 @@ >+ $(INSTALL_SCRIPTS) ../../scripts/ipe-update-master \ >+ $(INSTALL_ROOT)$(IPEBINDIR) >+ $(INSTALL_FILES) ../../man/*.1 $(INSTALL_ROOT)$(IPEMANDIR) >+- $(INSTALL_FILES) ../../build/doc/* $(INSTALL_ROOT)$(IPEDOCDIR) >+ $(INSTALL_FILES) lua/*.lua $(INSTALL_ROOT)$(IPELUADIR) >+ $(INSTALL_FILES) ../../styles/basic.isy $(INSTALL_ROOT)$(IPESTYLES) >+ $(INSTALL_FILES) ../../styles/colors.isy $(INSTALL_ROOT)$(IPESTYLES) >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/files/patch-config-pri /usr/home/tkjacobsen/tmp/ports/ipe/files/patch-config-pri >--- /usr/ports/graphics/ipe/files/patch-config-pri 2009-09-15 01:07:15.000000000 +0200 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/files/patch-config-pri 1970-01-01 01:00:00.000000000 +0100 >@@ -1,51 +0,0 @@ >---- config.pri.orig 2009-07-22 10:39:01.000000000 +0200 >-+++ config.pri 2009-07-22 10:43:17.000000000 +0200 >-@@ -8,7 +8,7 @@ >- # Freetype location >- # >- # Path to "ft2build.h" (if not on standard include path) >--FREETYPE_INCLUDE = /usr/include/freetype2 >-+FREETYPE_INCLUDE = $${LOCALBASE}/include/freetype2 >- # Path to "libfreetype.so" (if not in a standard library directory) >- #FREETYPE_LIBPATH = /usr/lib >- # -------------------------------------------------------------------- >-@@ -39,6 +39,7 @@ >- #IPEPREFIX = /usr >- #IPEPREFIX = /opt/ipe-6.0 >- # >-+IPEPREFIX=$${PREFIX} >- !win32:isEmpty( IPEPREFIX ) { >- error( "You need to specify IPEPREFIX!") >- } >-@@ -62,7 +63,7 @@ >- # IPEDOCDIR will contain the Ipe documentation (mostly html files) >- # >- isEmpty( IPEDOCDIR ) { >-- IPEDOCDIR = $${IPEPREFIX}/share/ipe/$${IPEVERS}/doc >-+ IPEDOCDIR = $${IPEPREFIX}/share/doc/ipe >- } >- # >- # IPELANGDIR will contain Ipe UI translations (none exist yet) >-@@ -71,11 +72,11 @@ >- # >- # IPEMANDIR will contain the Ipe manual pages >- # >--IPEMANDIR = $${IPEPREFIX}/share/man/man1 >-+IPEMANDIR = $${IPEPREFIX}/man/man1 >- # >- # The full path to the Ipe fontmap >- # >--IPEFONTMAP = $${IPEPREFIX}/share/ipe/$${IPEVERS}/fontmap.xml >-+IPEFONTMAP = $${IPEPREFIX}/share/ipe/fontmap.xml >- # >- # The standard key assignment of Ipe >- # >-@@ -84,7 +85,7 @@ >- # >- # The HTML browser started to read the on-line Ipe documentation. >- # >--IPEBROWSER = sensible-browser >-+IPEBROWSER = $${WWWBROWSER} >- # >- # -------------------------------------------------------------------- >- # Standard definitions --- don't change >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/files/patch-include.ipebase-h /usr/home/tkjacobsen/tmp/ports/ipe/files/patch-include.ipebase-h >--- /usr/ports/graphics/ipe/files/patch-include.ipebase-h 2009-09-15 01:07:15.000000000 +0200 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/files/patch-include.ipebase-h 1970-01-01 01:00:00.000000000 +0100 >@@ -1,11 +0,0 @@ >---- include/ipebase.h.orig 2009-07-22 14:23:05.000000000 +0200 >-+++ include/ipebase.h 2009-07-22 14:24:15.000000000 +0200 >-@@ -43,7 +43,7 @@ >- >- typedef unsigned char uchar; >- >--#if defined(WIN32) || defined(__APPLE__) >-+#if defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) >- typedef unsigned short ushort; >- typedef unsigned int uint; >- typedef unsigned long int ulong; >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/files/patch-src-config-mak /usr/home/tkjacobsen/tmp/ports/ipe/files/patch-src-config-mak >--- /usr/ports/graphics/ipe/files/patch-src-config-mak 1970-01-01 01:00:00.000000000 +0100 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/files/patch-src-config-mak 2010-06-29 11:34:53.000000000 +0200 >@@ -0,0 +1,35 @@ >+--- config.mak.orig 2009-11-22 01:56:12.000000000 +0100 >++++ config.mak 2009-11-22 14:03:58.000000000 +0100 >+@@ -18,8 +18,8 @@ >+ CAIRO_CFLAGS ?= $(shell pkg-config --cflags cairo) >+ CAIRO_LIBS ?= $(shell pkg-config --libs cairo) >+ ifndef MACOS >+-LUA_CFLAGS ?= $(shell pkg-config --cflags lua5.1) >+-LUA_LIBS ?= $(shell pkg-config --libs lua5.1) >++LUA_CFLAGS ?= -I$(LUA_INCDIR) >++LUA_LIBS ?= -L$(LUA_LIBDIR) -llua >+ QT_CFLAGS ?= $(shell pkg-config --cflags QtGui QtCore) >+ QT_LIBS ?= $(shell pkg-config --libs QtGui QtCore) >+ # >+@@ -75,6 +75,7 @@ >+ #IPEPREFIX := /usr/local >+ #IPEPREFIX := /usr >+ #IPEPREFIX := /opt/ipe7 >++IPEPREFIX := $(PREFIX) >+ # >+ ifeq "$(IPEPREFIX)" "" >+ $(error You need to specify IPEPREFIX!) >+@@ -115,11 +116,11 @@ >+ # >+ # IPEDOCDIR contains the Ipe documentation (mostly html files) >+ # >+-IPEDOCDIR = $(IPEPREFIX)/share/ipe/$(IPEVERS)/doc >++IPEDOCDIR = $(IPEPREFIX)/share/doc/ipe/$(IPEVERS) >+ # >+ # The Ipe manual pages are installed into IPEMANDIR >+ # >+-IPEMANDIR = $(IPEPREFIX)/share/man/man1 >++IPEMANDIR = $(IPEPREFIX)/man/man1 >+ # >+ # The full path to the Ipe fontmap >+ # >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/pkg-descr /usr/home/tkjacobsen/tmp/ports/ipe/pkg-descr >--- /usr/ports/graphics/ipe/pkg-descr 2004-01-11 19:17:21.000000000 +0100 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/pkg-descr 2010-06-29 11:34:53.000000000 +0200 >@@ -1,5 +1,6 @@ >-This is a port of Ipe, Otfried Cheong's Interactive Picture Editor. >-Ipe has a very nice integration of LaTeX text and PostScript drawings. >- >-David Bremner >-bremner@unb.ca >+Ipe is a drawing editor for creating figures in PDF or (encapsulated) >+Postscript format. It supports making small figures for inclusion into >+LaTeX-documents as well as making multi-page PDF presentations that can be >+shown on-line with Acrobat Reader. >+ >+WWW: http://tclab.kaist.ac.kr/ipe/ >diff -ruN --exclude=CVS /usr/ports/graphics/ipe/pkg-plist /usr/home/tkjacobsen/tmp/ports/ipe/pkg-plist >--- /usr/ports/graphics/ipe/pkg-plist 2009-09-15 01:07:15.000000000 +0200 >+++ /usr/home/tkjacobsen/tmp/ports/ipe/pkg-plist 2010-06-29 11:34:53.000000000 +0200 >@@ -1,10 +1,13 @@ > bin/ipe >+bin/ipe-update-master >+bin/ipe6upgrade >+bin/ipeextract >+bin/iperender > bin/ipetoipe >-bin/ipetopng >+bin/ipeview >+include/ipeattributes.h > include/ipebase.h >-include/ipebase.h.orig > include/ipebitmap.h >-include/ipecolor.h > include/ipedoc.h > include/ipefactory.h > include/ipefontpool.h >@@ -15,347 +18,457 @@ > include/ipelatex.h > include/ipelet.h > include/ipelib.h >-include/ipemark.h >-include/ipeobj.h >+include/ipeobject.h > include/ipepage.h > include/ipepainter.h > include/ipepath.h > include/ipepdfparser.h > include/ipepdfwriter.h > include/ipepswriter.h >-include/iperef.h >+include/ipereference.h >+include/ipeshape.h > include/ipesnap.h > include/ipestyle.h > include/ipetext.h >-include/ipeundo.h > include/ipeutils.h >-include/ipevisitor.h > include/ipexml.h >-lib/ipe/6.0pre32/ipelets/libalign.so >-lib/ipe/6.0pre32/ipelets/libeuclid.so >-lib/ipe/6.0pre32/ipelets/libgoodies.so >-lib/ipe/6.0pre32/ipelets/libimage.so >-lib/ipe/6.0pre32/ipelets/libkgon.so >-lib/ipe/6.0pre32/ipelets/libmove.so >-lib/ipe/6.0pre32/ipelets/libsmallest-circle.so >-lib/ipe/6.0pre32/ipelets/libtemplates.so >-lib/ipe/6.0pre32/ipelets/libvisibility-polygon.so >+lib/ipe/7.0.10/ipelets/align.lua >+lib/ipe/7.0.10/ipelets/euclid.lua >+lib/ipe/7.0.10/ipelets/goodies.lua >+lib/ipe/7.0.10/ipelets/image.lua >+lib/ipe/7.0.10/ipelets/image.so >+lib/ipe/7.0.10/ipelets/move.lua >+lib/ipe/7.0.10/ipelets/search-replace.lua >+lib/ipe/7.0.10/ipelets/symbols.lua > lib/libipe.so >-lib/libipe.so.1 >-lib/libipe.so.1.0 >-lib/libipe.so.1.0.0 >-lib/libipecanvas.so >-lib/libipecanvas.so.1 >-lib/libipecanvas.so.1.0 >-lib/libipecanvas.so.1.0.0 >-lib/libipemodel.so >-lib/libipemodel.so.1 >-lib/libipemodel.so.1.0 >-lib/libipemodel.so.1.0.0 >-%%PORTDOCS%%%%DOCSDIR%%/annotated.html >-%%PORTDOCS%%%%DOCSDIR%%/blank.png >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_a85_source-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_a85_source.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_a85_stream-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_a85_stream.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_all_attributes-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_all_attributes.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_angle-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_angle.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_arc-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_arc.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_attribute-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_attribute.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_b_box_painter-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_b_box_painter.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bezier-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bezier.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bitmap-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bitmap.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bitmap_1_1_m_render_data-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bitmap_1_1_m_render_data.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bitmap_finder-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_bitmap_finder.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_buffer-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_buffer.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_buffer_source-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_buffer_source.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_closed_spline-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_closed_spline.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_color-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_color.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_dash_style-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_dash_style.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_data_source-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_data_source.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_deflate_stream-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_deflate_stream.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_document-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_document.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_ellipse-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_ellipse.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_file_source-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_file_source.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_file_stream-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_file_stream.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_fillable-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_fillable.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_fixed-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_fixed.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_font_pool.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_group-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_group.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_image-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_image.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_iml_parser-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_iml_parser.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_inflate_source-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_inflate_source.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_latex-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_latex.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_layer-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_layer.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_lex-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_lex.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_line-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_line.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_linear-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_linear.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_mark-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_mark.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_matrix-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_matrix.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_object-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_object.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_object_factory-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_object_factory.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_page-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_page.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_painter-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_painter.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_path-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_path.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_path_segment-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_path_segment.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_array-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_array.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_bool-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_bool.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_dict-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_dict.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_file-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_file.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_name-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_name.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_null-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_null.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_number-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_number.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_obj-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_obj.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_parser-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_parser.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_ref-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_ref.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_string-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_string.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_writer-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pdf_writer.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pg_object-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_pg_object.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_ps_writer-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_ps_writer.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_rect-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_rect.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_reference-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_reference.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_repository-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_repository.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_segment-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_segment.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_segment_sub_path-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_segment_sub_path.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_snap_data-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_snap_data.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_stream-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_stream.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_string-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_string.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_string_stream-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_string_stream.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_stroke_style-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_stroke_style.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_style_sheet-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_style_sheet.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_sub_path-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_sub_path.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_tell_stream-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_tell_stream.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_text-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_text.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_item-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_item.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_obj_insertion-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_obj_insertion.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_object_edit-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_object_edit.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_page_del-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_page_del.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_page_edit-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_page_edit.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_page_ins-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_page_ins.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_stack-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_undo_stack.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_vector-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_vector.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_view-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_view.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_visitor-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_visitor.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_xml_attributes-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_xml_attributes.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_xml_parser-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipe_xml_parser.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipelet-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipelet.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipelet_helper-members.html >-%%PORTDOCS%%%%DOCSDIR%%/class_ipelet_helper.html >-%%PORTDOCS%%%%DOCSDIR%%/colors.xml >-%%PORTDOCS%%%%DOCSDIR%%/doxygen.css >-%%PORTDOCS%%%%DOCSDIR%%/doxygen.png >-%%PORTDOCS%%%%DOCSDIR%%/example1.png >-%%PORTDOCS%%%%DOCSDIR%%/example2.png >-%%PORTDOCS%%%%DOCSDIR%%/example3.png >-%%PORTDOCS%%%%DOCSDIR%%/example4.png >-%%PORTDOCS%%%%DOCSDIR%%/example5.png >-%%PORTDOCS%%%%DOCSDIR%%/example6.png >-%%PORTDOCS%%%%DOCSDIR%%/functions.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x62.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x63.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x64.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x65.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x66.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x67.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x68.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x69.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6c.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6d.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6e.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x6f.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x70.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x72.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x73.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x74.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x76.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x77.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_0x7e.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_eval.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x62.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x63.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x64.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x65.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x66.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x67.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x68.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x69.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6c.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6d.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6e.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x6f.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x70.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x72.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x73.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x74.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x76.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x77.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_func_0x7e.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_type.html >-%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html >-%%PORTDOCS%%%%DOCSDIR%%/group__attr.html >-%%PORTDOCS%%%%DOCSDIR%%/group__base.html >-%%PORTDOCS%%%%DOCSDIR%%/group__doc.html >-%%PORTDOCS%%%%DOCSDIR%%/group__geo.html >-%%PORTDOCS%%%%DOCSDIR%%/group__high.html >-%%PORTDOCS%%%%DOCSDIR%%/group__ipelet.html >-%%PORTDOCS%%%%DOCSDIR%%/group__obj.html >-%%PORTDOCS%%%%DOCSDIR%%/hierarchy.html >-%%PORTDOCS%%%%DOCSDIR%%/index.html >-%%PORTDOCS%%%%DOCSDIR%%/intersection.png >-%%PORTDOCS%%%%DOCSDIR%%/ipe_copyright.html >-%%PORTDOCS%%%%DOCSDIR%%/manual.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_1.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_10.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_11.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_12.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_13.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_14.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_15.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_16.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_17.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_18.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_19.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_2.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_20.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_21.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_22.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_23.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_24.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_25.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_26.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_27.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_28.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_29.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_3.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_30.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_31.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_32.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_33.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_34.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_35.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_36.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_37.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_38.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_39.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_4.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_40.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_41.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_43.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_44.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_5.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_6.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_7.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_8.html >-%%PORTDOCS%%%%DOCSDIR%%/manual_9.html >-%%PORTDOCS%%%%DOCSDIR%%/modules.html >-%%PORTDOCS%%%%DOCSDIR%%/next.png >-%%PORTDOCS%%%%DOCSDIR%%/polygon.pdf >-%%PORTDOCS%%%%DOCSDIR%%/previous.png >-%%PORTDOCS%%%%DOCSDIR%%/snaplines.png >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_document_1_1_s_properties-members.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_document_1_1_s_properties.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_font-members.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_font.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_layout-members.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_layout.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_pdf_token-members.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_pdf_token.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_shading-members.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_shading.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_style_sheet_1_1_s_title_style-members.html >-%%PORTDOCS%%%%DOCSDIR%%/struct_ipe_style_sheet_1_1_s_title_style.html >-%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif >-%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif >-%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif >-%%PORTDOCS%%%%DOCSDIR%%/tabs.css >-%%PORTDOCS%%%%DOCSDIR%%/up.png >-%%DATADIR%%/6.0pre32/ipekeys.xml >-%%DATADIR%%/fontmap.xml >-@dirrm %%DATADIR%%/6.0pre32 >+lib/libipe.so.7.0.10 >+lib/libipecairo.so >+lib/libipecairo.so.7.0.10 >+lib/libipelua.so >+lib/libipelua.so.7.0.10 >+lib/libipeqtcanvas.so >+lib/libipeqtcanvas.so.7.0.10 >+lib/libipeui.so >+lib/libipeui.so.7.0.10 >+%%DOCSDIR%%/7.0.10/annotated.html >+%%DOCSDIR%%/7.0.10/blank.png >+%%DOCSDIR%%/7.0.10/class_ipe_auto_ptr-members.html >+%%DOCSDIR%%/7.0.10/class_ipe_auto_ptr.html >+%%DOCSDIR%%/7.0.10/classes.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_a85_source-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_a85_source.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_a85_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_a85_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_all_attributes-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_all_attributes.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_angle-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_angle.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_arc-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_arc.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_attribute-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_attribute.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_b_box_painter-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_b_box_painter.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_base64_source-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_base64_source.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_base64_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_base64_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bezier-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bezier.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bitmap-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bitmap.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bitmap_1_1_m_render_data-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bitmap_1_1_m_render_data.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bitmap_finder-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_bitmap_finder.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_buffer-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_buffer.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_buffer_source-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_buffer_source.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_cairo_painter-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_cairo_painter.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_cascade-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_cascade.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_closed_spline-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_closed_spline.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_color-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_color.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_curve-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_curve.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_curve_segment-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_curve_segment.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_data_source-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_data_source.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_deflate_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_deflate_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_document-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_document.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_effect-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ellipse-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ellipse.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_face-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_face.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_file_source-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_file_source.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_file_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_file_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_fixed-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_fixed.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_fonts-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_fonts.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_group-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_group.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_image-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_image.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_iml_parser-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_iml_parser.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_inflate_source-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_inflate_source.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ipelet-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ipelet.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ipelet_helper-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ipelet_helper.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_latex-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_latex.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_lex-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_lex.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_line-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_line.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_linear-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_linear.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_matrix-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_matrix.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_object-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_object.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_object_factory-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_object_factory.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_page-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_page.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_painter-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_painter.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_path-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_path.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_array-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_array.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_bool-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_bool.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_dict-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_dict.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_file-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_file.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_name-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_name.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_null-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_null.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_number-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_number.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_obj-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_obj.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_painter-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_painter.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_parser-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_parser.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_ref-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_ref.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_string-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_string.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_writer-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_pdf_writer.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_platform-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_platform.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ps_painter-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ps_painter.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ps_writer-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_ps_writer.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_rect-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_rect.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_reference-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_reference.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_repository-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_repository.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_segment-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_segment.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_shape-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_shape.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_snap-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_snap.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_string-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_string.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_string_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_string_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_style_sheet-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_style_sheet.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_sub_path-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_sub_path.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_symbol-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_tell_stream-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_tell_stream.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_text-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_text.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_vector-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_vector.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_visitor-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_visitor.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_xml_attributes-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_xml_attributes.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_xml_parser-members.html >+%%DOCSDIR%%/7.0.10/classipe_1_1_xml_parser.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_canvas-members.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_canvas.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_pan_tool-members.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_pan_tool.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_select_tool-members.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_select_tool.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_tool-members.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_tool.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_transform_tool-members.html >+%%DOCSDIR%%/7.0.10/classipeqt_1_1_transform_tool.html >+%%DOCSDIR%%/7.0.10/cpp-ipelets.html >+%%DOCSDIR%%/7.0.10/doxygen.css >+%%DOCSDIR%%/7.0.10/doxygen.png >+%%DOCSDIR%%/7.0.10/example1.svg >+%%DOCSDIR%%/7.0.10/example2.svg >+%%DOCSDIR%%/7.0.10/example3.svg >+%%DOCSDIR%%/7.0.10/example4.svg >+%%DOCSDIR%%/7.0.10/example5.svg >+%%DOCSDIR%%/7.0.10/example6.svg >+%%DOCSDIR%%/7.0.10/fontbbox.svg >+%%DOCSDIR%%/7.0.10/fontbbox2.svg >+%%DOCSDIR%%/7.0.10/functions.html >+%%DOCSDIR%%/7.0.10/functions_0x62.html >+%%DOCSDIR%%/7.0.10/functions_0x63.html >+%%DOCSDIR%%/7.0.10/functions_0x64.html >+%%DOCSDIR%%/7.0.10/functions_0x65.html >+%%DOCSDIR%%/7.0.10/functions_0x66.html >+%%DOCSDIR%%/7.0.10/functions_0x67.html >+%%DOCSDIR%%/7.0.10/functions_0x68.html >+%%DOCSDIR%%/7.0.10/functions_0x69.html >+%%DOCSDIR%%/7.0.10/functions_0x6b.html >+%%DOCSDIR%%/7.0.10/functions_0x6c.html >+%%DOCSDIR%%/7.0.10/functions_0x6d.html >+%%DOCSDIR%%/7.0.10/functions_0x6e.html >+%%DOCSDIR%%/7.0.10/functions_0x6f.html >+%%DOCSDIR%%/7.0.10/functions_0x70.html >+%%DOCSDIR%%/7.0.10/functions_0x71.html >+%%DOCSDIR%%/7.0.10/functions_0x72.html >+%%DOCSDIR%%/7.0.10/functions_0x73.html >+%%DOCSDIR%%/7.0.10/functions_0x74.html >+%%DOCSDIR%%/7.0.10/functions_0x75.html >+%%DOCSDIR%%/7.0.10/functions_0x76.html >+%%DOCSDIR%%/7.0.10/functions_0x77.html >+%%DOCSDIR%%/7.0.10/functions_0x78.html >+%%DOCSDIR%%/7.0.10/functions_0x79.html >+%%DOCSDIR%%/7.0.10/functions_0x7a.html >+%%DOCSDIR%%/7.0.10/functions_0x7e.html >+%%DOCSDIR%%/7.0.10/functions_enum.html >+%%DOCSDIR%%/7.0.10/functions_eval.html >+%%DOCSDIR%%/7.0.10/functions_func.html >+%%DOCSDIR%%/7.0.10/functions_func_0x62.html >+%%DOCSDIR%%/7.0.10/functions_func_0x63.html >+%%DOCSDIR%%/7.0.10/functions_func_0x64.html >+%%DOCSDIR%%/7.0.10/functions_func_0x65.html >+%%DOCSDIR%%/7.0.10/functions_func_0x66.html >+%%DOCSDIR%%/7.0.10/functions_func_0x67.html >+%%DOCSDIR%%/7.0.10/functions_func_0x68.html >+%%DOCSDIR%%/7.0.10/functions_func_0x69.html >+%%DOCSDIR%%/7.0.10/functions_func_0x6b.html >+%%DOCSDIR%%/7.0.10/functions_func_0x6c.html >+%%DOCSDIR%%/7.0.10/functions_func_0x6d.html >+%%DOCSDIR%%/7.0.10/functions_func_0x6e.html >+%%DOCSDIR%%/7.0.10/functions_func_0x6f.html >+%%DOCSDIR%%/7.0.10/functions_func_0x70.html >+%%DOCSDIR%%/7.0.10/functions_func_0x71.html >+%%DOCSDIR%%/7.0.10/functions_func_0x72.html >+%%DOCSDIR%%/7.0.10/functions_func_0x73.html >+%%DOCSDIR%%/7.0.10/functions_func_0x74.html >+%%DOCSDIR%%/7.0.10/functions_func_0x75.html >+%%DOCSDIR%%/7.0.10/functions_func_0x76.html >+%%DOCSDIR%%/7.0.10/functions_func_0x77.html >+%%DOCSDIR%%/7.0.10/functions_func_0x78.html >+%%DOCSDIR%%/7.0.10/functions_func_0x7a.html >+%%DOCSDIR%%/7.0.10/functions_func_0x7e.html >+%%DOCSDIR%%/7.0.10/functions_rela.html >+%%DOCSDIR%%/7.0.10/functions_type.html >+%%DOCSDIR%%/7.0.10/functions_vars.html >+%%DOCSDIR%%/7.0.10/group__attr.html >+%%DOCSDIR%%/7.0.10/group__base.html >+%%DOCSDIR%%/7.0.10/group__cairo.html >+%%DOCSDIR%%/7.0.10/group__doc.html >+%%DOCSDIR%%/7.0.10/group__geo.html >+%%DOCSDIR%%/7.0.10/group__high.html >+%%DOCSDIR%%/7.0.10/group__ipelet.html >+%%DOCSDIR%%/7.0.10/group__obj.html >+%%DOCSDIR%%/7.0.10/group__qtcanvas.html >+%%DOCSDIR%%/7.0.10/hierarchy.html >+%%DOCSDIR%%/7.0.10/index.html >+%%DOCSDIR%%/7.0.10/intersection.svg >+%%DOCSDIR%%/7.0.10/ipe.dtd >+%%DOCSDIR%%/7.0.10/ipelets.html >+%%DOCSDIR%%/7.0.10/lingrad1.svg >+%%DOCSDIR%%/7.0.10/lua-ipelets.html >+%%DOCSDIR%%/7.0.10/lua.html >+%%DOCSDIR%%/7.0.10/luageo.html >+%%DOCSDIR%%/7.0.10/luaipe.html >+%%DOCSDIR%%/7.0.10/luaipeui.html >+%%DOCSDIR%%/7.0.10/luaobj.html >+%%DOCSDIR%%/7.0.10/luapage.html >+%%DOCSDIR%%/7.0.10/manual.css >+%%DOCSDIR%%/7.0.10/manual.html >+%%DOCSDIR%%/7.0.10/manual.pdf >+%%DOCSDIR%%/7.0.10/manual_1.html >+%%DOCSDIR%%/7.0.10/manual_10.html >+%%DOCSDIR%%/7.0.10/manual_11.html >+%%DOCSDIR%%/7.0.10/manual_12.html >+%%DOCSDIR%%/7.0.10/manual_13.html >+%%DOCSDIR%%/7.0.10/manual_14.html >+%%DOCSDIR%%/7.0.10/manual_15.html >+%%DOCSDIR%%/7.0.10/manual_16.html >+%%DOCSDIR%%/7.0.10/manual_17.html >+%%DOCSDIR%%/7.0.10/manual_18.html >+%%DOCSDIR%%/7.0.10/manual_19.html >+%%DOCSDIR%%/7.0.10/manual_2.html >+%%DOCSDIR%%/7.0.10/manual_20.html >+%%DOCSDIR%%/7.0.10/manual_21.html >+%%DOCSDIR%%/7.0.10/manual_22.html >+%%DOCSDIR%%/7.0.10/manual_23.html >+%%DOCSDIR%%/7.0.10/manual_24.html >+%%DOCSDIR%%/7.0.10/manual_25.html >+%%DOCSDIR%%/7.0.10/manual_26.html >+%%DOCSDIR%%/7.0.10/manual_27.html >+%%DOCSDIR%%/7.0.10/manual_28.html >+%%DOCSDIR%%/7.0.10/manual_29.html >+%%DOCSDIR%%/7.0.10/manual_3.html >+%%DOCSDIR%%/7.0.10/manual_30.html >+%%DOCSDIR%%/7.0.10/manual_31.html >+%%DOCSDIR%%/7.0.10/manual_32.html >+%%DOCSDIR%%/7.0.10/manual_33.html >+%%DOCSDIR%%/7.0.10/manual_34.html >+%%DOCSDIR%%/7.0.10/manual_35.html >+%%DOCSDIR%%/7.0.10/manual_36.html >+%%DOCSDIR%%/7.0.10/manual_37.html >+%%DOCSDIR%%/7.0.10/manual_38.html >+%%DOCSDIR%%/7.0.10/manual_39.html >+%%DOCSDIR%%/7.0.10/manual_4.html >+%%DOCSDIR%%/7.0.10/manual_40.html >+%%DOCSDIR%%/7.0.10/manual_41.html >+%%DOCSDIR%%/7.0.10/manual_42.html >+%%DOCSDIR%%/7.0.10/manual_43.html >+%%DOCSDIR%%/7.0.10/manual_44.html >+%%DOCSDIR%%/7.0.10/manual_45.html >+%%DOCSDIR%%/7.0.10/manual_47.html >+%%DOCSDIR%%/7.0.10/manual_48.html >+%%DOCSDIR%%/7.0.10/manual_49.html >+%%DOCSDIR%%/7.0.10/manual_5.html >+%%DOCSDIR%%/7.0.10/manual_50.html >+%%DOCSDIR%%/7.0.10/manual_51.html >+%%DOCSDIR%%/7.0.10/manual_53.html >+%%DOCSDIR%%/7.0.10/manual_54.html >+%%DOCSDIR%%/7.0.10/manual_6.html >+%%DOCSDIR%%/7.0.10/manual_7.html >+%%DOCSDIR%%/7.0.10/manual_8.html >+%%DOCSDIR%%/7.0.10/manual_9.html >+%%DOCSDIR%%/7.0.10/manual_ipe6_to_ipe7.html >+%%DOCSDIR%%/7.0.10/manual_ipe_copyright.html >+%%DOCSDIR%%/7.0.10/modules.html >+%%DOCSDIR%%/7.0.10/namespaceipe.html >+%%DOCSDIR%%/7.0.10/namespaceipeqt.html >+%%DOCSDIR%%/7.0.10/namespacemembers.html >+%%DOCSDIR%%/7.0.10/namespacemembers_enum.html >+%%DOCSDIR%%/7.0.10/namespacemembers_eval.html >+%%DOCSDIR%%/7.0.10/namespacemembers_func.html >+%%DOCSDIR%%/7.0.10/namespacemembers_type.html >+%%DOCSDIR%%/7.0.10/namespacemembers_vars.html >+%%DOCSDIR%%/7.0.10/namespaces.html >+%%DOCSDIR%%/7.0.10/next.png >+%%DOCSDIR%%/7.0.10/previous.png >+%%DOCSDIR%%/7.0.10/radgrad1.svg >+%%DOCSDIR%%/7.0.10/radgrad2.svg >+%%DOCSDIR%%/7.0.10/snaplines.svg >+%%DOCSDIR%%/7.0.10/structipe_1_1_document_1_1_s_properties-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_document_1_1_s_properties.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_effect.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_font-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_font.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_gradient-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_gradient.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_gradient_1_1_stop-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_gradient_1_1_stop.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_ipelet_data-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_ipelet_data.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_layout-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_layout.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_painter_1_1_state-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_painter_1_1_state.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_pdf_token-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_pdf_token.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_style_sheet_1_1_page_number_style-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_style_sheet_1_1_page_number_style.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_style_sheet_1_1_title_style-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_style_sheet_1_1_title_style.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_symbol.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_text_1_1_x_form-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_text_1_1_x_form.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_tiling-members.html >+%%DOCSDIR%%/7.0.10/structipe_1_1_tiling.html >+%%DOCSDIR%%/7.0.10/structipeqt_1_1_canvas_1_1_style-members.html >+%%DOCSDIR%%/7.0.10/structipeqt_1_1_canvas_1_1_style.html >+%%DOCSDIR%%/7.0.10/structipeqt_1_1_select_tool_1_1_s_obj-members.html >+%%DOCSDIR%%/7.0.10/structipeqt_1_1_select_tool_1_1_s_obj.html >+%%DOCSDIR%%/7.0.10/tab_b.gif >+%%DOCSDIR%%/7.0.10/tab_l.gif >+%%DOCSDIR%%/7.0.10/tab_r.gif >+%%DOCSDIR%%/7.0.10/tabs.css >+%%DOCSDIR%%/7.0.10/up.png >+%%DATADIR%%/7.0.10/fontmap.xml >+%%DATADIR%%/7.0.10/icons/ipe.png >+%%DATADIR%%/7.0.10/icons/mode_arc1.png >+%%DATADIR%%/7.0.10/icons/mode_arc2.png >+%%DATADIR%%/7.0.10/icons/mode_arc3.png >+%%DATADIR%%/7.0.10/icons/mode_circle1.png >+%%DATADIR%%/7.0.10/icons/mode_circle2.png >+%%DATADIR%%/7.0.10/icons/mode_circle3.png >+%%DATADIR%%/7.0.10/icons/mode_ink.png >+%%DATADIR%%/7.0.10/icons/mode_label.png >+%%DATADIR%%/7.0.10/icons/mode_lines.png >+%%DATADIR%%/7.0.10/icons/mode_marks.png >+%%DATADIR%%/7.0.10/icons/mode_math.png >+%%DATADIR%%/7.0.10/icons/mode_pan.png >+%%DATADIR%%/7.0.10/icons/mode_paragraph.png >+%%DATADIR%%/7.0.10/icons/mode_polygons.png >+%%DATADIR%%/7.0.10/icons/mode_rectangles.png >+%%DATADIR%%/7.0.10/icons/mode_rotate.png >+%%DATADIR%%/7.0.10/icons/mode_select.png >+%%DATADIR%%/7.0.10/icons/mode_splinegons.png >+%%DATADIR%%/7.0.10/icons/mode_splines.png >+%%DATADIR%%/7.0.10/icons/mode_stretch.png >+%%DATADIR%%/7.0.10/icons/mode_translate.png >+%%DATADIR%%/7.0.10/icons/pen.png >+%%DATADIR%%/7.0.10/icons/snapangle.png >+%%DATADIR%%/7.0.10/icons/snapauto.png >+%%DATADIR%%/7.0.10/icons/snapbd.png >+%%DATADIR%%/7.0.10/icons/snapgrid.png >+%%DATADIR%%/7.0.10/icons/snapint.png >+%%DATADIR%%/7.0.10/icons/snapvtx.png >+%%DATADIR%%/7.0.10/lua/actions.lua >+%%DATADIR%%/7.0.10/lua/editpath.lua >+%%DATADIR%%/7.0.10/lua/main.lua >+%%DATADIR%%/7.0.10/lua/model.lua >+%%DATADIR%%/7.0.10/lua/prefs.lua >+%%DATADIR%%/7.0.10/lua/properties.lua >+%%DATADIR%%/7.0.10/lua/shortcuts.lua >+%%DATADIR%%/7.0.10/lua/tools.lua >+%%DATADIR%%/7.0.10/styles/basic.isy >+%%DATADIR%%/7.0.10/styles/colors.isy >+%%DATADIR%%/7.0.10/styles/presentation.isy >+@dirrm %%DATADIR%%/7.0.10/styles >+@dirrm %%DATADIR%%/7.0.10/lua >+@dirrm %%DATADIR%%/7.0.10/icons >+@dirrm %%DATADIR%%/7.0.10 > @dirrm %%DATADIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >-@dirrm lib/ipe/6.0pre32/ipelets >-@dirrm lib/ipe/6.0pre32 >+@dirrm %%DOCSDIR%%/7.0.10 >+@dirrmtry %%DOCSDIR%%/ >+@dirrm lib/ipe/7.0.10/ipelets >+@dirrm lib/ipe/7.0.10 > @dirrm lib/ipe
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 148641
: 107818