aboutsummaryrefslogtreecommitdiff
path: root/graphics/ipe
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-10 06:39:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-10 06:39:24 +0000
commita7fa4913e40f7e4ecbc164efd3eecd7e441b33bd (patch)
tree266f82e39fd4229907458b80fbaa98b333f49fd4 /graphics/ipe
parent354164109c96c77cbb8cd6296f2508e79553c4fc (diff)
downloadports-a7fa4913e40f7e4ecbc164efd3eecd7e441b33bd.tar.gz
ports-a7fa4913e40f7e4ecbc164efd3eecd7e441b33bd.zip
Notes
Diffstat (limited to 'graphics/ipe')
-rw-r--r--graphics/ipe/Makefile80
-rw-r--r--graphics/ipe/distinfo4
-rw-r--r--graphics/ipe/files/extrapatch-ipe__Makefile18
-rw-r--r--graphics/ipe/files/patch-ipelib__ipedoc.cpp11
-rw-r--r--graphics/ipe/files/patch-src-config-mak41
-rw-r--r--graphics/ipe/pkg-descr2
-rw-r--r--graphics/ipe/pkg-plist401
7 files changed, 79 insertions, 478 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile
index d6f696397c37..fd2e6ec9a1eb 100644
--- a/graphics/ipe/Makefile
+++ b/graphics/ipe/Makefile
@@ -2,39 +2,77 @@
# $FreeBSD$
PORTNAME= ipe
-DISTVERSION= 7.1.2
-PORTREVISION= 1
+PORTVERSION= 7.1.4
+DISTVERSIONSUFFIX= -src
CATEGORIES= graphics
-MASTER_SITES= SF
-MASTER_SITE_SUBDIR= ${PORTNAME}7/${PORTNAME}/7.1.0
-DISTNAME= ${PORTNAME}-${DISTVERSION}-src
+MASTER_SITES= SF/${PORTNAME}${PORTVERSION:R:R}/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Extensible drawing editor
+COMMENT= Extensible vector graphics editor with Latex text support
-LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
+LICENSE= GPLv3 # (or later)
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
+LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \
+ lua-5.2:${PORTSDIR}/lang/lua52
+RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils
+
+OPTIONS_DEFINE= DOCS
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USES= pkgconfig
-USE_LDCONFIG= yes
-USE_LUA= 5.1
+USE_QT4= gui moc_build qmake_build rcc_build uic_build
+USE_TEX= tetex-base
USE_GMAKE= yes
-USE_QT4= gui qt3support qmake_build moc_build uic_build rcc_build
-USE_TEX= tetex
-MAN1= ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 ipescript.1
+MAKE_ENV= DLL_CFLAGS="-fPIC" \
+ ICONV_CFLAGS="-I${LOCALBASE}/include" \
+ ICONV_LIBS="-L${LOCALBASE}/lib -liconv" \
+ INSTALL_DIR="${MKDIR}" \
+ INSTALL_FILES="${INSTALL_DATA}" \
+ INSTALL_SCRIPTS="${INSTALL_SCRIPT}" \
+ INSTALL_PROGRAMS="${INSTALL_PROGRAM}" \
+ IPE_USE_ICONV="-DIPE_USE_ICONV" \
+ IPEDOCDIR="${DOCSDIR}" \
+ IPEMANDIR="${MANPREFIX}/man/man1" \
+ IPEPREFIX="${PREFIX}" \
+ LUA_CFLAGS="-I${LOCALBASE}/include/lua52" \
+ LUA_LIBS="-L${LOCALBASE}/lib -llua-5.2" \
+ MOC="${MOC}"
+USE_LDCONFIG= yes
+MAKE_JOBS_SAFE= yes
-.include <bsd.port.options.mk>
+PLIST_SUB= VERSION="${PORTVERSION}"
-.if ! ${PORT_OPTIONS:MDOCS}
-EXTRA_PATCHES+= ${FILESDIR}/extrapatch-ipe__Makefile
-.endif
+MAN1= ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 \
+ ipescript.1
+PORTDOCS= *
+
+DESKTOP_ENTRIES="Ipe" "" "${DATADIR}/${PORTVERSION}/ipe.png" \
+ "${PORTNAME}" "" true
-PLIST_SUB+= VERSION="${DISTVERSION}"
+.include <bsd.port.options.mk>
+
+post-patch:
+ @cd ${WRKSRC}/../fontmaps && ${SED} -e \
+ 's|/usr/share|${LOCALBASE}/share| ; \
+ s|type1/gsfonts|ghostscirpt/fonts|' \
+ < gsfonts-fontmap.xml > fontmap.xml
+ @${REINPLACE_CMD} -e \
+ 's|^INSTALL_|#INSTALL_| ; \
+ /-O2/s|^|#|' ${WRKSRC}/common.mak
+ @${REINPLACE_CMD} -e \
+ 's|\([[:blank:]]\)=|\1?=|' ${WRKSRC}/config.mak
+ @${REINPLACE_CMD} -e \
+ '/$$(INSTALL_ROOT)$$(IPEDOCDIR)/s|^|#|' ${WRKSRC}/ipe/Makefile
+ @${REINPLACE_CMD} -e \
+ '/%s/s|gnome-open|xdg-open|' ${WRKSRC}/ipe/lua/prefs.lua
post-install:
- cd ${WRKSRC}/../fontmaps && ${MKDIR} ${DATADIR}/${DISTVERSION} && \
- ${SED} s,/usr/share/fonts/type1/gsfonts,${PREFIX}/share/ghostscript/fonts, \
- < gsfonts-fontmap.xml > ${DATADIR}/${DISTVERSION}/fontmap.xml
+ (cd ${WRKSRC}/../fontmaps && ${INSTALL_DATA} fontmap.xml \
+ ${DATADIR}/${PORTVERSION})
+.if ${PORT_OPTIONS:MDOCS}
+ @${MKDIR} ${DOCSDIR}
+ @(cd ${WRKSRC}/../build/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
+.endif
.include <bsd.port.mk>
diff --git a/graphics/ipe/distinfo b/graphics/ipe/distinfo
index cee20c70f94c..08b318df2394 100644
--- a/graphics/ipe/distinfo
+++ b/graphics/ipe/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ipe-7.1.2-src.tar.gz) = 3390de67ee22b2de74acfab2e9fb29bcfd6fe180688086febb758dc8a82eda11
-SIZE (ipe-7.1.2-src.tar.gz) = 1416404
+SHA256 (ipe-7.1.4-src.tar.gz) = 50ccd74064595a7bbaa93ef8f8a9988fd4be31fd545ce9c6e85c604e0c8a44eb
+SIZE (ipe-7.1.4-src.tar.gz) = 1502198
diff --git a/graphics/ipe/files/extrapatch-ipe__Makefile b/graphics/ipe/files/extrapatch-ipe__Makefile
deleted file mode 100644
index 8412387a1641..000000000000
--- a/graphics/ipe/files/extrapatch-ipe__Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./ipe/Makefile.orig 2009-12-09 09:46:54.000000000 +0300
-+++ ./ipe/Makefile 2010-10-16 17:58:46.340070388 +0400
-@@ -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 --git a/graphics/ipe/files/patch-ipelib__ipedoc.cpp b/graphics/ipe/files/patch-ipelib__ipedoc.cpp
new file mode 100644
index 000000000000..f4d56b64aec5
--- /dev/null
+++ b/graphics/ipe/files/patch-ipelib__ipedoc.cpp
@@ -0,0 +1,11 @@
+--- ipelib/ipedoc.cpp.orig
++++ ipelib/ipedoc.cpp
+@@ -850,7 +850,7 @@
+ if (!file)
+ return ErrWritingSource;
+
+- char *inbuf = (char *) utf8.data();
++ const char *inbuf = utf8.data();
+ size_t inbytesleft = utf8.size();
+
+ FileStream fstream(file);
diff --git a/graphics/ipe/files/patch-src-config-mak b/graphics/ipe/files/patch-src-config-mak
deleted file mode 100644
index 65808de0b45c..000000000000
--- a/graphics/ipe/files/patch-src-config-mak
+++ /dev/null
@@ -1,41 +0,0 @@
---- config.mak.orig 2012-05-22 11:50:19.537220266 +0600
-+++ config.mak 2012-05-22 11:57:03.846226857 +0600
-@@ -46,14 +46,8 @@
- CAIRO_CFLAGS ?= $(shell pkg-config --cflags cairo)
- CAIRO_LIBS ?= $(shell pkg-config --libs cairo)
- # The lua package might be called "lua" or "lua5.1"
--luatest = $(shell pkg-config --modversion --silence-errors lua)
--ifneq "$(luatest)" ""
-- LUA_CFLAGS ?= $(shell pkg-config --cflags lua)
-- LUA_LIBS ?= $(shell pkg-config --libs lua)
--else
-- LUA_CFLAGS ?= $(shell pkg-config --cflags lua5.1)
-- LUA_LIBS ?= $(shell pkg-config --libs lua5.1)
--endif
-+LUA_CFLAGS ?= -I$(LUA_INCDIR)
-+LUA_LIBS ?= -L$(LUA_LIBDIR) -llua
- GTK_CFLAGS ?= $(shell pkg-config --cflags gtk+-2.0)
- GTK_LIBS ?= $(shell pkg-config --libs gtk+-2.0)
- QT_CFLAGS ?= $(shell pkg-config --cflags QtGui QtCore)
-@@ -123,6 +117,7 @@
- #IPEPREFIX := /usr
- #IPEPREFIX := /opt/ipe7
- #
-+IPEPREFIX := $(PREFIX)
- ifeq "$(IPEPREFIX)" ""
- $(error You need to specify IPEPREFIX!)
- endif
-@@ -157,11 +152,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 --git a/graphics/ipe/pkg-descr b/graphics/ipe/pkg-descr
index c9e0e94ae2b8..881892e30d3b 100644
--- a/graphics/ipe/pkg-descr
+++ b/graphics/ipe/pkg-descr
@@ -3,4 +3,4 @@ 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/
+WWW: http://ipe7.sourceforge.net/
diff --git a/graphics/ipe/pkg-plist b/graphics/ipe/pkg-plist
index 619569fe31ed..6d84e6c1051d 100644
--- a/graphics/ipe/pkg-plist
+++ b/graphics/ipe/pkg-plist
@@ -47,403 +47,15 @@ lib/ipe/%%VERSION%%/ipelets/move.lua
lib/ipe/%%VERSION%%/ipelets/search-replace.lua
lib/ipe/%%VERSION%%/ipelets/symbols.lua
lib/libipe.so
-lib/libipe.so.7.1.2
+lib/libipe.so.%%VERSION%%
lib/libipecairo.so
-lib/libipecairo.so.7.1.2
+lib/libipecairo.so.%%VERSION%%
lib/libipecanvas.so
-lib/libipecanvas.so.7.1.2
+lib/libipecanvas.so.%%VERSION%%
lib/libipelua.so
-lib/libipelua.so.7.1.2
+lib/libipelua.so.%%VERSION%%
lib/libipeui.so
-lib/libipeui.so.7.1.2
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/annotated.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/bc_s.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/blank.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/class_ipe_auto_ptr-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/class_ipe_auto_ptr.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_a85_source-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_a85_source.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_a85_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_a85_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_all_attributes-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_all_attributes.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_angle-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_angle.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_arc-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_arc.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_attribute-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_attribute.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_b_box_painter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_b_box_painter.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_base64_source-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_base64_source.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_base64_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_base64_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bezier-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bezier.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bitmap-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bitmap.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bitmap_1_1_m_render_data-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bitmap_1_1_m_render_data.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bitmap_finder-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_bitmap_finder.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_buffer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_buffer.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_buffer_source-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_buffer_source.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_cairo_painter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_cairo_painter.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_canvas_base.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_canvas_base-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_canvas-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_canvas_observer.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_canvas_observer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_canvas.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_cascade-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_cascade.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_closed_spline-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_closed_spline.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_color-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_color.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_curve-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_curve.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_curve_segment-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_curve_segment.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_data_source-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_data_source.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_deflate_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_deflate_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_document-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_document.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_effect-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ellipse-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ellipse.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_face-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_face.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_file_source-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_file_source.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_file_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_file_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_fixed-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_fixed.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_fonts-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_fonts.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_group-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_group.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_image-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_image.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_iml_parser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_iml_parser.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_inflate_source-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_inflate_source.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ipelet-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ipelet.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ipelet_helper-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ipelet_helper.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_latex-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_latex.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_lex-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_lex.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_line-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_line.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_linear-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_linear.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_matrix-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_matrix.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_object-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_object.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_object_factory-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_object_factory.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_page-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_page_selector.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_page_selector-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_page.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_painter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_painter.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pan_tool-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pan_tool.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_path-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_path.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_array-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_array.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_bool-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_bool.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_dict-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_dict.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_file-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_file.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_name-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_name.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_null-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_null.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_number-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_number.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_obj-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_obj.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_painter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_painter.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_parser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_parser.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_ref-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_ref.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_string-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_string.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_writer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_pdf_writer.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_platform-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_platform.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ps_painter-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ps_painter.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ps_writer-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_ps_writer.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_rect-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_rect.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_reference-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_reference.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_repository-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_repository.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_segment-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_segment.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_select_tool-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_select_tool.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_shape-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_shape.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_snap-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_snap.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_string-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_string.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_string_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_string_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_style_sheet-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_style_sheet.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_sub_path-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_sub_path.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_symbol-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_tell_stream-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_tell_stream.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_text-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_text.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_thumbnail.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_thumbnail-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_tool.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_tool-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_transform_tool.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_transform_tool-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_vector-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_vector.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_visitor-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_visitor.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_xml_attributes-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_xml_attributes.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_xml_parser-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/classipe_1_1_xml_parser.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/closed.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/cpp-ipelets.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/doxygen.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/example1.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/example2.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/example3.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/example4.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/example5.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/example6.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/fontbbox.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/fontbbox2.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x6b.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x71.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x76.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x77.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x78.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x79.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x7a.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_0x7e.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_eval.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x62.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x63.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x64.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x65.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x66.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x67.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x68.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x69.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x6b.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x6c.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x6d.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x6e.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x6f.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x70.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x71.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x72.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x73.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x74.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x75.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x76.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x77.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x78.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x7a.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_func_0x7e.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_rela.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_type.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__attr.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__base.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__cairo.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__canvas.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__doc.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__geo.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__high.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__ipelet.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/group__obj.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/hierarchy.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/intersection.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/ipe.dtd
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/ipelets.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/lingrad1.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/lua-ipelets.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/lua.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/luageo.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/luaipe.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/luaipeui.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/luaobj.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/luapage.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual.css
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual.pdf
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_1.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_10.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_11.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_12.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_13.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_14.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_15.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_16.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_17.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_18.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_19.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_2.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_20.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_21.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_22.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_23.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_24.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_25.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_26.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_27.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_28.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_29.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_3.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_30.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_31.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_32.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_33.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_34.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_35.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_36.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_37.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_38.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_39.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_4.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_40.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_41.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_42.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_43.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_44.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_45.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_47.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_48.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_49.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_5.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_50.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_51.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_53.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_54.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_6.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_7.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_8.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_9.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_ipe6_to_ipe7.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/manual_ipe_copyright.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/modules.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespaceipe.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespaceipeqt.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespacemembers.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespacemembers_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespacemembers_eval.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespacemembers_func.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespacemembers_type.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespacemembers_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/namespaces.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/nav_f.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/nav_h.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/next.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/open.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/previous.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/polygon.pdf
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/radgrad1.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/radgrad2.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/snaplines.svg
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_canvas_base_1_1_style.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_canvas_base_1_1_style-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_document_1_1_s_properties-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_document_1_1_s_properties.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_effect.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_font-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_font.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_gradient-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_gradient.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_gradient_1_1_stop-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_gradient_1_1_stop.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_ipelet_data-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_ipelet_data.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_layout-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_layout.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_painter_1_1_state-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_painter_1_1_state.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_pdf_token-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_pdf_token.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_select_tool_1_1_s_obj.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_select_tool_1_1_s_obj-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_style_sheet_1_1_page_number_style-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_style_sheet_1_1_page_number_style.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_style_sheet_1_1_title_style-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_style_sheet_1_1_title_style.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_symbol.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_text_1_1_x_form-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_text_1_1_x_form.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_text_padding.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_text_padding-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_tiling-members.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/structipe_1_1_tiling.html
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/tab_a.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/tab_b.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/tab_h.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/tab_s.png
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/tabs.css
-%%PORTDOCS%%%%DOCSDIR%%/%%VERSION%%/up.png
+lib/libipeui.so.%%VERSION%%
%%DATADIR%%/%%VERSION%%/fontmap.xml
%%DATADIR%%/%%VERSION%%/icons/copy.png
%%DATADIR%%/%%VERSION%%/icons/cut.png
@@ -451,6 +63,7 @@ lib/libipeui.so.7.1.2
%%DATADIR%%/%%VERSION%%/icons/fit_objects.png
%%DATADIR%%/%%VERSION%%/icons/fit_page.png
%%DATADIR%%/%%VERSION%%/icons/fit_width.png
+%%DATADIR%%/%%VERSION%%/icons/grid_visible.png
%%DATADIR%%/%%VERSION%%/icons/ipe.png
%%DATADIR%%/%%VERSION%%/icons/keyboard.png
%%DATADIR%%/%%VERSION%%/icons/mode_arc1.png
@@ -510,8 +123,6 @@ lib/libipeui.so.7.1.2
@dirrm %%DATADIR%%/%%VERSION%%/icons
@dirrm %%DATADIR%%/%%VERSION%%
@dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%VERSION%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm lib/ipe/%%VERSION%%/ipelets
@dirrm lib/ipe/%%VERSION%%
@dirrm lib/ipe