From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 10 19:40:01 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C34E516A47C for ; Fri, 10 Aug 2007 19:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8D53413C4B7 for ; Fri, 10 Aug 2007 19:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7AJe1Aj031858 for ; Fri, 10 Aug 2007 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7AJe1RY031857; Fri, 10 Aug 2007 19:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 10 Aug 2007 19:40:01 GMT Resent-Message-Id: <200708101940.l7AJe1RY031857@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuriy Mileyko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EE3816A473 for ; Fri, 10 Aug 2007 19:39:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 795F313C48A for ; Fri, 10 Aug 2007 19:39:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7AJdGKm007778 for ; Fri, 10 Aug 2007 19:39:16 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l7AJdGsp007777; Fri, 10 Aug 2007 19:39:16 GMT (envelope-from nobody) Message-Id: <200708101939.l7AJdGsp007777@www.freebsd.org> Date: Fri, 10 Aug 2007 19:39:16 GMT From: Yuriy Mileyko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/115401: Update port: graphics/ipe Version 6.0pre28 of Ipe that uses QT4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 19:40:01 -0000 >Number: 115401 >Category: ports >Synopsis: Update port: graphics/ipe Version 6.0pre28 of Ipe that uses QT4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 10 19:40:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yuriy Mileyko >Release: 6.2 >Organization: Duke University >Environment: >Description: Update port: graphics/ipe Version 6.0pre28 of Ipe that uses QT4 >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ipe # ipe/Makefile # ipe/files # ipe/files/patch-config.pri # ipe/pkg-descr # ipe/distinfo # ipe/pkg-plist # echo c - ipe mkdir -p ipe > /dev/null 2>&1 echo x - ipe/Makefile sed 's/^X//' >ipe/Makefile << 'END-of-ipe/Makefile' X# New ports collection makefile for: Ipe X# Date created: August 8 2007 X# Whom: ymileyko@gmail.com X# X# $FreeBSD$ X# X XPORTNAME= ipe XPORTVERSION= 6.0.p28 XCATEGORIES= graphics XMASTER_SITES= http://tclab.kaist.ac.kr/ipe/ XDISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/pre/} XEXTRACT_SUFX= -src.tar.gz X XMAINTAINER= ymileyko@gmail.com XCOMMENT= Extensible drawing editor X XRUN_DEPENDS= latex:${PORTSDIR}/print/teTeX X XWRKSRC= ${WRKDIR}/${DISTNAME}/src XUSE_QT_VER= 4 XQT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build XHAS_CONFIGURE= yes XUSE_GHOSTSCRIPT_RUN= yes XUSE_LDCONFIG= yes XMAN1= figtoipe.1 ipe.1 ipe5toxml.1 ipetoipe.1 ipetopng.1 X XOPTIONS= QVORONOI "Include qvoronoi ipelet (requires qhull)" off X X.include X X.if defined(WITH_QVORONOI) XLIB_DEPENDS+= qhull:${PORTSDIR}/math/qhull XQHULL_INCLUDE= ${LOCALBASE}/include/qhull XPLIST_FILES+= lib/${PORTNAME}/ipelets/libqvoronoi.so X.endif X Xpre-fetch: X.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes X @${ECHO} "" X @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" X @${ECHO} " AFPL Postscript interpreter instead of GNU one" X @${ECHO} "" X.endif X X.if !defined(WITH_TEXMF_PREFIX) X @${ECHO} "" X @${ECHO} " Define WITH_TEXMF_PREFIX=somewhere" X @${ECHO} " if your tetex type1 fonts are somewhere non-standard" X @${ECHO} "" X.endif X X.if !defined(WITH_BROWSER) X @${ECHO} "" X @${ECHO} " Define WITH_BROWSER=myBrowser to use" X @${ECHO} " myBrowser to browse ipe help instead of mozilla" X @${ECHO} "" X.endif X XWITH_BROWSER?=mozilla XWITH_TEXMF_PREFIX?= ${PREFIX}/share/texmf-dist X X# You MUST reconfigure and rebuild this port X# whenever you change any knobs or variables Xpre-configure: X.if defined(WITH_QVORONOI) X @${REINPLACE_CMD} -e '6s/^#S/S/' ${WRKSRC}/ipelets/ipelets.pro X.else X @${REINPLACE_CMD} -e '6s/^S/#S/' ${WRKSRC}/ipelets/ipelets.pro X.endif X Xdo-configure: X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} -unix PREFIX=${PREFIX} WWWBROWSER=${WITH_BROWSER}\ X LOCALBASE=${LOCALBASE} PORTNAME=${PORTNAME}\ X INCLUDEPATH+=${QHULL_INCLUDE} main.pro X Xpost-install: X @cd ${WRKSRC}/.. && ${MKDIR} ${DATADIR} && \ X ${SED} s@/usr/share/texmf@${WITH_TEXMF_PREFIX}@ \ X < tetex-fontmap.xml > ${DATADIR}/fontmap.xml X.include END-of-ipe/Makefile echo c - ipe/files mkdir -p ipe/files > /dev/null 2>&1 echo x - ipe/files/patch-config.pri sed 's/^X//' >ipe/files/patch-config.pri << 'END-of-ipe/files/patch-config.pri' X--- config.pri.orig Wed Aug 8 01:56:20 2007 X+++ config.pri Wed Aug 8 17:49:06 2007 X@@ -8,7 +8,7 @@ X # Freetype location X # X # Path to "ft2build.h" (if not on standard include path) X-FREETYPE_INCLUDE = /usr/include/freetype2 X+FREETYPE_INCLUDE = $${LOCALBASE}/include/freetype2 X # Path to "libfreetype.so" (if not in a standard library directory) X #FREETYPE_LIBPATH = /usr/lib X # -------------------------------------------------------------------- X@@ -39,6 +39,7 @@ X #IPEPREFIX = /usr X #IPEPREFIX = /opt/ipe-6.0 X # X+IPEPREFIX=$${PREFIX} X !win32:isEmpty( IPEPREFIX ) { X error( "You need to specify IPEPREFIX!") X } X@@ -53,7 +54,7 @@ X IPEHEADERDIR = $${IPEPREFIX}/include X # X # Where Ipelets will be installed: X-IPELETDIR = $${IPEPREFIX}/lib/ipe/$${IPEVERS}/ipelets X+IPELETDIR = $${IPEPREFIX}/lib/$${PORTNAME}/ipelets X # X # List of paths where Ipe will search for Ipelets: X # (Paths are separated by ":" on Windows and ";" on Unix) X@@ -62,29 +63,29 @@ X # IPEDOCDIR will contain the Ipe documentation (mostly html files) X # X isEmpty( IPEDOCDIR ) { X- IPEDOCDIR = $${IPEPREFIX}/share/ipe/$${IPEVERS}/doc X+ IPEDOCDIR = $${IPEPREFIX}/share/doc/$${PORTNAME} X } X # X # IPELANGDIR will contain Ipe UI translations (none exist yet) X # X-IPELANGDIR = $${IPEPREFIX}/share/ipe/$${IPEVERS}/languages X+IPELANGDIR = $${IPEPREFIX}/share/$${PORTNAME}/languages X # X # IPEMANDIR will contain the Ipe manual pages X # X-IPEMANDIR = $${IPEPREFIX}/share/man/man1 X+IPEMANDIR = $${IPEPREFIX}/man/man1 X # X # The full path to the Ipe fontmap X # X-IPEFONTMAP = $${IPEPREFIX}/share/ipe/$${IPEVERS}/fontmap.xml X+IPEFONTMAP = $${IPEPREFIX}/share/$${PORTNAME}/fontmap.xml X # X # The standard key assignment of Ipe X # X-IPEKEYSFILEDIR = $${IPEPREFIX}/share/ipe/$${IPEVERS} X+IPEKEYSFILEDIR = $${IPEPREFIX}/share/$${PORTNAME} X IPEKEYSFILE = $${IPEKEYSFILEDIR}/ipekeys.xml X # X # The HTML browser started to read the on-line Ipe documentation. X # X-IPEBROWSER = mozilla X+IPEBROWSER = $${WWWBROWSER} X # X # -------------------------------------------------------------------- X # Standard definitions --- don't change END-of-ipe/files/patch-config.pri echo x - ipe/pkg-descr sed 's/^X//' >ipe/pkg-descr << 'END-of-ipe/pkg-descr' XIpe is a drawing editor for creating figures in PDF or X(encapsulated) Postscript format. It supports making Xsmall figures for inclusion into LaTeX-documents as well Xas making multi-page PDF presentations that can be shown Xon-line with Acrobat Reader. X XWWW: http://tclab.kaist.ac.kr/ipe/ END-of-ipe/pkg-descr echo x - ipe/distinfo sed 's/^X//' >ipe/distinfo << 'END-of-ipe/distinfo' XMD5 (ipe-6.0pre28-src.tar.gz) = b0b7d0c935b9687984d2f28b1c8b7226 XSHA256 (ipe-6.0pre28-src.tar.gz) = f567973352400d2a4fddda3e5e724bf05ede1e5f6ab9e6b91cbf79c472566e55 XSIZE (ipe-6.0pre28-src.tar.gz) = 960391 END-of-ipe/distinfo echo x - ipe/pkg-plist sed 's/^X//' >ipe/pkg-plist << 'END-of-ipe/pkg-plist' Xbin/figtoipe Xbin/ipe Xbin/ipe5toxml Xbin/ipetoipe Xbin/ipetopng Xinclude/ipebase.h Xinclude/ipebitmap.h Xinclude/ipecolor.h Xinclude/ipedoc.h Xinclude/ipefactory.h Xinclude/ipefontpool.h Xinclude/ipegeo.h Xinclude/ipegroup.h Xinclude/ipeimage.h Xinclude/ipeiml.h Xinclude/ipelatex.h Xinclude/ipelet.h Xinclude/ipelib.h Xinclude/ipemark.h Xinclude/ipeobj.h Xinclude/ipepage.h Xinclude/ipepainter.h Xinclude/ipepath.h Xinclude/ipepdfparser.h Xinclude/ipepdfwriter.h Xinclude/ipepswriter.h Xinclude/iperef.h Xinclude/ipesnap.h Xinclude/ipestyle.h Xinclude/ipetext.h Xinclude/ipeundo.h Xinclude/ipeutils.h Xinclude/ipevisitor.h Xinclude/ipexml.h Xlib/ipe/ipelets/libalign.so Xlib/ipe/ipelets/libeuclid.so Xlib/ipe/ipelets/libgoodies.so Xlib/ipe/ipelets/libimage.so Xlib/ipe/ipelets/libkgon.so Xlib/ipe/ipelets/libmove.so Xlib/ipe/ipelets/libsmallest-circle.so Xlib/ipe/ipelets/libtemplates.so Xlib/ipe/ipelets/libvisibility-polygon.so Xlib/libipe.so Xlib/libipe.so.1 Xlib/libipe.so.1.0 Xlib/libipe.so.1.0.0 Xlib/libipecanvas.so Xlib/libipecanvas.so.1 Xlib/libipecanvas.so.1.0 Xlib/libipecanvas.so.1.0.0 Xlib/libipemodel.so Xlib/libipemodel.so.1 Xlib/libipemodel.so.1.0 Xlib/libipemodel.so.1.0.0 X%%DOCSDIR%%/annotated.html X%%DOCSDIR%%/blank.png X%%DOCSDIR%%/class_ipe_a85_source-members.html X%%DOCSDIR%%/class_ipe_a85_source.html X%%DOCSDIR%%/class_ipe_a85_stream-members.html X%%DOCSDIR%%/class_ipe_a85_stream.html X%%DOCSDIR%%/class_ipe_all_attributes-members.html X%%DOCSDIR%%/class_ipe_all_attributes.html X%%DOCSDIR%%/class_ipe_angle-members.html X%%DOCSDIR%%/class_ipe_angle.html X%%DOCSDIR%%/class_ipe_arc-members.html X%%DOCSDIR%%/class_ipe_arc.html X%%DOCSDIR%%/class_ipe_attribute-members.html X%%DOCSDIR%%/class_ipe_attribute.html X%%DOCSDIR%%/class_ipe_b_box_painter-members.html X%%DOCSDIR%%/class_ipe_b_box_painter.html X%%DOCSDIR%%/class_ipe_bezier-members.html X%%DOCSDIR%%/class_ipe_bezier.html X%%DOCSDIR%%/class_ipe_bitmap-members.html X%%DOCSDIR%%/class_ipe_bitmap.html X%%DOCSDIR%%/class_ipe_bitmap_1_1_m_render_data-members.html X%%DOCSDIR%%/class_ipe_bitmap_1_1_m_render_data.html X%%DOCSDIR%%/class_ipe_bitmap_finder-members.html X%%DOCSDIR%%/class_ipe_bitmap_finder.html X%%DOCSDIR%%/class_ipe_buffer-members.html X%%DOCSDIR%%/class_ipe_buffer.html X%%DOCSDIR%%/class_ipe_buffer_source-members.html X%%DOCSDIR%%/class_ipe_buffer_source.html X%%DOCSDIR%%/class_ipe_closed_spline-members.html X%%DOCSDIR%%/class_ipe_closed_spline.html X%%DOCSDIR%%/class_ipe_color-members.html X%%DOCSDIR%%/class_ipe_color.html X%%DOCSDIR%%/class_ipe_dash_style-members.html X%%DOCSDIR%%/class_ipe_dash_style.html X%%DOCSDIR%%/class_ipe_data_source-members.html X%%DOCSDIR%%/class_ipe_data_source.html X%%DOCSDIR%%/class_ipe_deflate_stream-members.html X%%DOCSDIR%%/class_ipe_deflate_stream.html X%%DOCSDIR%%/class_ipe_document-members.html X%%DOCSDIR%%/class_ipe_document.html X%%DOCSDIR%%/class_ipe_ellipse-members.html X%%DOCSDIR%%/class_ipe_ellipse.html X%%DOCSDIR%%/class_ipe_file_source-members.html X%%DOCSDIR%%/class_ipe_file_source.html X%%DOCSDIR%%/class_ipe_file_stream-members.html X%%DOCSDIR%%/class_ipe_file_stream.html X%%DOCSDIR%%/class_ipe_fillable-members.html X%%DOCSDIR%%/class_ipe_fillable.html X%%DOCSDIR%%/class_ipe_fixed-members.html X%%DOCSDIR%%/class_ipe_fixed.html X%%DOCSDIR%%/class_ipe_font_pool.html X%%DOCSDIR%%/class_ipe_group-members.html X%%DOCSDIR%%/class_ipe_group.html X%%DOCSDIR%%/class_ipe_image-members.html X%%DOCSDIR%%/class_ipe_image.html X%%DOCSDIR%%/class_ipe_iml_parser-members.html X%%DOCSDIR%%/class_ipe_iml_parser.html X%%DOCSDIR%%/class_ipe_inflate_source-members.html X%%DOCSDIR%%/class_ipe_inflate_source.html X%%DOCSDIR%%/class_ipe_latex-members.html X%%DOCSDIR%%/class_ipe_latex.html X%%DOCSDIR%%/class_ipe_layer-members.html X%%DOCSDIR%%/class_ipe_layer.html X%%DOCSDIR%%/class_ipe_lex-members.html X%%DOCSDIR%%/class_ipe_lex.html X%%DOCSDIR%%/class_ipe_line-members.html X%%DOCSDIR%%/class_ipe_line.html X%%DOCSDIR%%/class_ipe_linear-members.html X%%DOCSDIR%%/class_ipe_linear.html X%%DOCSDIR%%/class_ipe_mark-members.html X%%DOCSDIR%%/class_ipe_mark.html X%%DOCSDIR%%/class_ipe_matrix-members.html X%%DOCSDIR%%/class_ipe_matrix.html X%%DOCSDIR%%/class_ipe_object-members.html X%%DOCSDIR%%/class_ipe_object.html X%%DOCSDIR%%/class_ipe_object_factory-members.html X%%DOCSDIR%%/class_ipe_object_factory.html X%%DOCSDIR%%/class_ipe_page-members.html X%%DOCSDIR%%/class_ipe_page.html X%%DOCSDIR%%/class_ipe_painter-members.html X%%DOCSDIR%%/class_ipe_painter.html X%%DOCSDIR%%/class_ipe_path-members.html X%%DOCSDIR%%/class_ipe_path.html X%%DOCSDIR%%/class_ipe_path_segment-members.html X%%DOCSDIR%%/class_ipe_path_segment.html X%%DOCSDIR%%/class_ipe_pdf_array-members.html X%%DOCSDIR%%/class_ipe_pdf_array.html X%%DOCSDIR%%/class_ipe_pdf_bool-members.html X%%DOCSDIR%%/class_ipe_pdf_bool.html X%%DOCSDIR%%/class_ipe_pdf_dict-members.html X%%DOCSDIR%%/class_ipe_pdf_dict.html X%%DOCSDIR%%/class_ipe_pdf_file-members.html X%%DOCSDIR%%/class_ipe_pdf_file.html X%%DOCSDIR%%/class_ipe_pdf_name-members.html X%%DOCSDIR%%/class_ipe_pdf_name.html X%%DOCSDIR%%/class_ipe_pdf_null-members.html X%%DOCSDIR%%/class_ipe_pdf_null.html X%%DOCSDIR%%/class_ipe_pdf_number-members.html X%%DOCSDIR%%/class_ipe_pdf_number.html X%%DOCSDIR%%/class_ipe_pdf_obj-members.html X%%DOCSDIR%%/class_ipe_pdf_obj.html X%%DOCSDIR%%/class_ipe_pdf_parser-members.html X%%DOCSDIR%%/class_ipe_pdf_parser.html X%%DOCSDIR%%/class_ipe_pdf_ref-members.html X%%DOCSDIR%%/class_ipe_pdf_ref.html X%%DOCSDIR%%/class_ipe_pdf_string-members.html X%%DOCSDIR%%/class_ipe_pdf_string.html X%%DOCSDIR%%/class_ipe_pdf_writer-members.html X%%DOCSDIR%%/class_ipe_pdf_writer.html X%%DOCSDIR%%/class_ipe_pg_object-members.html X%%DOCSDIR%%/class_ipe_pg_object.html X%%DOCSDIR%%/class_ipe_ps_writer-members.html X%%DOCSDIR%%/class_ipe_ps_writer.html X%%DOCSDIR%%/class_ipe_rect-members.html X%%DOCSDIR%%/class_ipe_rect.html X%%DOCSDIR%%/class_ipe_reference-members.html X%%DOCSDIR%%/class_ipe_reference.html X%%DOCSDIR%%/class_ipe_repository-members.html X%%DOCSDIR%%/class_ipe_repository.html X%%DOCSDIR%%/class_ipe_segment-members.html X%%DOCSDIR%%/class_ipe_segment.html X%%DOCSDIR%%/class_ipe_segment_sub_path-members.html X%%DOCSDIR%%/class_ipe_segment_sub_path.html X%%DOCSDIR%%/class_ipe_snap_data-members.html X%%DOCSDIR%%/class_ipe_snap_data.html X%%DOCSDIR%%/class_ipe_stream-members.html X%%DOCSDIR%%/class_ipe_stream.html X%%DOCSDIR%%/class_ipe_string-members.html X%%DOCSDIR%%/class_ipe_string.html X%%DOCSDIR%%/class_ipe_string_stream-members.html X%%DOCSDIR%%/class_ipe_string_stream.html X%%DOCSDIR%%/class_ipe_stroke_style-members.html X%%DOCSDIR%%/class_ipe_stroke_style.html X%%DOCSDIR%%/class_ipe_style_sheet-members.html X%%DOCSDIR%%/class_ipe_style_sheet.html X%%DOCSDIR%%/class_ipe_sub_path-members.html X%%DOCSDIR%%/class_ipe_sub_path.html X%%DOCSDIR%%/class_ipe_tell_stream-members.html X%%DOCSDIR%%/class_ipe_tell_stream.html X%%DOCSDIR%%/class_ipe_text-members.html X%%DOCSDIR%%/class_ipe_text.html X%%DOCSDIR%%/class_ipe_undo_item-members.html X%%DOCSDIR%%/class_ipe_undo_item.html X%%DOCSDIR%%/class_ipe_undo_obj_insertion-members.html X%%DOCSDIR%%/class_ipe_undo_obj_insertion.html X%%DOCSDIR%%/class_ipe_undo_object_edit-members.html X%%DOCSDIR%%/class_ipe_undo_object_edit.html X%%DOCSDIR%%/class_ipe_undo_page_del-members.html X%%DOCSDIR%%/class_ipe_undo_page_del.html X%%DOCSDIR%%/class_ipe_undo_page_edit-members.html X%%DOCSDIR%%/class_ipe_undo_page_edit.html X%%DOCSDIR%%/class_ipe_undo_page_ins-members.html X%%DOCSDIR%%/class_ipe_undo_page_ins.html X%%DOCSDIR%%/class_ipe_undo_stack-members.html X%%DOCSDIR%%/class_ipe_undo_stack.html X%%DOCSDIR%%/class_ipe_vector-members.html X%%DOCSDIR%%/class_ipe_vector.html X%%DOCSDIR%%/class_ipe_view-members.html X%%DOCSDIR%%/class_ipe_view.html X%%DOCSDIR%%/class_ipe_visitor-members.html X%%DOCSDIR%%/class_ipe_visitor.html X%%DOCSDIR%%/class_ipe_xml_attributes-members.html X%%DOCSDIR%%/class_ipe_xml_attributes.html X%%DOCSDIR%%/class_ipe_xml_parser-members.html X%%DOCSDIR%%/class_ipe_xml_parser.html X%%DOCSDIR%%/class_ipelet-members.html X%%DOCSDIR%%/class_ipelet.html X%%DOCSDIR%%/class_ipelet_helper-members.html X%%DOCSDIR%%/class_ipelet_helper.html X%%DOCSDIR%%/colors.xml X%%DOCSDIR%%/doxygen.css X%%DOCSDIR%%/doxygen.png X%%DOCSDIR%%/example1.png X%%DOCSDIR%%/example2.png X%%DOCSDIR%%/example3.png X%%DOCSDIR%%/example4.png X%%DOCSDIR%%/example5.png X%%DOCSDIR%%/example6.png X%%DOCSDIR%%/functions.html X%%DOCSDIR%%/functions_0x62.html X%%DOCSDIR%%/functions_0x63.html X%%DOCSDIR%%/functions_0x64.html X%%DOCSDIR%%/functions_0x65.html X%%DOCSDIR%%/functions_0x66.html X%%DOCSDIR%%/functions_0x67.html X%%DOCSDIR%%/functions_0x68.html X%%DOCSDIR%%/functions_0x69.html X%%DOCSDIR%%/functions_0x6c.html X%%DOCSDIR%%/functions_0x6d.html X%%DOCSDIR%%/functions_0x6e.html X%%DOCSDIR%%/functions_0x6f.html X%%DOCSDIR%%/functions_0x70.html X%%DOCSDIR%%/functions_0x72.html X%%DOCSDIR%%/functions_0x73.html X%%DOCSDIR%%/functions_0x74.html X%%DOCSDIR%%/functions_0x76.html X%%DOCSDIR%%/functions_0x77.html X%%DOCSDIR%%/functions_0x7e.html X%%DOCSDIR%%/functions_eval.html X%%DOCSDIR%%/functions_func.html X%%DOCSDIR%%/functions_func_0x62.html X%%DOCSDIR%%/functions_func_0x63.html X%%DOCSDIR%%/functions_func_0x64.html X%%DOCSDIR%%/functions_func_0x65.html X%%DOCSDIR%%/functions_func_0x66.html X%%DOCSDIR%%/functions_func_0x67.html X%%DOCSDIR%%/functions_func_0x68.html X%%DOCSDIR%%/functions_func_0x69.html X%%DOCSDIR%%/functions_func_0x6c.html X%%DOCSDIR%%/functions_func_0x6d.html X%%DOCSDIR%%/functions_func_0x6e.html X%%DOCSDIR%%/functions_func_0x6f.html X%%DOCSDIR%%/functions_func_0x70.html X%%DOCSDIR%%/functions_func_0x72.html X%%DOCSDIR%%/functions_func_0x73.html X%%DOCSDIR%%/functions_func_0x74.html X%%DOCSDIR%%/functions_func_0x76.html X%%DOCSDIR%%/functions_func_0x77.html X%%DOCSDIR%%/functions_func_0x7e.html X%%DOCSDIR%%/functions_type.html X%%DOCSDIR%%/functions_vars.html X%%DOCSDIR%%/group__attr.html X%%DOCSDIR%%/group__base.html X%%DOCSDIR%%/group__doc.html X%%DOCSDIR%%/group__geo.html X%%DOCSDIR%%/group__high.html X%%DOCSDIR%%/group__ipelet.html X%%DOCSDIR%%/group__obj.html X%%DOCSDIR%%/hierarchy.html X%%DOCSDIR%%/index.html X%%DOCSDIR%%/intersection.png X%%DOCSDIR%%/ipe_copyright.html X%%DOCSDIR%%/manual.html X%%DOCSDIR%%/manual.pdf X%%DOCSDIR%%/manual_1.html X%%DOCSDIR%%/manual_10.html X%%DOCSDIR%%/manual_11.html X%%DOCSDIR%%/manual_12.html X%%DOCSDIR%%/manual_13.html X%%DOCSDIR%%/manual_14.html X%%DOCSDIR%%/manual_15.html X%%DOCSDIR%%/manual_16.html X%%DOCSDIR%%/manual_17.html X%%DOCSDIR%%/manual_18.html X%%DOCSDIR%%/manual_19.html X%%DOCSDIR%%/manual_2.html X%%DOCSDIR%%/manual_20.html X%%DOCSDIR%%/manual_21.html X%%DOCSDIR%%/manual_22.html X%%DOCSDIR%%/manual_23.html X%%DOCSDIR%%/manual_24.html X%%DOCSDIR%%/manual_25.html X%%DOCSDIR%%/manual_26.html X%%DOCSDIR%%/manual_27.html X%%DOCSDIR%%/manual_28.html X%%DOCSDIR%%/manual_29.html X%%DOCSDIR%%/manual_3.html X%%DOCSDIR%%/manual_30.html X%%DOCSDIR%%/manual_31.html X%%DOCSDIR%%/manual_32.html X%%DOCSDIR%%/manual_33.html X%%DOCSDIR%%/manual_34.html X%%DOCSDIR%%/manual_35.html X%%DOCSDIR%%/manual_36.html X%%DOCSDIR%%/manual_37.html X%%DOCSDIR%%/manual_38.html X%%DOCSDIR%%/manual_39.html X%%DOCSDIR%%/manual_4.html X%%DOCSDIR%%/manual_40.html X%%DOCSDIR%%/manual_41.html X%%DOCSDIR%%/manual_43.html X%%DOCSDIR%%/manual_44.html X%%DOCSDIR%%/manual_5.html X%%DOCSDIR%%/manual_6.html X%%DOCSDIR%%/manual_7.html X%%DOCSDIR%%/manual_8.html X%%DOCSDIR%%/manual_9.html X%%DOCSDIR%%/modules.html X%%DOCSDIR%%/next.png X%%DOCSDIR%%/polygon.pdf X%%DOCSDIR%%/previous.png X%%DOCSDIR%%/snaplines.png X%%DOCSDIR%%/struct_ipe_document_1_1_s_properties-members.html X%%DOCSDIR%%/struct_ipe_document_1_1_s_properties.html X%%DOCSDIR%%/struct_ipe_font-members.html X%%DOCSDIR%%/struct_ipe_font.html X%%DOCSDIR%%/struct_ipe_layout-members.html X%%DOCSDIR%%/struct_ipe_layout.html X%%DOCSDIR%%/struct_ipe_pdf_token-members.html X%%DOCSDIR%%/struct_ipe_pdf_token.html X%%DOCSDIR%%/struct_ipe_shading-members.html X%%DOCSDIR%%/struct_ipe_shading.html X%%DOCSDIR%%/struct_ipe_style_sheet_1_1_s_title_style-members.html X%%DOCSDIR%%/struct_ipe_style_sheet_1_1_s_title_style.html X%%DOCSDIR%%/tab_b.gif X%%DOCSDIR%%/tab_l.gif X%%DOCSDIR%%/tab_r.gif X%%DOCSDIR%%/tabs.css X%%DOCSDIR%%/up.png X%%DATADIR%%/fontmap.xml X%%DATADIR%%/ipekeys.xml X@dirrm %%DATADIR%% X@dirrm %%DOCSDIR%% X@dirrm lib/ipe/ipelets X@dirrm lib/ipe END-of-ipe/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: