Revision: 129007 https://trac.macports.org/changeset/129007 Author: khindenburg@macports.org Date: 2014-12-02 20:08:01 -0800 (Tue, 02 Dec 2014) Log Message: ----------- binplist: new port #42532 Added Paths: ----------- trunk/dports/sysutils/binplist/ trunk/dports/sysutils/binplist/Portfile Added: trunk/dports/sysutils/binplist/Portfile =================================================================== --- trunk/dports/sysutils/binplist/Portfile (rev 0) +++ trunk/dports/sysutils/binplist/Portfile 2014-12-03 04:08:01 UTC (rev 129007) @@ -0,0 +1,34 @@ +# -*- 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 +# $Id$ + +PortSystem 1.0 +PortGroup python 1.0 + +name binplist +version 0.1.4 +categories sysutils +platforms darwin +maintainers khindenburg openmaintainer +license Apache-2 + +python.default_version 27 + +description A binary plist parser +long_description ${description} + +homepage https://code.google.com/p/binplist/ +master_sites googlecode +checksums rmd160 19734c7ba381e08de66051768621b408b143c0cd \ + sha256 e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1 + +depends_build-append port:py${python.version}-setuptools +depends_lib-append port:py${python.version}-tz + +test.run yes +test.cmd ${python.bin} tests/binplist_test.py +test.env PYTHONPATH=${worksrcpath}/build/lib +test.target + +#../../python/py-dispatcher/Portfile: test.run yes +#../../python/py-dispatcher/Portfile: test.cmd ${python.bin} tests/test.py +#../../python/py-dispatcher/Portfile: test.target Property changes on: trunk/dports/sysutils/binplist/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native