# -*- 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-devel version 1.2 categories-append devel maintainers nomaintainer 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 fetch.type svn svn.url http://svn.pythonmac.org/macholib/macholib/trunk/ worksrcdir trunk depends_lib-append port:py25-altgraph livecheck.check regex livecheck.url http://svn.pythonmac.org/macholib/macholib/trunk/macholib/__init__.py livecheck.regex {__version__ = "([0-9\.]+)"}