# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-plistservices
version			2
revision		1
categories		python textproc
platforms		darwin
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/
distname		plistservices-${version}
use_bzip2		yes
checksums		md5 1fc22b2bfe6b4c7bd631c743105ce1f0

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