# -*- 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
PortGroup           deprecated 1.0

name                py-plistservices
version             2
revision            1
categories-append   textproc
license             BSD
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer
description         reads and writes CoreFoundation XML Property List
long_description    Reads and writes CoreFoundation XML Property List \
                    files. Includes an ISO 8601 string parser conforming \
                    to w3cs note. plistservices is more functional than \
                    the version of plistlib included with  Python 2.3 and \
                    has an interface similar to Foundations \
                    NSPropertyListSerialization.

homepage            http://sarwat.net/opensource/
master_sites        ${homepage}/resources/media/binaries/
use_bzip2           yes
checksums           md5     1fc22b2bfe6b4c7bd631c743105ce1f0 \
                    rmd160  e7a01f956a99db038dde3dc3f6919bdeef3ba86d \
                    sha256  f50e34d784a88b63d64cb965540548750c5ba7087eee85b4d9ad806eed1788bb \
                    size    11687

deprecated.upstream_support no
livecheck.type      none

python.versions     27

if {${name} ne ${subport}} {
    post-destroot {
        xinstall -m 0644 -W ${worksrcpath} License.text README Readme.html \
            basic.css ${destroot}${prefix}/share/doc/${subport}
    }
}
