2020-08-30 20:14:08 +02:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup python 1.0
|
|
|
|
|
|
|
|
|
|
name present
|
|
|
|
|
version 0.6.0
|
2023-11-09 11:01:52 +11:00
|
|
|
revision 1
|
2020-08-30 20:14:08 +02:00
|
|
|
|
|
|
|
|
categories-append office
|
2022-11-09 23:03:11 +11:00
|
|
|
platforms {darwin any}
|
2020-08-30 20:14:08 +02:00
|
|
|
supported_archs noarch
|
|
|
|
|
license Apache-2
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
|
|
|
|
|
description A terminal-based presentation tool with colors and effects
|
|
|
|
|
long_description {*}${description}.
|
|
|
|
|
|
|
|
|
|
homepage https://github.com/vinayak-mehta/present
|
|
|
|
|
|
|
|
|
|
checksums rmd160 7d5bad52b3219b2af95c86816fafdbda7227f75a \
|
|
|
|
|
sha256 97d5b92f82c3f6a468deb2c192077623f6836a3fae7226f951883e5f845883a7 \
|
|
|
|
|
size 13076
|
|
|
|
|
|
2023-11-09 11:01:52 +11:00
|
|
|
python.versions 311
|
2020-08-30 20:14:08 +02:00
|
|
|
|
|
|
|
|
depends_build-append port:py${python.version}-setuptools
|
|
|
|
|
depends_lib-append port:py${python.version}-asciimatics \
|
|
|
|
|
port:py${python.version}-click \
|
2023-11-09 11:01:52 +11:00
|
|
|
port:py${python.version}-mistune \
|
2020-08-30 20:14:08 +02:00
|
|
|
port:py${python.version}-pyfiglet \
|
|
|
|
|
port:py${python.version}-yaml
|