[26584] trunk/dports/python/py-macholib/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 28 23:24:23 PDT 2007


Revision: 26584
          http://trac.macosforge.org/projects/macports/changeset/26584
Author:   jwa at macports.org
Date:     2007-06-28 23:24:23 -0700 (Thu, 28 Jun 2007)

Log Message:
-----------
adding livecheck, whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py-macholib/Portfile

Modified: trunk/dports/python/py-macholib/Portfile
===================================================================
--- trunk/dports/python/py-macholib/Portfile	2007-06-29 06:15:08 UTC (rev 26583)
+++ trunk/dports/python/py-macholib/Portfile	2007-06-29 06:24:23 UTC (rev 26584)
@@ -1,29 +1,32 @@
 # $Id$
 
-PortSystem			1.0
-PortGroup			python24 1.0
-name				py-macholib
-version				1.1
+PortSystem		1.0
+PortGroup		python24 1.0
+name			py-macholib
+version			1.1
 categories-append	devel
-maintainers			jwa openmaintainer at macports.org
-description			Mach-O header analysis and editing
+maintainers		jwa openmaintainer at macports.org
+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.
+    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
+platforms		darwin
 
-homepage			http://undefined.org/python/#macholib
+homepage		http://undefined.org/python/#macholib
 master_sites		http://cheeseshop.python.org/packages/source/m/macholib/
-distname			macholib-${version}
+distname		macholib-${version}
 
 depends_lib-append	port:py-altgraph
 
-checksums			md5 a3241d65a50bdf032c3f259df0e23c1f \
-					sha1 5952063cb3771b48f5889d4ecce51ffcd754afd6\
-					rmd160 0d8927fbb7eb36333a78a44f0370417c5b0abbdc
+checksums		md5 a3241d65a50bdf032c3f259df0e23c1f \
+    sha1 5952063cb3771b48f5889d4ecce51ffcd754afd6\
+    rmd160 0d8927fbb7eb36333a78a44f0370417c5b0abbdc
 
+livecheck.check	regex
+livecheck.url	http://cheeseshop.python.org/pypi/macholib/
+livecheck.regex	macholib (1\.\[0-9\]+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/3c0570b1/attachment.html


More information about the macports-changes mailing list