Date: Sat, 12 Jan 2019 16:54:36 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 229947] [New Port]: devel/py-macholib: analyze and edit Mach-O headers Message-ID: <bug-229947-21822-wDvS4tcyew@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229947-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-229947-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229947 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: miwi Date: Sat Jan 12 16:53:41 UTC 2019 New revision: 490064 URL: https://svnweb.freebsd.org/changeset/ports/490064 Log: 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. WWW: https://pypi.org/project/macholib/ PR: 229947 Submitted by: ndowens@yahoo.com Sponsored by: iXsystems Inc. Changes: head/devel/Makefile head/devel/py-macholib/ head/devel/py-macholib/Makefile head/devel/py-macholib/distinfo head/devel/py-macholib/pkg-descr --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229947-21822-wDvS4tcyew>