svn commit: r515971 - head/deskutils/freeplane

Kai Knoblich kai at FreeBSD.org
Tue Oct 29 11:06:42 UTC 2019


Author: kai
Date: Tue Oct 29 11:06:41 2019
New Revision: 515971
URL: https://svnweb.freebsd.org/changeset/ports/515971

Log:
  deskutils/freeplane: Update to 1.7.10
  
  Changelog:
  
  * Fix menu mnemonics
  * Do not output links twice when copying nodes to clipboard
  * Allow to change positions of LINE shape connectors
  * New action: Select nodes matching filter
  * Dark UI mode support (Look and feel and map template "Darcula")
  * Overwrite system properties from installation specific file
    <install-dir>/system.properties
  * Environment var FREEPLANE_JAVA_OPTION_FILE can override path to
    system.properties read on start
  * Add new properties  to connector API : dashArray, opacity, width,
    labelFontFamily and labelFontSize
  * Suggest to delete all user configuration and resource files on uninstall
  
  PR:		241522
  Submitted by:	Loïc Bartoletti <lbartoletti at tuxfamily.org> (maintainer)
  MFH:		2019Q4

Modified:
  head/deskutils/freeplane/Makefile
  head/deskutils/freeplane/distinfo
  head/deskutils/freeplane/pkg-plist

Modified: head/deskutils/freeplane/Makefile
==============================================================================
--- head/deskutils/freeplane/Makefile	Tue Oct 29 10:25:42 2019	(r515970)
+++ head/deskutils/freeplane/Makefile	Tue Oct 29 11:06:41 2019	(r515971)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	freeplane
-DISTVERSION=	1.7.9
+DISTVERSION=	1.7.10
 CATEGORIES=	deskutils editors java
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20stable/archive/${PORTVERSION}
 DISTNAME=	${PORTNAME}_bin-${PORTVERSION}

Modified: head/deskutils/freeplane/distinfo
==============================================================================
--- head/deskutils/freeplane/distinfo	Tue Oct 29 10:25:42 2019	(r515970)
+++ head/deskutils/freeplane/distinfo	Tue Oct 29 11:06:41 2019	(r515971)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563933473
-SHA256 (freeplane_bin-1.7.9.zip) = 904fe65302011be07218b4eb26b11906b255040374d7f31ccd297f5542a324ac
-SIZE (freeplane_bin-1.7.9.zip) = 35906675
+TIMESTAMP = 1572187720
+SHA256 (freeplane_bin-1.7.10.zip) = e2ade69cc051d72f2448512b22b84d98534793803e038a9a9c731bd9b1558471
+SIZE (freeplane_bin-1.7.10.zip) = 36261737

Modified: head/deskutils/freeplane/pkg-plist
==============================================================================
--- head/deskutils/freeplane/pkg-plist	Tue Oct 29 10:25:42 2019	(r515970)
+++ head/deskutils/freeplane/pkg-plist	Tue Oct 29 11:06:41 2019	(r515971)
@@ -1,9 +1,12 @@
 bin/freeplane
 %%DATADIR%%/core/org.freeplane.core/META-INF/MANIFEST.MF
 %%DATADIR%%/core/org.freeplane.core/lib/SimplyHTML-0.17.3.jar
+%%DATADIR%%/core/org.freeplane.core/lib/annotations-16.0.1.jar
 %%DATADIR%%/core/org.freeplane.core/lib/commons-codec-1.8.jar
 %%DATADIR%%/core/org.freeplane.core/lib/commons-io-2.4.jar
 %%DATADIR%%/core/org.freeplane.core/lib/commons-lang-2.6.jar
+%%DATADIR%%/core/org.freeplane.core/lib/darcula-2018.2.jar
+%%DATADIR%%/core/org.freeplane.core/lib/data-url-1.0.1.jar
 %%DATADIR%%/core/org.freeplane.core/lib/freeplane_mac-%%PORTVERSION%%.jar
 %%DATADIR%%/core/org.freeplane.core/lib/freeplaneeditor-%%PORTVERSION%%.jar
 %%DATADIR%%/core/org.freeplane.core/lib/freeplaneosgi-%%PORTVERSION%%.jar
@@ -12,7 +15,6 @@ bin/freeplane
 %%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/jortho.jar
 %%DATADIR%%/core/org.freeplane.core/lib/kitfox-svg-salamander-1.1.1-p1.jar
 %%DATADIR%%/doc/Freeplane_LaTeX.mm
 %%DATADIR%%/doc/Images/Preferences_Joining nodes.png
@@ -63,6 +65,7 @@ bin/freeplane
 %%DATADIR%%/doc/api/index-all.html
 %%DATADIR%%/doc/api/index.html
 %%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
@@ -92,7 +95,12 @@ bin/freeplane
 %%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/NodeNotFoundException.html
 %%DATADIR%%/doc/api/org/freeplane/api/NodeRO.html
@@ -153,6 +161,8 @@ bin/freeplane
 %%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.NodeRO.html
 %%DATADIR%%/doc/api/org/freeplane/plugin/script/proxy/Proxy.NodeStyle.html
@@ -272,6 +282,7 @@ bin/freeplane
 %%DATADIR%%/resources/ortho/dictionary_fr.ortho
 %%DATADIR%%/resources/templates/BigMap.mm
 %%DATADIR%%/resources/templates/BuzanMap.mm
+%%DATADIR%%/resources/templates/Darcula-1.7.mm
 %%DATADIR%%/resources/templates/beamerMap.mm
 %%DATADIR%%/resources/templates/conceptMap.mm
 %%DATADIR%%/resources/templates/essay.mm


More information about the svn-ports-head mailing list