tis-freeplane icon

Freeplane

Paquet d’installation silencieuse pour Freeplane

1.12.13-12

  • package: tis-freeplane
  • name: Freeplane
  • version: 1.12.13-12
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Jordan ARNAUD,Bertrand Lemoigne
  • editor: Dimitry Polivaev, et al.
  • licence: opensource_free,wapt_public
  • locale: all
  • target_os: debian_based
  • impacted_process: freeplane,freeplaneConsole
  • architecture: all
  • signature_date:
  • size: 61.80 Mo
  • installed_size: 209.32 Mo
  • homepage : https://docs.freeplane.org/

package           : tis-freeplane
version           : 1.12.13-12
architecture      : all
section           : base
priority          : optional
name              : Freeplane
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,Simon Fonteneau,Jimmy PELÉ,Jordan ARNAUD,Bertrand Lemoigne
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         : debian_based
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      : 024989d4-7734-492a-aa94-b91e6d350196
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-30T13:14:21.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         : jFZJkeNxiv0gcvhc7mEYtUz2cHOlmymDfw69naPbcY53+AhbIuYFoeW9+GBUQQQvyVB3gpgEY6jHMbFswTo/iaizOD9EP859CuHY+oNtAnvzy+TgU6l/Cf9UwwVdKcoqupR9HjSCg7H37SFACwXA/925r8WzSqrSeb5LwJiatdXFuLCKoUITa9+VcOqaehzTmIeJUBclppnRV9PbDc4Im1nBd6AUvhOSG1Rgs6ujkfRnCXOB0hjPcf/XJjgVpMVIdairXuS2hq7mrd7v4U0/PtTO5w88FRNePWOkMhdlfMZFC94RaO2DznhkNLtQ8mDMbXBDzC8Hqpo4S0OBttx7DQ==

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    install_deb(glob.glob("*.deb")[0])


def uninstall():
    uninstall_apt("freeplane")

# -*- 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

38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
fa8f408c1b06a277b348f5cd9a4a8c947a34e0e89e517987dca48e26a5c8fc4b : WAPT/control
85f385cea79a373d7dd5e18e2357c2b038653f8d15425d2145591ee29cbb1607 : WAPT/icon.png
2a2a9ac035112474299d2576d2dc02d0c0abbec6f42ce6420d9d187ab780f7ab : freeplane_1.12.13.upstream-1_all.deb
f7581d025e805e63b6af5766be3b4a6d40ac441e489ef8da761bc54908de832a : luti.json
18043c6a0b36c75da47252adc6aa32a6175f6a87c8103fdb75c9e1f6c9aa0c66 : setup.py
1429f8f6a46177dae4c2eeab09d9c351ee4659d60e2824f7f35af2122f3e5a94 : update_package.py