Skip to content
Permalink
Browse files

py-taskplan: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 13, 2019
1 parent a2c2abb commit ab7c8f44ecf20c37e6d6a356e7a6ee9992e41cbb
Showing with 21 additions and 19 deletions.
  1. +21 −19 python/py-taskplan/Portfile
@@ -1,27 +1,29 @@
PortSystem 1.0
PortGroup python 1.0
# -*- 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

name py-taskplan
version 1.2.1
revision 1
license MIT
platforms darwin freebsd
supported_archs noarch
maintainers nomaintainer
description Simple task planner capable of resource allocation.
long_description A simple task planner capable of resource allocation, \
interruptions (holidays, etc), HTML plan generation \
and HTML gantt chart generation.
PortSystem 1.0
PortGroup python 1.0

homepage http://www.mechanicalcat.net/tech/pytaskplan/
master_sites ${homepage}
distname pytaskplan-${version}
checksums md5 8a59b0f8685eafd129530ace755d504a
name py-taskplan
version 1.2.1
revision 1
license MIT
platforms darwin freebsd
supported_archs noarch
maintainers nomaintainer
description Simple task planner capable of resource allocation.
long_description A simple task planner capable of resource allocation, \
interruptions (holidays, etc), HTML plan generation \
and HTML gantt chart generation.

python.versions 27
homepage http://www.mechanicalcat.net/tech/pytaskplan/
master_sites ${homepage}
distname pytaskplan-${version}
checksums md5 8a59b0f8685eafd129530ace755d504a

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
post-destroot {
xinstall -m 644 -W ${worksrcpath} CHANGES.txt README.txt \
${destroot}${prefix}/share/doc/${subport}
}

0 comments on commit ab7c8f4

Please sign in to comment.
You can’t perform that action at this time.