diff --git a/deskutils/freeplane/Makefile b/deskutils/freeplane/Makefile index 5c27da51e00c..8c81e3ac4226 100644 --- a/deskutils/freeplane/Makefile +++ b/deskutils/freeplane/Makefile @@ -1,35 +1,34 @@ # Created by: Loïc Bartoletti PORTNAME= freeplane -DISTVERSION= 1.9.12 -PORTREVISION= 1 +DISTVERSION= 1.10.3 CATEGORIES= deskutils editors java -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/archive/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable DISTNAME= ${PORTNAME}_bin-${PORTVERSION} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Free mind mapping and knowledge management software LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/license.txt RUN_DEPENDS= bash:shells/bash USES= cpe zip shebangfix SHEBANG_FILES= ${WRKSRC}/freeplane.sh USE_JAVA= yes NO_ARCH= yes NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ "! ( -name license\.txt -or -name *\.bat -or -name *\.exe )" # Install freeplane.sh with the right permission ${SED} -e 's|%%DATADIR%%|${DATADIR}|' < ${FILESDIR}/freeplane.in > \ ${WRKSRC}/freeplane ${INSTALL_SCRIPT} ${WRKSRC}/freeplane ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/deskutils/freeplane/distinfo b/deskutils/freeplane/distinfo index 21d0ef16da2f..f935e9bbde7d 100644 --- a/deskutils/freeplane/distinfo +++ b/deskutils/freeplane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1640201937 -SHA256 (freeplane_bin-1.9.12.zip) = 4056a33a3c152b0d136f12f9ecfd46a49b12a12daf45fba6b53eed47d6d0f3bd -SIZE (freeplane_bin-1.9.12.zip) = 45951842 +TIMESTAMP = 1656913220 +SHA256 (freeplane_bin-1.10.3.zip) = d40b276493f6c72ccf74c2dbb6cf7aa016a08ba5fa1fb2dea10c44a0ecd26da5 +SIZE (freeplane_bin-1.10.3.zip) = 52296889 diff --git a/deskutils/freeplane/files/patch-freeplane.sh b/deskutils/freeplane/files/patch-freeplane.sh index 02e1cf4c65a2..946d90da0874 100644 --- a/deskutils/freeplane/files/patch-freeplane.sh +++ b/deskutils/freeplane/files/patch-freeplane.sh @@ -1,28 +1,28 @@ ---- freeplane.sh.orig 2022-01-05 06:17:27 UTC +--- freeplane.sh.orig 2022-07-04 06:07:42 UTC +++ freeplane.sh @@ -57,7 +57,7 @@ findjava() { fi fi - JAVA_VERSION=$(${JAVACMD} -version |& grep -E "[[:alnum:]]+ version" | awk '{print $3}' | tr -d '"') + JAVA_VERSION=$(${JAVACMD} -version | grep -E "[[:alnum:]]+ version" | awk '{print $3}' | tr -d '"') - JAVA_MAJOR_VERSION=$(echo $JAVA_VERSION | awk -F. '{print $1}') - if [ $JAVA_MAJOR_VERSION -ge 16 ]; then + JAVA_MAJOR_VERSION=$(echo $JAVA_VERSION | sed -e 's/^1\.//' | awk -F. '{print $1}') + if [ $JAVA_MAJOR_VERSION -lt 8 ] || [ $JAVA_MAJOR_VERSION -gt 17 ] || [ $JAVA_MAJOR_VERSION -eq 10 ]; then if [ -z "${FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION}" ]; then @@ -142,15 +142,7 @@ fi output_debug_info -if [ -x $(which readlink) ] && [ "`echo $OSTYPE | cut -b1-6`" != "darwin" ]; then - # if we have 'readlink' we can use it to get an absolute path - # -m should be faster and link does always resolve, else this script - # wouldn't be called, would it? - freefile=$(readlink -mn "$0") - _debug "Link '$0' resolved to '${freefile}'." -else - freefile="$0" -fi +freefile="$0" if [ "`echo $OSTYPE | cut -b1-6`" == "darwin" ]; then xdockname='-Xdock:name=Freeplane' diff --git a/deskutils/freeplane/pkg-plist b/deskutils/freeplane/pkg-plist index 3fe28020a61b..90ebfc1613b4 100644 --- a/deskutils/freeplane/pkg-plist +++ b/deskutils/freeplane/pkg-plist @@ -1,404 +1,427 @@ bin/freeplane %%DATADIR%%/core/org.freeplane.core/META-INF/MANIFEST.MF -%%DATADIR%%/core/org.freeplane.core/lib/annotations-16.0.1.jar -%%DATADIR%%/core/org.freeplane.core/lib/common-image-3.6.4.jar -%%DATADIR%%/core/org.freeplane.core/lib/common-io-3.6.4.jar -%%DATADIR%%/core/org.freeplane.core/lib/common-lang-3.6.4.jar +%%DATADIR%%/core/org.freeplane.core/lib/common-image-3.8.2.jar +%%DATADIR%%/core/org.freeplane.core/lib/common-io-3.8.2.jar +%%DATADIR%%/core/org.freeplane.core/lib/common-lang-3.8.2.jar %%DATADIR%%/core/org.freeplane.core/lib/commons-codec-1.15.jar -%%DATADIR%%/core/org.freeplane.core/lib/commons-io-2.8.0.jar +%%DATADIR%%/core/org.freeplane.core/lib/commons-io-2.11.0.jar %%DATADIR%%/core/org.freeplane.core/lib/commons-lang-2.6.jar -%%DATADIR%%/core/org.freeplane.core/lib/darcula-2021.7.jar %%DATADIR%%/core/org.freeplane.core/lib/data-url-2.0.jar -%%DATADIR%%/core/org.freeplane.core/lib/emoji-12.1.4.jar +%%DATADIR%%/core/org.freeplane.core/lib/flatlaf-2.2.jar %%DATADIR%%/core/org.freeplane.core/lib/freeplane_mac-%%PORTVERSION%%.jar %%DATADIR%%/core/org.freeplane.core/lib/freeplaneapi_viewer.jar %%DATADIR%%/core/org.freeplane.core/lib/freeplaneeditor-%%PORTVERSION%%.jar %%DATADIR%%/core/org.freeplane.core/lib/freeplaneosgi-%%PORTVERSION%%.jar %%DATADIR%%/core/org.freeplane.core/lib/freeplaneviewer.jar %%DATADIR%%/core/org.freeplane.core/lib/idw-gpl-1.6.1.jar -%%DATADIR%%/core/org.freeplane.core/lib/imageio-core-3.6.4.jar -%%DATADIR%%/core/org.freeplane.core/lib/imageio-jpeg-3.6.4.jar -%%DATADIR%%/core/org.freeplane.core/lib/imageio-metadata-3.6.4.jar +%%DATADIR%%/core/org.freeplane.core/lib/imageio-core-3.8.2.jar +%%DATADIR%%/core/org.freeplane.core/lib/imageio-jpeg-3.8.2.jar +%%DATADIR%%/core/org.freeplane.core/lib/imageio-metadata-3.8.2.jar %%DATADIR%%/core/org.freeplane.core/lib/jgoodies-common-1.8.1.jar %%DATADIR%%/core/org.freeplane.core/lib/jgoodies-forms-1.9.0.jar %%DATADIR%%/core/org.freeplane.core/lib/jortho-%%PORTVERSION%%.jar %%DATADIR%%/core/org.freeplane.core/lib/kitfox-svg-salamander-1.1.1-p1.jar -%%DATADIR%%/core/org.freeplane.core/lib/simplyhtml-0.18.7.jar +%%DATADIR%%/core/org.freeplane.core/lib/simplyhtml-0.18.9.jar +%%DATADIR%%/core/org.freeplane.core/lib/twemoji-12.1.4.jar %%DATADIR%%/doc/Freeplane_LaTeX.mm %%DATADIR%%/doc/Images/Preferences_Joining nodes.png %%DATADIR%%/doc/Images/doc/BackgroundContextMenu.png %%DATADIR%%/doc/Images/doc/BackgroundContextMenu_nl.png %%DATADIR%%/doc/Images/doc/HotKeysTable.png %%DATADIR%%/doc/Images/doc/HotKeysTable_nl.png %%DATADIR%%/doc/Images/doc/MenusPropertiesPanel.png %%DATADIR%%/doc/Images/doc/MenusPropertiesPanel_nl.png %%DATADIR%%/doc/Images/doc/freeplaneApplications.png %%DATADIR%%/doc/Images/doc/goto node with ID.png %%DATADIR%%/doc/Images/doc/key mapping dialog.png %%DATADIR%%/doc/Images/doc/mapView v outlineView.png %%DATADIR%%/doc/Images/doc/photothumb.db %%DATADIR%%/doc/Images/doc/right-click menu - open maps.png %%DATADIR%%/doc/Images/doc/tabs in workspace.png %%DATADIR%%/doc/Images/examples.png %%DATADIR%%/doc/Images/eyes.png %%DATADIR%%/doc/Images/icons toolbar - collapsed.png %%DATADIR%%/doc/Images/mouse/mouse_RB.png %%DATADIR%%/doc/Images/other/workspace/Freeplane workspace (annotated).png %%DATADIR%%/doc/Images/other/workspace/Freeplane workspace.png %%DATADIR%%/doc/Images/other/workspace/details arrow_.png %%DATADIR%%/doc/Images/other/workspace/f bar - split.png %%DATADIR%%/doc/Images/other/workspace/f bar.png %%DATADIR%%/doc/Images/other/workspace/filter toolbar - split.png %%DATADIR%%/doc/Images/other/workspace/filter toolbar.png %%DATADIR%%/doc/Images/other/workspace/icons toolbar.png %%DATADIR%%/doc/Images/other/workspace/menubar.png %%DATADIR%%/doc/Images/other/workspace/notes panel.png %%DATADIR%%/doc/Images/other/workspace/properties panel.png %%DATADIR%%/doc/Images/other/workspace/resize arrows.png %%DATADIR%%/doc/Images/other/workspace/right-click menu.png %%DATADIR%%/doc/Images/other/workspace/scroll bars.png %%DATADIR%%/doc/Images/other/workspace/status line.png %%DATADIR%%/doc/Images/other/workspace/submenu flyouts (basic).png %%DATADIR%%/doc/Images/other/workspace/submenu flyouts.png %%DATADIR%%/doc/Images/other/workspace/toolbar - split.png %%DATADIR%%/doc/Images/other/workspace/toolbar.png %%DATADIR%%/doc/Images/other/workspace/view - toolbars.png %%DATADIR%%/doc/Images/other/workspace/view - view settings.png %%DATADIR%%/doc/Images/properties toolbar - collapsed.png %%DATADIR%%/doc/api/allclasses-index.html -%%DATADIR%%/doc/api/allclasses.html %%DATADIR%%/doc/api/allpackages-index.html %%DATADIR%%/doc/api/constant-values.html %%DATADIR%%/doc/api/deprecated-list.html %%DATADIR%%/doc/api/element-list %%DATADIR%%/doc/api/help-doc.html %%DATADIR%%/doc/api/index-all.html %%DATADIR%%/doc/api/index.html -%%DATADIR%%/doc/api/jquery/external/jquery/jquery.js -%%DATADIR%%/doc/api/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png -%%DATADIR%%/doc/api/jquery/images/ui-bg_glass_65_dadada_1x400.png -%%DATADIR%%/doc/api/jquery/images/ui-bg_glass_75_dadada_1x400.png -%%DATADIR%%/doc/api/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png -%%DATADIR%%/doc/api/jquery/images/ui-bg_glass_95_fef1ec_1x400.png -%%DATADIR%%/doc/api/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png -%%DATADIR%%/doc/api/jquery/images/ui-icons_222222_256x240.png -%%DATADIR%%/doc/api/jquery/images/ui-icons_2e83ff_256x240.png -%%DATADIR%%/doc/api/jquery/images/ui-icons_454545_256x240.png -%%DATADIR%%/doc/api/jquery/images/ui-icons_888888_256x240.png -%%DATADIR%%/doc/api/jquery/images/ui-icons_cd0a0a_256x240.png -%%DATADIR%%/doc/api/jquery/jquery-3.5.1.js -%%DATADIR%%/doc/api/jquery/jquery-ui.css -%%DATADIR%%/doc/api/jquery/jquery-ui.js -%%DATADIR%%/doc/api/jquery/jquery-ui.min.css -%%DATADIR%%/doc/api/jquery/jquery-ui.min.js -%%DATADIR%%/doc/api/jquery/jquery-ui.structure.css -%%DATADIR%%/doc/api/jquery/jquery-ui.structure.min.css -%%DATADIR%%/doc/api/jquery/jszip-utils/dist/jszip-utils-ie.js -%%DATADIR%%/doc/api/jquery/jszip-utils/dist/jszip-utils-ie.min.js -%%DATADIR%%/doc/api/jquery/jszip-utils/dist/jszip-utils.js -%%DATADIR%%/doc/api/jquery/jszip-utils/dist/jszip-utils.min.js -%%DATADIR%%/doc/api/jquery/jszip/dist/jszip.js -%%DATADIR%%/doc/api/jquery/jszip/dist/jszip.min.js +%%DATADIR%%/doc/api/jquery-ui.overrides.css +%%DATADIR%%/doc/api/legal/ADDITIONAL_LICENSE_INFO +%%DATADIR%%/doc/api/legal/ASSEMBLY_EXCEPTION +%%DATADIR%%/doc/api/legal/LICENSE +%%DATADIR%%/doc/api/legal/jquery.md +%%DATADIR%%/doc/api/legal/jqueryUI.md %%DATADIR%%/doc/api/member-search-index.js -%%DATADIR%%/doc/api/member-search-index.zip +%%DATADIR%%/doc/api/module-search-index.js %%DATADIR%%/doc/api/org/freeplane/api/AttributeCondition.html %%DATADIR%%/doc/api/org/freeplane/api/AttributeValueSerializer.html %%DATADIR%%/doc/api/org/freeplane/api/Attributes.html %%DATADIR%%/doc/api/org/freeplane/api/AttributesRO.html %%DATADIR%%/doc/api/org/freeplane/api/Cloud.html %%DATADIR%%/doc/api/org/freeplane/api/Connector.html %%DATADIR%%/doc/api/org/freeplane/api/ConnectorRO.html %%DATADIR%%/doc/api/org/freeplane/api/Controller.html %%DATADIR%%/doc/api/org/freeplane/api/ControllerRO.html %%DATADIR%%/doc/api/org/freeplane/api/ConversionException.html %%DATADIR%%/doc/api/org/freeplane/api/Convertible.html %%DATADIR%%/doc/api/org/freeplane/api/Dependencies.Element.html %%DATADIR%%/doc/api/org/freeplane/api/Dependencies.html %%DATADIR%%/doc/api/org/freeplane/api/DependencyLookup.html %%DATADIR%%/doc/api/org/freeplane/api/Edge.html %%DATADIR%%/doc/api/org/freeplane/api/EdgeRO.html %%DATADIR%%/doc/api/org/freeplane/api/EdgeStyle.html %%DATADIR%%/doc/api/org/freeplane/api/ExternalObject.html %%DATADIR%%/doc/api/org/freeplane/api/ExternalObjectRO.html %%DATADIR%%/doc/api/org/freeplane/api/Font.html %%DATADIR%%/doc/api/org/freeplane/api/FontRO.html %%DATADIR%%/doc/api/org/freeplane/api/FreeplaneVersion.html %%DATADIR%%/doc/api/org/freeplane/api/HeadlessLoader.html %%DATADIR%%/doc/api/org/freeplane/api/HeadlessMapCreator.html %%DATADIR%%/doc/api/org/freeplane/api/Icons.html %%DATADIR%%/doc/api/org/freeplane/api/IconsRO.html %%DATADIR%%/doc/api/org/freeplane/api/LengthUnit.html %%DATADIR%%/doc/api/org/freeplane/api/Link.html %%DATADIR%%/doc/api/org/freeplane/api/LinkRO.html %%DATADIR%%/doc/api/org/freeplane/api/Loader.html %%DATADIR%%/doc/api/org/freeplane/api/Map.html %%DATADIR%%/doc/api/org/freeplane/api/MapRO.html %%DATADIR%%/doc/api/org/freeplane/api/MindMap.html %%DATADIR%%/doc/api/org/freeplane/api/MindMapRO.html %%DATADIR%%/doc/api/org/freeplane/api/Node.html %%DATADIR%%/doc/api/org/freeplane/api/NodeChangeListener.html %%DATADIR%%/doc/api/org/freeplane/api/NodeChanged.ChangedElement.html %%DATADIR%%/doc/api/org/freeplane/api/NodeChanged.html %%DATADIR%%/doc/api/org/freeplane/api/NodeCondition.html %%DATADIR%%/doc/api/org/freeplane/api/NodeGeometry.html %%DATADIR%%/doc/api/org/freeplane/api/NodeGeometryRO.html %%DATADIR%%/doc/api/org/freeplane/api/NodeNotFoundException.html %%DATADIR%%/doc/api/org/freeplane/api/NodeRO.html %%DATADIR%%/doc/api/org/freeplane/api/NodeShape.html %%DATADIR%%/doc/api/org/freeplane/api/NodeStyle.html %%DATADIR%%/doc/api/org/freeplane/api/NodeStyleRO.html %%DATADIR%%/doc/api/org/freeplane/api/NodeToComparableMapper.html %%DATADIR%%/doc/api/org/freeplane/api/PhysicalUnit.html %%DATADIR%%/doc/api/org/freeplane/api/Properties.html %%DATADIR%%/doc/api/org/freeplane/api/Quantity.html %%DATADIR%%/doc/api/org/freeplane/api/Reminder.html %%DATADIR%%/doc/api/org/freeplane/api/ReminderRO.html %%DATADIR%%/doc/api/org/freeplane/api/Script.html %%DATADIR%%/doc/api/org/freeplane/api/package-summary.html %%DATADIR%%/doc/api/org/freeplane/api/package-tree.html %%DATADIR%%/doc/api/org/freeplane/core/ui/components/UITools.Defaults.html %%DATADIR%%/doc/api/org/freeplane/core/ui/components/UITools.InsertEolAction.html %%DATADIR%%/doc/api/org/freeplane/core/ui/components/UITools.html %%DATADIR%%/doc/api/org/freeplane/core/ui/components/package-summary.html %%DATADIR%%/doc/api/org/freeplane/core/ui/components/package-tree.html %%DATADIR%%/doc/api/org/freeplane/core/util/FreeplaneVersion.html %%DATADIR%%/doc/api/org/freeplane/core/util/HtmlUtils.IndexPair.html %%DATADIR%%/doc/api/org/freeplane/core/util/HtmlUtils.html %%DATADIR%%/doc/api/org/freeplane/core/util/LogUtils.html %%DATADIR%%/doc/api/org/freeplane/core/util/MenuUtils.MenuEntry.html %%DATADIR%%/doc/api/org/freeplane/core/util/MenuUtils.MenuEntryTreeBuilder.html %%DATADIR%%/doc/api/org/freeplane/core/util/MenuUtils.html %%DATADIR%%/doc/api/org/freeplane/core/util/TextUtils.html %%DATADIR%%/doc/api/org/freeplane/core/util/package-summary.html %%DATADIR%%/doc/api/org/freeplane/core/util/package-tree.html %%DATADIR%%/doc/api/org/freeplane/launcher/Launcher.html %%DATADIR%%/doc/api/org/freeplane/launcher/package-summary.html %%DATADIR%%/doc/api/org/freeplane/launcher/package-tree.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/FreeplaneScriptBaseClass.ConfigProperties.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/FreeplaneScriptBaseClass.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/package-summary.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/package-tree.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Convertible.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Attributes.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.AttributesRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Cloud.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Connector.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.ConnectorRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Controller.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.ControllerRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.DependencyLookup.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Edge.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.EdgeRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.ExternalObject.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.ExternalObjectRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Font.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.FontRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Icons.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.IconsRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Link.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.LinkRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Loader.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Map.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.MapRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.MindMap.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.MindMapRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Node.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.NodeGeometry.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.NodeGeometryRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.NodeRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.NodeStyle.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.NodeStyleRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Properties.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.Reminder.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.ReminderRO.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/ScriptUtils.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/package-summary.html %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/package-tree.html %%DATADIR%%/doc/api/overview-summary.html %%DATADIR%%/doc/api/overview-tree.html %%DATADIR%%/doc/api/package-search-index.js -%%DATADIR%%/doc/api/package-search-index.zip %%DATADIR%%/doc/api/resources/glass.png %%DATADIR%%/doc/api/resources/x.png +%%DATADIR%%/doc/api/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png +%%DATADIR%%/doc/api/script-dir/images/ui-bg_glass_65_dadada_1x400.png +%%DATADIR%%/doc/api/script-dir/images/ui-bg_glass_75_dadada_1x400.png +%%DATADIR%%/doc/api/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png +%%DATADIR%%/doc/api/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png +%%DATADIR%%/doc/api/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png +%%DATADIR%%/doc/api/script-dir/images/ui-icons_222222_256x240.png +%%DATADIR%%/doc/api/script-dir/images/ui-icons_2e83ff_256x240.png +%%DATADIR%%/doc/api/script-dir/images/ui-icons_454545_256x240.png +%%DATADIR%%/doc/api/script-dir/images/ui-icons_888888_256x240.png +%%DATADIR%%/doc/api/script-dir/images/ui-icons_cd0a0a_256x240.png +%%DATADIR%%/doc/api/script-dir/jquery-3.5.1.min.js +%%DATADIR%%/doc/api/script-dir/jquery-ui.min.css +%%DATADIR%%/doc/api/script-dir/jquery-ui.min.js +%%DATADIR%%/doc/api/script-dir/jquery-ui.structure.min.css %%DATADIR%%/doc/api/script.js %%DATADIR%%/doc/api/search.js %%DATADIR%%/doc/api/serialized-form.html %%DATADIR%%/doc/api/stylesheet.css +%%DATADIR%%/doc/api/tag-search-index.js %%DATADIR%%/doc/api/type-search-index.js -%%DATADIR%%/doc/api/type-search-index.zip %%DATADIR%%/doc/examplepicture_nl.JPG %%DATADIR%%/doc/freeplane.jpg %%DATADIR%%/doc/freeplaneApplications.mm %%DATADIR%%/doc/freeplaneApplications_ja.mm %%DATADIR%%/doc/freeplaneApplications_nl.mm %%DATADIR%%/doc/freeplaneFunctions.mm %%DATADIR%%/doc/freeplaneFunctions_ja.mm %%DATADIR%%/doc/freeplaneFunctions_nl.mm %%DATADIR%%/doc/freeplaneUserGuide.mm %%DATADIR%%/doc/freeplaneUserGuide.mmfilter %%DATADIR%%/doc/freeplaneUserGuide_ja.mm %%DATADIR%%/doc/freeplaneUserGuide_ja.mmfilter %%DATADIR%%/doc/freeplaneUserGuide_nl.mm %%DATADIR%%/doc/freeplaneUserGuide_nl.mmfilter %%DATADIR%%/doc/freeplane_menuposition_nl.jpg %%DATADIR%%/doc/history_en.txt %%DATADIR%%/doc/latestFreeplaneFeatures.mm %%DATADIR%%/framework.jar %%DATADIR%%/freeplane.l4j.ini %%DATADIR%%/freeplane.png %%DATADIR%%/freeplane.policy %%DATADIR%%/freeplane.sh %%DATADIR%%/freeplane.svg %%DATADIR%%/freeplaneConsole.l4j.ini %%DATADIR%%/freeplaneIcons.dll %%DATADIR%%/freeplanelauncher.jar %%DATADIR%%/gitinfo.txt %%DATADIR%%/init.xargs %%DATADIR%%/plugins/org.freeplane.plugin.bugreport/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.bugreport/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.formula/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.formula/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/lib/plugin-%%PORTVERSION%%.jar -%%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/lib/syntaxpane-1.2.0.jar +%%DATADIR%%/plugins/org.freeplane.plugin.jsyntaxpane/lib/syntaxpane-1.2.1.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/jlatexmath-1.0.7.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/jlatexmath-font-cyrillic-1.0.7.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/jlatexmath-font-greek-1.0.7.jar %%DATADIR%%/plugins/org.freeplane.plugin.latex/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.markdown/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.markdown/lib/jsoup-1.10.2.jar %%DATADIR%%/plugins/org.freeplane.plugin.markdown/lib/markedj-1.0.16.jar %%DATADIR%%/plugins/org.freeplane.plugin.markdown/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.openmaps/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/org.freeplane.plugin.openmaps/lib/jmapviewer-2.15.jar +%%DATADIR%%/plugins/org.freeplane.plugin.openmaps/lib/jmapviewer-2.16.jar %%DATADIR%%/plugins/org.freeplane.plugin.openmaps/lib/plugin-%%PORTVERSION%%.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-astbuilder-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-console-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-datetime-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-dateutil-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-groovysh-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-jmx-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-json-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-jsr223-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-macro-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-nio-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-servlet-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-sql-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-swing-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-templates-3.0.8.jar -%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-xml-3.0.8.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/ant-1.10.12.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/ant-antlr-1.10.12.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/ant-junit-1.10.12.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/ant-launcher-1.10.12.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/asm-9.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/asm-analysis-9.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/asm-tree-9.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/asm-util-9.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-ant-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-cli-picocli-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-console-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-datetime-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-dateutil-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-docgenerator-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-groovydoc-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-groovysh-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-jmx-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-json-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-jsr223-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-macro-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-nio-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-servlet-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-sql-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-swing-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-templates-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-test-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-test-junit5-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-xml-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/groovy-yaml-4.0.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/hamcrest-core-1.3.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/ivy-2.5.0.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/jackson-annotations-2.13.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/jackson-core-2.13.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/jackson-databind-2.13.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/jackson-dataformat-yaml-2.13.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/javaparser-core-3.24.0.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/jline-2.14.6.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/junit-4.13.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/junit-jupiter-api-5.8.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/junit-jupiter-engine-5.8.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/junit-platform-commons-1.8.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/junit-platform-engine-1.8.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/junit-platform-launcher-1.8.2.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/opentest4j-1.2.0.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/org.abego.treelayout.core-1.0.3.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/picocli-4.6.3.jar %%DATADIR%%/plugins/org.freeplane.plugin.script/lib/plugin-%%PORTVERSION%%.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/qdox-1.12.1.jar +%%DATADIR%%/plugins/org.freeplane.plugin.script/lib/snakeyaml-1.28.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/META-INF/MANIFEST.MF %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-anim-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-awt-util-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-bridge-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-codec-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-constants-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-css-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-dom-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-ext-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-gui-util-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-gvt-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-i18n-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-parser-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-script-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-shared-resources-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-svg-dom-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-svggen-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-swing-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-transcoder-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-util-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/batik-xml-1.14.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/commons-io-1.3.1.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/commons-logging-1.0.4.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/fontbox-2.0.23.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/fop-core-2.6.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/fop-events-2.6.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/fop-util-2.6.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/plugin-%%PORTVERSION%%.jar -%%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/xml-apis-1.4.01.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/xml-apis-ext-1.3.04.jar %%DATADIR%%/plugins/org.freeplane.plugin.svg/lib/xmlgraphics-commons-2.6.jar %%DATADIR%%/props.xargs %%DATADIR%%/resources/gitinfo.properties %%DATADIR%%/resources/linkDecoration.ini %%DATADIR%%/resources/ortho/dictionary_de.ortho %%DATADIR%%/resources/ortho/dictionary_en.ortho %%DATADIR%%/resources/ortho/dictionary_fr.ortho %%DATADIR%%/resources/templates/BigMap.mm %%DATADIR%%/resources/templates/BigMap.svg %%DATADIR%%/resources/templates/BuzanMap.mm %%DATADIR%%/resources/templates/BuzanMap.svg %%DATADIR%%/resources/templates/Darcula-1.7.mm %%DATADIR%%/resources/templates/Darcula-1.7.svg %%DATADIR%%/resources/templates/conceptMap.mm %%DATADIR%%/resources/templates/conceptMap.svg %%DATADIR%%/resources/templates/dark_gruvbox_template.mm %%DATADIR%%/resources/templates/dark_gruvbox_template.svg %%DATADIR%%/resources/templates/dark_nord_template.mm %%DATADIR%%/resources/templates/dark_nord_template.svg %%DATADIR%%/resources/templates/dark_purple_neon_template.mm %%DATADIR%%/resources/templates/dark_purple_neon_template.svg %%DATADIR%%/resources/templates/dark_solarized_template.mm %%DATADIR%%/resources/templates/dark_solarized_template.svg %%DATADIR%%/resources/templates/essay.mm %%DATADIR%%/resources/templates/essay.svg %%DATADIR%%/resources/templates/light_grey_straight_template.mm %%DATADIR%%/resources/templates/light_grey_straight_template.svg %%DATADIR%%/resources/templates/light_grey_template.mm %%DATADIR%%/resources/templates/light_grey_template.svg %%DATADIR%%/resources/templates/light_gruvbox_template.mm %%DATADIR%%/resources/templates/light_gruvbox_template.svg %%DATADIR%%/resources/templates/light_nord_template.mm %%DATADIR%%/resources/templates/light_nord_template.svg %%DATADIR%%/resources/templates/light_purple_neon_template.mm %%DATADIR%%/resources/templates/light_purple_neon_template.svg %%DATADIR%%/resources/templates/light_sepia_template.mm %%DATADIR%%/resources/templates/light_sepia_template.svg %%DATADIR%%/resources/templates/light_sky_element_template.mm %%DATADIR%%/resources/templates/light_sky_element_template.svg %%DATADIR%%/resources/templates/light_solarized_template.mm %%DATADIR%%/resources/templates/light_solarized_template.svg %%DATADIR%%/resources/templates/light_super_hero_template.mm %%DATADIR%%/resources/templates/light_super_hero_template.svg %%DATADIR%%/resources/templates/standard-1.6-noEdgeColor.mm %%DATADIR%%/resources/templates/standard-1.6-noEdgeColor.svg %%DATADIR%%/resources/templates/standard-1.6.mm %%DATADIR%%/resources/templates/standard-1.6.svg %%DATADIR%%/resources/xml/filemodemenu.xml %%DATADIR%%/resources/xml/mindmapmodemenu.xml %%DATADIR%%/resources/xml/preferences.xml %%DATADIR%%/resources/xml/stylemodemenu.xml %%DATADIR%%/resources/xslt/export2oowriter.manifest.xsl %%DATADIR%%/resources/xslt/export2oowriter.styles.xsl %%DATADIR%%/resources/xslt/export2oowriter.xsl %%DATADIR%%/resources/xslt/mm2adoc.xsl %%DATADIR%%/resources/xslt/mm2freeplane1_1-mm.xsl %%DATADIR%%/resources/xslt/mm2html.xsl %%DATADIR%%/resources/xslt/mm2latexartcl.xsl %%DATADIR%%/resources/xslt/mm2latexbeamer_richcontent_1.3.x.xsl %%DATADIR%%/resources/xslt/mm2latexbook.xsl %%DATADIR%%/resources/xslt/mm2latexinput.xsl %%DATADIR%%/resources/xslt/mm2markdown.xsl %%DATADIR%%/resources/xslt/mm2msp_utf8.xsl %%DATADIR%%/resources/xslt/mm2msp_utf8_TEMPLATE.mm %%DATADIR%%/resources/xslt/mm2mwiki.xsl %%DATADIR%%/resources/xslt/mm2opml.xsl %%DATADIR%%/resources/xslt/mm2raw.xsl %%DATADIR%%/resources/xslt/mm2text.xsl %%DATADIR%%/resources/xslt/mm2wordml_utf8.xsl %%DATADIR%%/resources/xslt/mm2wordml_utf8_TEMPLATE.mm %%DATADIR%%/resources/xslt/mm2xbel.xsl %%DATADIR%%/resources/xslt/mm2xls_utf8.xsl %%DATADIR%%/resources/xslt/mm2xml.xsl %%DATADIR%%/resources/xslt/tohtml.xsl %%DATADIR%%/resources/xslt/xbel2mm.xsl %%DATADIR%%/scripts/apiGenerator.groovy %%DATADIR%%/scripts/installScriptAddOn.groovy @dir %%DATADIR%%/doc/Images/other/workspace/output