You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
952 B
Tcl
26 lines
952 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-xmind
|
|
python.rootname XMind
|
|
version 1.2.0
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description XMind is based on Python and provides a one-stop solution for \
|
|
creating, parsing and updating XMind mind maps!
|
|
long_description {*}${description}
|
|
homepage https://github.com/zhuifengshen/xmind/blob/master/docs/README_en.md
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
checksums rmd160 0f7f4c37d554070198fe194d131300f4f971ab2f \
|
|
sha256 7641a4adf1c0a33fe0d5f515d86deba28ef3b3bcfaff2cffb2d5f6520ffa976e \
|
|
size 27121
|
|
|
|
python.versions 310 311 312 313 314
|