[35868] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Apr 9 00:34:23 PDT 2008


Revision: 35868
          http://trac.macosforge.org/projects/macports/changeset/35868
Author:   jmr at macports.org
Date:     2008-04-09 00:34:22 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
New: python25 version of py-macholib

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

Added: trunk/dports/python/py25-macholib/Portfile
===================================================================
--- trunk/dports/python/py25-macholib/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-macholib/Portfile	2008-04-09 07:34:22 UTC (rev 35868)
@@ -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           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\]+)


Property changes on: trunk/dports/python/py25-macholib/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/20080409/3b8d1cd1/attachment.html


More information about the macports-changes mailing list