Permalink
| @@ -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-sisynala | ||
| version 0.9.18 | ||
| revision 1 | ||
| categories-append www | ||
| license BSD | ||
| platforms darwin | ||
| supported_archs noarch | ||
| maintainers nomaintainer | ||
| description Sisynala is a web log file analyser | ||
| long_description ${description} | ||
| PortSystem 1.0 | ||
| PortGroup python 1.0 | ||
|
|
||
| homepage http://mithrandr.moria.org/code/sisynala/ | ||
| master_sites http://mithrandr.moria.org/dist/sisynala/ | ||
| distname sisynala-${version} | ||
| checksums md5 4fa799bc587189293af5a92cdb207313 | ||
| name py-sisynala | ||
| version 0.9.18 | ||
| revision 1 | ||
| categories-append www | ||
| license BSD | ||
| platforms darwin | ||
| supported_archs noarch | ||
| maintainers nomaintainer | ||
| description Sisynala is a web log file analyser | ||
| long_description ${description} | ||
|
|
||
| python.versions 27 | ||
| homepage http://mithrandr.moria.org/code/sisynala/ | ||
| master_sites http://mithrandr.moria.org/dist/sisynala/ | ||
| distname sisynala-${version} | ||
| checksums md5 4fa799bc587189293af5a92cdb207313 | ||
|
|
||
| python.versions 27 | ||
|
|
||
| if {${name} ne ${subport}} { | ||
| patchfiles patch-setup.py.diff | ||
| patchfiles patch-setup.py.diff | ||
|
|
||
| depends_run port:py${python.version}-geoip \ | ||
| depends_run port:py${python.version}-geoip \ | ||
| port:py${python.version}-gd | ||
| } |