pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ipe



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  1 16:30:29 UTC 2019

Added Files:
        pkgsrc/graphics/ipe: DESCR Makefile PLIST distinfo
        pkgsrc/graphics/ipe/patches: patch-config.mak
            patch-ipelib_ipeplatform.cpp

Log Message:
graphics/ipe: import ipe-7.2.7

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.

Ipe's main features are:

 *  Entry of text as LaTeX source code. This makes it easy to enter
    mathematical expressions, and to reuse the LaTeX-macros of the
    main document. In the display text is displayed as it will
    appear in the figure.
 *  Produces pure Postscript/PDF, including the text. Ipe converts
    the LaTeX-source to PDF or Postscript when the file is saved.
 *  It is easy to align objects with respect to each other (for
    instance, to place a point on the intersection of two lines,
    or to draw a circle through three given points) using various
    snapping modes.
 *  Users can provide ipelets (Ipe plug-ins) to add functionality
    to Ipe. This way, Ipe can be extended for each task at hand.
 *  The text model is based on Unicode, and has been tested with
    Korean, Chinese, and Japanese.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/ipe/DESCR pkgsrc/graphics/ipe/Makefile \
    pkgsrc/graphics/ipe/PLIST pkgsrc/graphics/ipe/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/ipe/patches/patch-config.mak \
    pkgsrc/graphics/ipe/patches/patch-ipelib_ipeplatform.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/graphics/ipe/DESCR
diff -u /dev/null pkgsrc/graphics/ipe/DESCR:1.1
--- /dev/null   Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/DESCR   Tue Jan  1 16:30:29 2019
@@ -0,0 +1,21 @@
+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.
+
+Ipe's main features are:
+
+ *  Entry of text as LaTeX source code. This makes it easy to enter
+    mathematical expressions, and to reuse the LaTeX-macros of the
+    main document. In the display text is displayed as it will
+    appear in the figure.
+ *  Produces pure Postscript/PDF, including the text. Ipe converts
+    the LaTeX-source to PDF or Postscript when the file is saved.
+ *  It is easy to align objects with respect to each other (for
+    instance, to place a point on the intersection of two lines,
+    or to draw a circle through three given points) using various
+    snapping modes.
+ *  Users can provide ipelets (Ipe plug-ins) to add functionality
+    to Ipe. This way, Ipe can be extended for each task at hand.
+ *  The text model is based on Unicode, and has been tested with
+    Korean, Chinese, and Japanese.
Index: pkgsrc/graphics/ipe/Makefile
diff -u /dev/null pkgsrc/graphics/ipe/Makefile:1.1
--- /dev/null   Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/Makefile        Tue Jan  1 16:30:29 2019
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2019/01/01 16:30:29 wiz Exp $
+
+DISTNAME=      ipe-7.2.7-src
+PKGNAME=       ${DISTNAME:S/-src//}
+CATEGORIES=    graphics
+MASTER_SITES=  https://dl.bintray.com/otfried/generic/ipe/7.2/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://ipe.otfried.org/
+COMMENT=       Drawing editor for creating figures in PDF or (e)PS
+LICENSE=       gnu-gpl-v3
+
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}/src
+USE_LANGUAGES= c++
+USE_TOOLS+=    gmake pkg-config
+MAKE_ENV+=     QT_SELECT=5
+MAKE_ENV+=     IPEPREFIX=${DESTDIR}${PREFIX}
+MAKE_ENV+=     LUA_PACKAGE=lua-5.3
+MAKE_ENV+=     DL_LIBS=${DL_LIBS}
+MAKE_ENV+=     MOC=${QTDIR}/bin/moc
+MAKE_ENV+=     IPEMANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+CHECK_INTERPRETER_SKIP=        share/ipe/7.2.7/scripts/*.lua
+
+LUA_VERSIONS_ACCEPTED= 53
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../lang/lua/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../mk/dlopen.buildlink3.mk"
+.include "../../mk/jpeg.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/ipe/PLIST
diff -u /dev/null pkgsrc/graphics/ipe/PLIST:1.1
--- /dev/null   Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/PLIST   Tue Jan  1 16:30:29 2019
@@ -0,0 +1,625 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/01 16:30:29 wiz Exp $
+bin/ipe
+bin/ipe6upgrade
+bin/ipeextract
+bin/iperender
+bin/ipescript
+bin/ipetoipe
+include/ipeattributes.h
+include/ipebase.h
+include/ipebitmap.h
+include/ipecanvas.h
+include/ipecanvas_cocoa.h
+include/ipecanvas_gtk.h
+include/ipecanvas_qt.h
+include/ipecanvas_win.h
+include/ipedoc.h
+include/ipefactory.h
+include/ipegeo.h
+include/ipegroup.h
+include/ipeimage.h
+include/ipeiml.h
+include/ipelatex.h
+include/ipelet.h
+include/ipelib.h
+include/ipeobject.h
+include/ipeosx.h
+include/ipepage.h
+include/ipepainter.h
+include/ipepath.h
+include/ipepdfparser.h
+include/ipepdfwriter.h
+include/ipepswriter.h
+include/ipereference.h
+include/iperesources.h
+include/ipeselector_cocoa.h
+include/ipeselector_qt.h
+include/ipeshape.h
+include/ipesnap.h
+include/ipestyle.h
+include/ipetext.h
+include/ipetool.h
+include/ipetoolbase.h
+include/ipeutils.h
+include/ipexml.h
+lib/ipe/${PKGVERSION}/ipelets/align.lua
+lib/ipe/${PKGVERSION}/ipelets/euclid.lua
+lib/ipe/${PKGVERSION}/ipelets/goodies.lua
+lib/ipe/${PKGVERSION}/ipelets/move.lua
+lib/ipe/${PKGVERSION}/ipelets/search-replace.lua
+lib/ipe/${PKGVERSION}/ipelets/symbols.lua
+lib/libipe.so
+lib/libipe.so.${PKGVERSION}
+lib/libipecairo.so
+lib/libipecairo.so.${PKGVERSION}
+lib/libipecanvas.so
+lib/libipecanvas.so.${PKGVERSION}
+lib/libipelua.so
+lib/libipelua.so.${PKGVERSION}
+lib/libipeui.so
+lib/libipeui.so.${PKGVERSION}
+man/man1/ipe.1
+man/man1/ipe6upgrade.1
+man/man1/ipeextract.1
+man/man1/iperender.1
+man/man1/ipescript.1
+man/man1/ipetoipe.1
+share/ipe/${PKGVERSION}/doc/annotated.html
+share/ipe/${PKGVERSION}/doc/arrowdown.png
+share/ipe/${PKGVERSION}/doc/arrowright.png
+share/ipe/${PKGVERSION}/doc/bc_s.png
+share/ipe/${PKGVERSION}/doc/bdwn.png
+share/ipe/${PKGVERSION}/doc/blank.png
+share/ipe/${PKGVERSION}/doc/class_canvas-members.html
+share/ipe/${PKGVERSION}/doc/class_canvas.html
+share/ipe/${PKGVERSION}/doc/classes.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_a85_source-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_a85_source.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_a85_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_a85_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_all_attributes-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_all_attributes.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_angle-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_angle.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_arc-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_arc.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_attribute-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_attribute.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_b_box_painter-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_b_box_painter.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_base64_source-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_base64_source.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_base64_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_base64_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bezier-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bezier.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bitmap-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bitmap.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bitmap_1_1_m_render_data-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bitmap_1_1_m_render_data.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bitmap_finder-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_bitmap_finder.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_buffer-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_buffer.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_buffer_source-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_buffer_source.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_cairo_painter-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_cairo_painter.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_canvas-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_canvas.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_canvas_base-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_canvas_base.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_canvas_observer-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_canvas_observer.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_cascade-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_cascade.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_closed_spline-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_closed_spline.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_color-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_color.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_curve-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_curve.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_curve_segment-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_curve_segment.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_data_source-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_data_source.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_deflate_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_deflate_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_document-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_document.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_effect-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ellipse-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ellipse.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_face-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_face.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_file_source-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_file_source.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_file_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_file_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_fixed-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_fixed.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_fonts-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_fonts.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_group-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_group.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_image-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_image.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_iml_parser-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_iml_parser.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_inflate_source-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_inflate_source.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ipelet-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ipelet.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ipelet_helper-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ipelet_helper.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_latex-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_latex.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_lex-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_lex.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_line-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_line.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_linear-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_linear.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_matrix-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_matrix.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_object-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_object.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_object_factory-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_object_factory.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_page-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_page.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_page_selector-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_page_selector.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_painter-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_painter.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pan_tool-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pan_tool.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_path-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_path.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_array-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_array.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_bool-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_bool.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_dict-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_dict.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_file-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_file.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_name-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_name.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_null-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_null.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_number-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_number.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_obj-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_obj.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_painter-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_painter.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_parser-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_parser.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_ref-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_ref.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_resources-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_resources.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_string-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_string.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_writer-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_pdf_writer.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_platform-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_platform.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ps_painter-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ps_painter.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ps_writer-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_ps_writer.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_rect-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_rect.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_reference-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_reference.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_repository-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_repository.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_segment-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_segment.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_select_tool-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_select_tool.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_shape-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_shape.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_snap-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_snap.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_string-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_string.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_string_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_string_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_style_sheet-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_style_sheet.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_sub_path-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_sub_path.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_symbol-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_tell_stream-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_tell_stream.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_text-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_text.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_thumbnail-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_thumbnail.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_tool-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_tool.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_transform_tool-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_transform_tool.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_vector-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_vector.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_visitor-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_visitor.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_xml_attributes-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_xml_attributes.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_xml_parser-members.html
+share/ipe/${PKGVERSION}/doc/classipe_1_1_xml_parser.html
+share/ipe/${PKGVERSION}/doc/closed.png
+share/ipe/${PKGVERSION}/doc/cpp-ipelets.html
+share/ipe/${PKGVERSION}/doc/dir_7b54d492694b293bf8b54c70d2fe7f56.html
+share/ipe/${PKGVERSION}/doc/dir_91a90e6e897462a7bb8a7a0fc103953b.html
+share/ipe/${PKGVERSION}/doc/dir_d44c64559bbebec7f509842c48db8b23.html
+share/ipe/${PKGVERSION}/doc/doc.png
+share/ipe/${PKGVERSION}/doc/doxygen.css
+share/ipe/${PKGVERSION}/doc/doxygen.png
+share/ipe/${PKGVERSION}/doc/dynsections.js
+share/ipe/${PKGVERSION}/doc/example1.svg
+share/ipe/${PKGVERSION}/doc/example2.svg
+share/ipe/${PKGVERSION}/doc/example3.svg
+share/ipe/${PKGVERSION}/doc/example4.svg
+share/ipe/${PKGVERSION}/doc/example5.svg
+share/ipe/${PKGVERSION}/doc/example6.svg
+share/ipe/${PKGVERSION}/doc/folderclosed.png
+share/ipe/${PKGVERSION}/doc/folderopen.png
+share/ipe/${PKGVERSION}/doc/fontbbox.svg
+share/ipe/${PKGVERSION}/doc/fontbbox2.svg
+share/ipe/${PKGVERSION}/doc/functions.html
+share/ipe/${PKGVERSION}/doc/functions_0x7e.html
+share/ipe/${PKGVERSION}/doc/functions_b.html
+share/ipe/${PKGVERSION}/doc/functions_c.html
+share/ipe/${PKGVERSION}/doc/functions_d.html
+share/ipe/${PKGVERSION}/doc/functions_e.html
+share/ipe/${PKGVERSION}/doc/functions_enum.html
+share/ipe/${PKGVERSION}/doc/functions_eval.html
+share/ipe/${PKGVERSION}/doc/functions_f.html
+share/ipe/${PKGVERSION}/doc/functions_func.html
+share/ipe/${PKGVERSION}/doc/functions_func_0x7e.html
+share/ipe/${PKGVERSION}/doc/functions_func_b.html
+share/ipe/${PKGVERSION}/doc/functions_func_c.html
+share/ipe/${PKGVERSION}/doc/functions_func_d.html
+share/ipe/${PKGVERSION}/doc/functions_func_e.html
+share/ipe/${PKGVERSION}/doc/functions_func_f.html
+share/ipe/${PKGVERSION}/doc/functions_func_g.html
+share/ipe/${PKGVERSION}/doc/functions_func_h.html
+share/ipe/${PKGVERSION}/doc/functions_func_i.html
+share/ipe/${PKGVERSION}/doc/functions_func_k.html
+share/ipe/${PKGVERSION}/doc/functions_func_l.html
+share/ipe/${PKGVERSION}/doc/functions_func_m.html
+share/ipe/${PKGVERSION}/doc/functions_func_n.html
+share/ipe/${PKGVERSION}/doc/functions_func_o.html
+share/ipe/${PKGVERSION}/doc/functions_func_p.html
+share/ipe/${PKGVERSION}/doc/functions_func_q.html
+share/ipe/${PKGVERSION}/doc/functions_func_r.html
+share/ipe/${PKGVERSION}/doc/functions_func_s.html
+share/ipe/${PKGVERSION}/doc/functions_func_t.html
+share/ipe/${PKGVERSION}/doc/functions_func_u.html
+share/ipe/${PKGVERSION}/doc/functions_func_v.html
+share/ipe/${PKGVERSION}/doc/functions_func_w.html
+share/ipe/${PKGVERSION}/doc/functions_func_x.html
+share/ipe/${PKGVERSION}/doc/functions_func_z.html
+share/ipe/${PKGVERSION}/doc/functions_g.html
+share/ipe/${PKGVERSION}/doc/functions_h.html
+share/ipe/${PKGVERSION}/doc/functions_i.html
+share/ipe/${PKGVERSION}/doc/functions_k.html
+share/ipe/${PKGVERSION}/doc/functions_l.html
+share/ipe/${PKGVERSION}/doc/functions_m.html
+share/ipe/${PKGVERSION}/doc/functions_n.html
+share/ipe/${PKGVERSION}/doc/functions_o.html
+share/ipe/${PKGVERSION}/doc/functions_p.html
+share/ipe/${PKGVERSION}/doc/functions_q.html
+share/ipe/${PKGVERSION}/doc/functions_r.html
+share/ipe/${PKGVERSION}/doc/functions_rela.html
+share/ipe/${PKGVERSION}/doc/functions_s.html
+share/ipe/${PKGVERSION}/doc/functions_t.html
+share/ipe/${PKGVERSION}/doc/functions_type.html
+share/ipe/${PKGVERSION}/doc/functions_u.html
+share/ipe/${PKGVERSION}/doc/functions_v.html
+share/ipe/${PKGVERSION}/doc/functions_vars.html
+share/ipe/${PKGVERSION}/doc/functions_vars_c.html
+share/ipe/${PKGVERSION}/doc/functions_vars_d.html
+share/ipe/${PKGVERSION}/doc/functions_vars_i.html
+share/ipe/${PKGVERSION}/doc/functions_vars_n.html
+share/ipe/${PKGVERSION}/doc/functions_vars_o.html
+share/ipe/${PKGVERSION}/doc/functions_vars_p.html
+share/ipe/${PKGVERSION}/doc/functions_vars_s.html
+share/ipe/${PKGVERSION}/doc/functions_vars_t.html
+share/ipe/${PKGVERSION}/doc/functions_vars_v.html
+share/ipe/${PKGVERSION}/doc/functions_vars_x.html
+share/ipe/${PKGVERSION}/doc/functions_vars_y.html
+share/ipe/${PKGVERSION}/doc/functions_vars_z.html
+share/ipe/${PKGVERSION}/doc/functions_w.html
+share/ipe/${PKGVERSION}/doc/functions_x.html
+share/ipe/${PKGVERSION}/doc/functions_y.html
+share/ipe/${PKGVERSION}/doc/functions_z.html
+share/ipe/${PKGVERSION}/doc/group__attr.html
+share/ipe/${PKGVERSION}/doc/group__base.html
+share/ipe/${PKGVERSION}/doc/group__cairo.html
+share/ipe/${PKGVERSION}/doc/group__canvas.html
+share/ipe/${PKGVERSION}/doc/group__doc.html
+share/ipe/${PKGVERSION}/doc/group__geo.html
+share/ipe/${PKGVERSION}/doc/group__high.html
+share/ipe/${PKGVERSION}/doc/group__ipelet.html
+share/ipe/${PKGVERSION}/doc/group__obj.html
+share/ipe/${PKGVERSION}/doc/hierarchy.html
+share/ipe/${PKGVERSION}/doc/index.html
+share/ipe/${PKGVERSION}/doc/intersection.svg
+share/ipe/${PKGVERSION}/doc/ipe.dtd
+share/ipe/${PKGVERSION}/doc/ipelets.html
+share/ipe/${PKGVERSION}/doc/jquery.js
+share/ipe/${PKGVERSION}/doc/lingrad1.svg
+share/ipe/${PKGVERSION}/doc/lua-ipelets.html
+share/ipe/${PKGVERSION}/doc/lua.html
+share/ipe/${PKGVERSION}/doc/luageo.html
+share/ipe/${PKGVERSION}/doc/luaipe.html
+share/ipe/${PKGVERSION}/doc/luaipeui.html
+share/ipe/${PKGVERSION}/doc/luaobj.html
+share/ipe/${PKGVERSION}/doc/luapage.html
+share/ipe/${PKGVERSION}/doc/manual.css
+share/ipe/${PKGVERSION}/doc/manual.html
+share/ipe/${PKGVERSION}/doc/manual_1.html
+share/ipe/${PKGVERSION}/doc/manual_10.html
+share/ipe/${PKGVERSION}/doc/manual_11.html
+share/ipe/${PKGVERSION}/doc/manual_12.html
+share/ipe/${PKGVERSION}/doc/manual_13.html
+share/ipe/${PKGVERSION}/doc/manual_14.html
+share/ipe/${PKGVERSION}/doc/manual_15.html
+share/ipe/${PKGVERSION}/doc/manual_16.html
+share/ipe/${PKGVERSION}/doc/manual_17.html
+share/ipe/${PKGVERSION}/doc/manual_18.html
+share/ipe/${PKGVERSION}/doc/manual_19.html
+share/ipe/${PKGVERSION}/doc/manual_2.html
+share/ipe/${PKGVERSION}/doc/manual_20.html
+share/ipe/${PKGVERSION}/doc/manual_21.html
+share/ipe/${PKGVERSION}/doc/manual_22.html
+share/ipe/${PKGVERSION}/doc/manual_23.html
+share/ipe/${PKGVERSION}/doc/manual_24.html
+share/ipe/${PKGVERSION}/doc/manual_25.html
+share/ipe/${PKGVERSION}/doc/manual_26.html
+share/ipe/${PKGVERSION}/doc/manual_27.html
+share/ipe/${PKGVERSION}/doc/manual_28.html
+share/ipe/${PKGVERSION}/doc/manual_29.html
+share/ipe/${PKGVERSION}/doc/manual_3.html
+share/ipe/${PKGVERSION}/doc/manual_30.html
+share/ipe/${PKGVERSION}/doc/manual_31.html
+share/ipe/${PKGVERSION}/doc/manual_32.html
+share/ipe/${PKGVERSION}/doc/manual_33.html
+share/ipe/${PKGVERSION}/doc/manual_34.html
+share/ipe/${PKGVERSION}/doc/manual_35.html
+share/ipe/${PKGVERSION}/doc/manual_36.html
+share/ipe/${PKGVERSION}/doc/manual_37.html
+share/ipe/${PKGVERSION}/doc/manual_38.html
+share/ipe/${PKGVERSION}/doc/manual_39.html
+share/ipe/${PKGVERSION}/doc/manual_4.html
+share/ipe/${PKGVERSION}/doc/manual_40.html
+share/ipe/${PKGVERSION}/doc/manual_41.html
+share/ipe/${PKGVERSION}/doc/manual_42.html
+share/ipe/${PKGVERSION}/doc/manual_43.html
+share/ipe/${PKGVERSION}/doc/manual_44.html
+share/ipe/${PKGVERSION}/doc/manual_45.html
+share/ipe/${PKGVERSION}/doc/manual_46.html
+share/ipe/${PKGVERSION}/doc/manual_47.html
+share/ipe/${PKGVERSION}/doc/manual_48.html
+share/ipe/${PKGVERSION}/doc/manual_49.html
+share/ipe/${PKGVERSION}/doc/manual_5.html
+share/ipe/${PKGVERSION}/doc/manual_50.html
+share/ipe/${PKGVERSION}/doc/manual_51.html
+share/ipe/${PKGVERSION}/doc/manual_52.html
+share/ipe/${PKGVERSION}/doc/manual_53.html
+share/ipe/${PKGVERSION}/doc/manual_54.html
+share/ipe/${PKGVERSION}/doc/manual_55.html
+share/ipe/${PKGVERSION}/doc/manual_56.html
+share/ipe/${PKGVERSION}/doc/manual_57.html
+share/ipe/${PKGVERSION}/doc/manual_58.html
+share/ipe/${PKGVERSION}/doc/manual_6.html
+share/ipe/${PKGVERSION}/doc/manual_60.html
+share/ipe/${PKGVERSION}/doc/manual_61.html
+share/ipe/${PKGVERSION}/doc/manual_7.html
+share/ipe/${PKGVERSION}/doc/manual_8.html
+share/ipe/${PKGVERSION}/doc/manual_9.html
+share/ipe/${PKGVERSION}/doc/manual_ipe_copyright.html
+share/ipe/${PKGVERSION}/doc/modules.html
+share/ipe/${PKGVERSION}/doc/namespaceipe.html
+share/ipe/${PKGVERSION}/doc/namespacemembers.html
+share/ipe/${PKGVERSION}/doc/namespacemembers_enum.html
+share/ipe/${PKGVERSION}/doc/namespacemembers_eval.html
+share/ipe/${PKGVERSION}/doc/namespacemembers_func.html
+share/ipe/${PKGVERSION}/doc/namespacemembers_type.html
+share/ipe/${PKGVERSION}/doc/namespacemembers_vars.html
+share/ipe/${PKGVERSION}/doc/nav_f.png
+share/ipe/${PKGVERSION}/doc/nav_g.png
+share/ipe/${PKGVERSION}/doc/nav_h.png
+share/ipe/${PKGVERSION}/doc/next.png
+share/ipe/${PKGVERSION}/doc/open.png
+share/ipe/${PKGVERSION}/doc/pages.html
+share/ipe/${PKGVERSION}/doc/polygon.pdf
+share/ipe/${PKGVERSION}/doc/previous.png
+share/ipe/${PKGVERSION}/doc/radgrad1.svg
+share/ipe/${PKGVERSION}/doc/radgrad2.svg
+share/ipe/${PKGVERSION}/doc/snaplines.svg
+share/ipe/${PKGVERSION}/doc/splitbar.png
+share/ipe/${PKGVERSION}/doc/structipe_1_1_canvas_base_1_1_style-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_canvas_base_1_1_style.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_document_1_1_s_properties-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_document_1_1_s_properties.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_effect.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_gradient-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_gradient.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_gradient_1_1_stop-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_gradient_1_1_stop.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_ipelet_data-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_ipelet_data.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_layout-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_layout.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_painter_1_1_state-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_painter_1_1_state.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_pdf_resources_1_1_s_page_number-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_pdf_resources_1_1_s_page_number.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_pdf_token-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_pdf_token.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_select_tool_1_1_s_obj-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_select_tool_1_1_s_obj.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_style_sheet_1_1_page_number_style-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_style_sheet_1_1_page_number_style.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_style_sheet_1_1_title_style-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_style_sheet_1_1_title_style.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_symbol.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_text_1_1_x_form-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_text_1_1_x_form.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_text_padding-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_text_padding.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_tiling-members.html
+share/ipe/${PKGVERSION}/doc/structipe_1_1_tiling.html
+share/ipe/${PKGVERSION}/doc/sync_off.png
+share/ipe/${PKGVERSION}/doc/sync_on.png
+share/ipe/${PKGVERSION}/doc/tab_a.png
+share/ipe/${PKGVERSION}/doc/tab_b.png
+share/ipe/${PKGVERSION}/doc/tab_h.png
+share/ipe/${PKGVERSION}/doc/tab_s.png
+share/ipe/${PKGVERSION}/doc/tabs.css
+share/ipe/${PKGVERSION}/doc/up.png
+share/ipe/${PKGVERSION}/icons/copy.png
+share/ipe/${PKGVERSION}/icons/copy%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/copy_32x32.png
+share/ipe/${PKGVERSION}/icons/copy_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/cut.png
+share/ipe/${PKGVERSION}/icons/cut%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/cut_32x32.png
+share/ipe/${PKGVERSION}/icons/cut_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/delete.png
+share/ipe/${PKGVERSION}/icons/delete%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/delete_32x32.png
+share/ipe/${PKGVERSION}/icons/delete_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/fit_objects.png
+share/ipe/${PKGVERSION}/icons/fit_objects%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/fit_objects_32x32.png
+share/ipe/${PKGVERSION}/icons/fit_objects_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/fit_page.png
+share/ipe/${PKGVERSION}/icons/fit_page%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/fit_page_32x32.png
+share/ipe/${PKGVERSION}/icons/fit_page_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/fit_width.png
+share/ipe/${PKGVERSION}/icons/grid_visible.png
+share/ipe/${PKGVERSION}/icons/ipe.png
+share/ipe/${PKGVERSION}/icons/ipe128.png
+share/ipe/${PKGVERSION}/icons/ipe512.png
+share/ipe/${PKGVERSION}/icons/keyboard.png
+share/ipe/${PKGVERSION}/icons/keyboard%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/keyboard_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_arc1.png
+share/ipe/${PKGVERSION}/icons/mode_arc2.png
+share/ipe/${PKGVERSION}/icons/mode_arc3.png
+share/ipe/${PKGVERSION}/icons/mode_circle1.png
+share/ipe/${PKGVERSION}/icons/mode_circle2.png
+share/ipe/${PKGVERSION}/icons/mode_circle3.png
+share/ipe/${PKGVERSION}/icons/mode_graph.png
+share/ipe/${PKGVERSION}/icons/mode_graph%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_graph_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_graph_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_ink.png
+share/ipe/${PKGVERSION}/icons/mode_ink%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_ink_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_ink_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_label.png
+share/ipe/${PKGVERSION}/icons/mode_label%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_label_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_label_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_lines.png
+share/ipe/${PKGVERSION}/icons/mode_marks.png
+share/ipe/${PKGVERSION}/icons/mode_marks%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_marks_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_marks_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_math.png
+share/ipe/${PKGVERSION}/icons/mode_math%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_math_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_math_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_pan.png
+share/ipe/${PKGVERSION}/icons/mode_paragraph.png
+share/ipe/${PKGVERSION}/icons/mode_parallelogram.png
+share/ipe/${PKGVERSION}/icons/mode_parallelogram%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_parallelogram_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_parallelogram_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_polygons.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles1.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles1%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_rectangles1_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles1_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_rectangles2.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles2%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_rectangles2_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles2_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_rectangles3.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles3%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_rectangles3_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_rectangles3_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_rotate.png
+share/ipe/${PKGVERSION}/icons/mode_select.png
+share/ipe/${PKGVERSION}/icons/mode_shear.png
+share/ipe/${PKGVERSION}/icons/mode_shear%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_shear_32x32.png
+share/ipe/${PKGVERSION}/icons/mode_shear_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/mode_shredder.png
+share/ipe/${PKGVERSION}/icons/mode_splinegons.png
+share/ipe/${PKGVERSION}/icons/mode_splines.png
+share/ipe/${PKGVERSION}/icons/mode_stretch.png
+share/ipe/${PKGVERSION}/icons/mode_translate.png
+share/ipe/${PKGVERSION}/icons/paste.png
+share/ipe/${PKGVERSION}/icons/paste%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/paste_32x32.png
+share/ipe/${PKGVERSION}/icons/paste_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/pen.png
+share/ipe/${PKGVERSION}/icons/redo.png
+share/ipe/${PKGVERSION}/icons/redo%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/redo_32x32.png
+share/ipe/${PKGVERSION}/icons/redo_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/shift_key.png
+share/ipe/${PKGVERSION}/icons/snapangle.png
+share/ipe/${PKGVERSION}/icons/snapauto.png
+share/ipe/${PKGVERSION}/icons/snapbd.png
+share/ipe/${PKGVERSION}/icons/snapctl.png
+share/ipe/${PKGVERSION}/icons/snapgrid.png
+share/ipe/${PKGVERSION}/icons/snapint.png
+share/ipe/${PKGVERSION}/icons/snapvtx.png
+share/ipe/${PKGVERSION}/icons/stop.png
+share/ipe/${PKGVERSION}/icons/stop%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/stop_32x32.png
+share/ipe/${PKGVERSION}/icons/stop_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/undo.png
+share/ipe/${PKGVERSION}/icons/undo%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/undo_32x32.png
+share/ipe/${PKGVERSION}/icons/undo_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/zoom_in.png
+share/ipe/${PKGVERSION}/icons/zoom_in%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/zoom_in_32x32.png
+share/ipe/${PKGVERSION}/icons/zoom_in_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/zoom_out.png
+share/ipe/${PKGVERSION}/icons/zoom_out%2x.png@localhost
+share/ipe/${PKGVERSION}/icons/zoom_out_32x32.png
+share/ipe/${PKGVERSION}/icons/zoom_out_32x32%2x.png@localhost
+share/ipe/${PKGVERSION}/lua/actions.lua
+share/ipe/${PKGVERSION}/lua/editpath.lua
+share/ipe/${PKGVERSION}/lua/main.lua
+share/ipe/${PKGVERSION}/lua/model.lua
+share/ipe/${PKGVERSION}/lua/mouse.lua
+share/ipe/${PKGVERSION}/lua/prefs.lua
+share/ipe/${PKGVERSION}/lua/properties.lua
+share/ipe/${PKGVERSION}/lua/shortcuts.lua
+share/ipe/${PKGVERSION}/lua/tools.lua
+share/ipe/${PKGVERSION}/scripts/add-style.lua
+share/ipe/${PKGVERSION}/scripts/update-master.lua
+share/ipe/${PKGVERSION}/scripts/update-styles.lua
+share/ipe/${PKGVERSION}/styles/basic.isy
+share/ipe/${PKGVERSION}/styles/beamer.isy
+share/ipe/${PKGVERSION}/styles/colors.isy
+share/ipe/${PKGVERSION}/styles/decorations.isy
+share/ipe/${PKGVERSION}/styles/note-paper.isy
+share/ipe/${PKGVERSION}/styles/presentation.isy
+share/ipe/${PKGVERSION}/styles/tikz-shapes.isy
Index: pkgsrc/graphics/ipe/distinfo
diff -u /dev/null pkgsrc/graphics/ipe/distinfo:1.1
--- /dev/null   Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/distinfo        Tue Jan  1 16:30:29 2019
@@ -0,0 +1,8 @@
+$NetBSD: distinfo,v 1.1 2019/01/01 16:30:29 wiz Exp $
+
+SHA1 (ipe-7.2.7-src.tar.gz) = 58410e29c04e7a7c3978bd9afe6d25a7924bd30d
+RMD160 (ipe-7.2.7-src.tar.gz) = 6d68ad7831923d04ba07086f3dde2be9830d756a
+SHA512 (ipe-7.2.7-src.tar.gz) = 01c855f77814e59c56198fd9216be61ac7b9b6de827eaa18cbd9464c6c5116ca11d2d3b64a71edee94aecafe0d731352455e476657c7d2e9a2237e0cfa1f7bf5
+Size (ipe-7.2.7-src.tar.gz) = 1561350 bytes
+SHA1 (patch-config.mak) = 3e269916c8a1c6a7c5fe1b418a282317f1f81131
+SHA1 (patch-ipelib_ipeplatform.cpp) = 55ee7ca244899da56de78798f6bdd732cec33a5e

Index: pkgsrc/graphics/ipe/patches/patch-config.mak
diff -u /dev/null pkgsrc/graphics/ipe/patches/patch-config.mak:1.1
--- /dev/null   Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/patches/patch-config.mak        Tue Jan  1 16:30:29 2019
@@ -0,0 +1,14 @@
+$NetBSD: patch-config.mak,v 1.1 2019/01/01 16:30:29 wiz Exp $
+
+Allow overriding man page installation directory.
+
+--- config.mak.orig    2016-12-09 14:09:08.000000000 +0000
++++ config.mak
+@@ -112,6 +112,6 @@ IPEDOCDIR = $(IPEPREFIX)/share/ipe/$(IPE
+ #
+ # The Ipe manual pages are installed into IPEMANDIR
+ #
+-IPEMANDIR = $(IPEPREFIX)/share/man/man1
++IPEMANDIR ?= $(IPEPREFIX)/share/man/man1
+ #
+ # --------------------------------------------------------------------
Index: pkgsrc/graphics/ipe/patches/patch-ipelib_ipeplatform.cpp
diff -u /dev/null pkgsrc/graphics/ipe/patches/patch-ipelib_ipeplatform.cpp:1.1
--- /dev/null   Tue Jan  1 16:30:29 2019
+++ pkgsrc/graphics/ipe/patches/patch-ipelib_ipeplatform.cpp    Tue Jan  1 16:30:29 2019
@@ -0,0 +1,14 @@
+$NetBSD: patch-ipelib_ipeplatform.cpp,v 1.1 2019/01/01 16:30:29 wiz Exp $
+
+Remove unused header that does not exist on NetBSD.
+
+--- ipelib/ipeplatform.cpp.orig        2016-12-09 14:09:04.000000000 +0000
++++ ipelib/ipeplatform.cpp
+@@ -38,7 +38,6 @@
+ #include <gdiplus.h>
+ #else
+ #include <sys/wait.h>
+-#include <xlocale.h>
+ #include <dirent.h>
+ #endif
+ #ifdef __APPLE__



Home | Main Index | Thread Index | Old Index