Index: devel/py-macholib/Makefile =================================================================== --- devel/py-macholib/Makefile (nonexistent) +++ devel/py-macholib/Makefile (working copy) @@ -0,0 +1,19 @@ +# $FreeBSD + +PORTNAME= macholib +PORTVERSION= 1.9 +CATEGORIES= devel python + +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ndowens.fbsd@yandex.com +COMMENT= Can be used to analyze and edit Mach-O headers + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-macholib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-macholib/distinfo =================================================================== --- devel/py-macholib/distinfo (nonexistent) +++ devel/py-macholib/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1532240419 +SHA256 (macholib-1.9.tar.gz) = 9aeec52d7da59912b15445d08b08d95cee48414f01dd035be06f04a825973c08 +SIZE (macholib-1.9.tar.gz) = 578425 Property changes on: devel/py-macholib/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-macholib/pkg-descr =================================================================== --- devel/py-macholib/pkg-descr (nonexistent) +++ devel/py-macholib/pkg-descr (working copy) @@ -0,0 +1,11 @@ +macholib can be used to analyze and edit Mach-O headers, +the executable format used by Mac OS X. + +It’s 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. + +WWW:https://pypi.org/project/macholib/ Property changes on: devel/py-macholib/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property