Permalink
Browse files
py-taskplan: add modeline, adjust whitespace
- Loading branch information
Showing
with
21 additions
and
19 deletions.
-
+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} |
|
|
} |
|
|
|