[38453] trunk/dports/python

jmr at macports.org jmr at macports.org
Mon Jul 21 03:47:09 PDT 2008


Revision: 38453
          http://trac.macosforge.org/projects/macports/changeset/38453
Author:   jmr at macports.org
Date:     2008-07-21 03:47:08 -0700 (Mon, 21 Jul 2008)
Log Message:
-----------
New port: py25-macholib-devel (#15568)

Added Paths:
-----------
    trunk/dports/python/py25-macholib-devel/
    trunk/dports/python/py25-macholib-devel/Portfile

Added: trunk/dports/python/py25-macholib-devel/Portfile
===================================================================
--- trunk/dports/python/py25-macholib-devel/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-macholib-devel/Portfile	2008-07-21 10:47:08 UTC (rev 38453)
@@ -0,0 +1,31 @@
+# -*- 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         bamsoftware.com:david 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
+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\.]+)"}


Property changes on: trunk/dports/python/py25-macholib-devel/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080721/28542f2d/attachment.html 


More information about the macports-changes mailing list