# -*- 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 python25 1.0 name py25-macholib version 1.1 categories-append devel maintainers jmr openmaintainer description Mach-O header analysis and editing long_description \ macholib can be used to analyze and edit Mach-O headers, the executable \ format used by Mac OS X. \ It is typically used as a dependency analysis tool, and also to rewrite \ dylib references in Mach-O headers to be @executable_path relative. \ Though this tool targets a platform specific file format, it is pure \ python code that is platform and endian independent. platforms darwin homepage http://undefined.org/python/#macholib master_sites http://cheeseshop.python.org/packages/source/m/macholib/ distname macholib-${version} depends_lib-append port:py25-altgraph checksums md5 a3241d65a50bdf032c3f259df0e23c1f \ sha1 5952063cb3771b48f5889d4ecce51ffcd754afd6\ rmd160 0d8927fbb7eb36333a78a44f0370417c5b0abbdc livecheck.check regex livecheck.url http://cheeseshop.python.org/pypi/macholib/ livecheck.regex macholib (1\.\[0-9\]+)