- package: tis-projectlibre
- name: ProjectLibre
- version: 1.9.8-6
- categories: Office
- maintainer: WAPT Team,Tranquil IT,Jimmy PELÉ
- licence: CPAL
- locale: all
- target_os: darwin
- impacted_process: ProjectLibre
- architecture: x64
- signature_date:
- size: 72.11 Mo
- installed_size: 223.85 Mo
- homepage : http://www.projectlibre.com/
package : tis-projectlibre
version : 1.9.8-6
architecture : x64
section : base
priority : optional
name : ProjectLibre
categories : Office
maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ
description : ProjectLibre is a free and open-source project management software
depends :
conflicts :
maturity : PROD
locale : all
target_os : darwin
min_wapt_version : 2.3
sources : https://sourceforge.net/projects/projectlibre/files/
installed_size : 223854592
impacted_process : ProjectLibre
description_fr : ProjectLibre est un outil open source de planification de projet
description_pl : ProjectLibre to darmowe i open-source'owe oprogramowanie do zarządzania projektami
description_de : ProjectLibre ist eine freie und quelloffene Projektmanagementsoftware
description_es : ProjectLibre es un software de gestión de proyectos gratuito y de código abierto
description_pt : ProjectLibre é um software de gestão de projectos gratuito e de código aberto
description_it : ProjectLibre è un software di gestione dei progetti gratuito e open-source
description_nl : ProjectLibre is een gratis en open-source project management software
description_ru : ProjectLibre - это бесплатное программное обеспечение для управления проектами с открытым исходным кодом
audit_schedule :
editor :
keywords :
licence : CPAL
homepage : http://www.projectlibre.com/
package_uuid : a61bf95d-b6ae-4a98-9377-802bd565882b
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : d9a499823d03ac8c653f0eb6f2ef1dfcdaf6aeca2834e2ee8d63da12f05c52a3
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date : 2025-05-10T09:07:55.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 : xlCPJCvuyOkrYhxSujNXy98k08ZCjn22nsadxxMaZb6UgWxbzVsagNdGvuwff45OZoBB5WN9gqvQYpZvT6MIvc8/jPAsq7Wig9fql5+1GmhrZws5lNU8l6zjEE9lX6SZ17ruuz1ID4tLQaHug1p/yWkDY0PaXnwxaxdNYmlkEW7hHXRT1sJcpkiIqxpz7uublx8sio1nwh22ROe+K0KE2gKe0P9D2ZqbtDAa6uuW0mu/NW1ro85rmPsyPqB9xgzBPQsJmwjfz2vxEhHDZHI3j25LHzterfbGJ39v2fYZkZwGQXu2Qw2yHtIUC40N+gl11vVp5/TbkLuhdeJbQjFrNw==
# -*- 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():
bin_name = glob.glob("ProjectLibre-*.dmg")[0]
tempo_path = "/tmp/cdrTempo"
run(f"hdiutil convert -quiet {bin_name} -format UDTO -o {tempo_path}")
install_dmg(f"{tempo_path}.cdr", min_version=control.get_software_version())
if isfile(f"{tempo_path}.cdr"):
remove_file(f"{tempo_path}.cdr")
def uninstall():
remove_tree("/Applications/ProjectLibre.app")
# -*- coding: utf-8 -*-
from setuphelpers import *
import json
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
bin_contains = "projectlibre-"
def update_package():
# Declaring local variables
result = False
proxies = get_proxies()
if not proxies:
proxies = get_proxies_from_wapt_console()
app_name = control.name
api_url = "https://sourceforge.net/projects/projectlibre/best_release.json"
# Getting latest version information from official sources
print("API used is: %s" % api_url)
json_load = json.loads(wgets(api_url, proxies=proxies))
if ".dmg" in json_load["platform_releases"]["mac"]["filename"]:
download_url = json_load["platform_releases"]["mac"]["url"]
version = json_load["platform_releases"]["mac"]["filename"].split("/")[-2]
latest_bin = json_load["platform_releases"]["mac"]["filename"].split("/")[-1]
print("Latest %s version is: %s" % (app_name, version))
print("Download URL is: %s" % download_url)
# Downloading latest binaries
if not isfile(latest_bin):
print("Downloading: %s" % latest_bin)
wget(download_url,latest_bin,connect_timeout=60, proxies=proxies)
control.set_software_version(version)
control.save_control_to_wapt()
# Validating update-package-sources
return result
d5648a8cb3fd6a1f316eafe051fc9adbdd9a77eb825aec278f7959eeb7dc9723 : ProjectLibre-1.9.8.dmg
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
7b83bb395fb77b326dca419c6c7fa80253520c10cdf348800b6373a1cf81b1ba : WAPT/control
d9a499823d03ac8c653f0eb6f2ef1dfcdaf6aeca2834e2ee8d63da12f05c52a3 : WAPT/icon.png
8722778cbff40e346edc4d7c3f0aa6fe25b6eee50f16b24c611789f46aed0110 : luti.json
3b1c33b99483d5cc2ceca60ac8904ad50c95b2732a76bfa473d06a640e42e426 : setup.py
c9b5e9e903d9846627380c5434d454906c06074835b3b36d56560230f8eb97b6 : update_package.py