Date: Tue, 5 Nov 2019 06:29:25 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r516775 - branches/2019Q4/deskutils/freeplane Message-ID: <201911050629.xA56TPWs084169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Tue Nov 5 06:29:24 2019 New Revision: 516775 URL: https://svnweb.freebsd.org/changeset/ports/516775 Log: MFH: r515971 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@tuxfamily.org> (maintainer) Approved by: ports-secteam (joneum) Modified: branches/2019Q4/deskutils/freeplane/Makefile branches/2019Q4/deskutils/freeplane/distinfo branches/2019Q4/deskutils/freeplane/pkg-plist Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/deskutils/freeplane/Makefile ============================================================================== --- branches/2019Q4/deskutils/freeplane/Makefile Tue Nov 5 06:28:58 2019 (r516774) +++ branches/2019Q4/deskutils/freeplane/Makefile Tue Nov 5 06:29:24 2019 (r516775) @@ -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: branches/2019Q4/deskutils/freeplane/distinfo ============================================================================== --- branches/2019Q4/deskutils/freeplane/distinfo Tue Nov 5 06:28:58 2019 (r516774) +++ branches/2019Q4/deskutils/freeplane/distinfo Tue Nov 5 06:29:24 2019 (r516775) @@ -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: branches/2019Q4/deskutils/freeplane/pkg-plist ============================================================================== --- branches/2019Q4/deskutils/freeplane/pkg-plist Tue Nov 5 06:28:58 2019 (r516774) +++ branches/2019Q4/deskutils/freeplane/pkg-plist Tue Nov 5 06:29:24 2019 (r516775) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911050629.xA56TPWs084169>