- package: tis-freeplane
- name: Freeplane
- version: 1.12.12-12
- categories: Utilities
- maintainer: WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Jordan ARNAUD
- editor: Dimitry Polivaev, et al.
- licence: opensource_free,wapt_public
- locale: all
- target_os: darwin
- impacted_process: freeplane,freeplaneConsole
- architecture: arm
- signature_date:
- size: 133.52 Mo
- installed_size: 209.32 Mo
- homepage : https://docs.freeplane.org/
package : tis-freeplane
version : 1.12.12-12
architecture : arm
section : base
priority : optional
name : Freeplane
categories : Utilities
maintainer : WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Jordan ARNAUD
description : Freeplane is a free and open source software application that supports thinking, sharing information, getting things done at work, in school and at home. It provides you a set of tools for mind mapping
depends :
conflicts :
maturity : PROD
locale : all
target_os : darwin
min_wapt_version : 2.3
sources : https://sourceforge.net/projects/freeplane/
installed_size : 209323766
impacted_process : freeplane,freeplaneConsole
description_fr : Freeplane est un logiciel libre et gratuit qui aide à réfléchir, à partager des informations et à faire avancer les choses au travail, à l'école et à la maison. Il fournit un ensemble d'outils pour la cartographie mentale
description_pl : Freeplane to darmowa aplikacja o otwartym kodzie źródłowym, która wspiera myślenie, dzielenie się informacjami, załatwianie spraw w pracy, w szkole i w domu. Zapewnia zestaw narzędzi do tworzenia map myśli
description_de : Freeplane ist eine freie und quelloffene Softwareanwendung, die das Denken, den Austausch von Informationen und das Erledigen von Aufgaben bei der Arbeit, in der Schule und zu Hause unterstützt. Es bietet Ihnen eine Reihe von Werkzeugen für Mindmapping
description_es : Freeplane es una aplicación de software libre y de código abierto que ayuda a pensar, compartir información y hacer cosas en el trabajo, en la escuela y en casa. Le proporciona un conjunto de herramientas para la creación de mapas mentales
description_pt : O Freeplane é uma aplicação de software gratuita e de código aberto que apoia o pensamento, a partilha de informações e a realização de tarefas no trabalho, na escola e em casa. Fornece-lhe um conjunto de ferramentas para mapas mentais
description_it : Freeplane è un'applicazione software gratuita e open source che supporta il pensiero, la condivisione di informazioni e la realizzazione di attività al lavoro, a scuola e a casa. Fornisce una serie di strumenti per la mappatura della mente
description_nl : Freeplane is een gratis en open source softwaretoepassing die het denken ondersteunt, informatie deelt en dingen gedaan krijgt op het werk, op school en thuis. Het biedt een set hulpmiddelen voor mindmapping
description_ru : Freeplane - это бесплатное программное приложение с открытым исходным кодом, которое помогает думать, обмениваться информацией, добиваться результатов на работе, в школе и дома. Оно предоставляет вам набор инструментов для составления карт ума
audit_schedule :
editor : Dimitry Polivaev, et al.
keywords : freeplane,mind,maps,idea,ideas,electronic,outlines,outline
licence : opensource_free,wapt_public
homepage : https://docs.freeplane.org/
package_uuid : 33af5dcc-0ab5-4d0a-8213-298663a6020e
valid_from :
valid_until :
forced_install_on :
changelog : https://www.freeplane.org/info/history/history_en.txt
min_os_version :
max_os_version :
icon_sha256sum : 85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-08-09T12:08:17.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : rABb09blP+tqp4d+sClnSdighZF19E2zAoXjrBdCA5h9gDGa2BvUlpbrstU5ZH+tb8uFrznTNRQg0DKQUcI4jmHYDdGXMj7ebnFtM7S72Y78vdu1wYZQ0c9C6Ym6ypeP8PP/R9lfhLuGrxTJKWlHxldg0bKnftG4agEoOW8LYz/8ibRYPh0f/34WBNi95pXPLc86+rGFscyrQHSvoemJnslx0ZylGo1uwmxhfSiUGu7hLXMPNChwS/w+IIQ74TJAp12Pfxx3M2Z9gQRrxYHx+qEZdpR8w6LnVjfi7Wr3AkaCWqruXkv7nFza32K7Zh/ZLMNVO5eLIApvfkoLFGZSbg==
# -*- coding: utf-8 -*-
##################################################
# This file is part of WAPT Enterprise
# All right reserved, (c) Tranquil IT Systems 2023
# For more information please refer to
# https://wapt.tranquil.it/store/licences.html
##################################################
from setuphelpers import *
def install():
install_dmg(glob.glob("Freeplane-*-apple.dmg")[0])
def uninstall():
remove_tree("/Applications/Freeplane.app")
# -*- coding: utf-8 -*-
from setuphelpers import *
from setupdevhelpers import *
import waptlicences
def table_to_dict(table):
return {
a.get_text(strip=True): a.get("href")
for row in table.find("tbody").find_all("tr")[2:]
for th in row.find_all("th")
for a in [th.find("a")] if a
}
def update_package():
# Declaring local variables
package_updated = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
base_url = "https://sourceforge.net/projects/freeplane/files/freeplane%20stable/"
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0"
source_forge_releases = table_to_dict(bs_find(base_url, 'table', user_agent=user_agent))
history_filename = next(item for item in source_forge_releases if "history_en" in item)
version = history_filename.split('_')[-1].removesuffix('.txt')
download_dict = {
'windows-all': f'Freeplane-Setup-{version}.exe',
'debian_based-all': f'freeplane_{version}~upstream-1_all.deb',
'darwin-x64': f'Freeplane-{version}-intel.dmg',
'darwin-arm': f'Freeplane-{version}-apple.dmg'
}
os_type = control.target_os + "-" + ensure_list(control.architecture)[0]
latest_bin = next(item for item in source_forge_releases if download_dict[os_type] == item)
download_url = source_forge_releases[latest_bin]
latest_bin_extension = latest_bin.rsplit(".", 1)[-1]
# Downloading latest binaries
print(f"Latest {app_name} version is: {version}")
print(f"Download URL is: {download_url}")
if not isfile(latest_bin):
print(f"Downloading: {latest_bin}")
wget(download_url, target=latest_bin, proxies=proxies)
else:
print(f"Binary is present: {latest_bin}")
# Changing version of the package
if Version(version) > Version(control.get_software_version()):
print(f"Software version updated (from: {control.get_software_version()} to: {Version(version)})")
package_updated = True
else:
print(f"Software version up-to-date ({Version(version)})")
for f in glob.glob(f'*.{latest_bin_extension}'):
if f != latest_bin:
remove_file(f)
control.set_software_version(version)
control.save_control_to_wapt()
return package_updated
36cdcb966900daa0b9d7dd308d2ab81a162c4832d7300462d5edc645ed50c46b : Freeplane-1.12.12-apple.dmg
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
3c99e1163b13bf4865b402491c4319f4603bdabea12b308d45386b89e5db6b65 : WAPT/control
85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607 : WAPT/icon.png
97fba67231bc81207433db0607ac832c125cf802df075c2b221ca7180df7049f : luti.json
eba2448a5c273212a51542b8b3df73676c33b385068dd446e93839d247e354ae : setup.py
3ff7604f176852cbcf4e1173f7f69a9c0c6a828144be67ecd883661a68daa55a : update_package.py