FreeBSD Bugzilla – Attachment 197326 Details for
Bug 229947
[New Port]: devel/py-macholib: analyze and edit Mach-O headers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add new port
macholib (text/plain), 3.07 KB, created by
Nathan
on 2018-09-22 02:10:43 UTC
(
hide
)
Description:
Add new port
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-09-22 02:10:43 UTC
Size:
3.07 KB
patch
obsolete
>devel/py-macholib: Analyze and edit mach-o headers > >PR: 229947 >Submitted by: Nathan <ndowens@yahoo.com> > >Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 480321) >+++ devel/Makefile (working copy) >@@ -4238,6 +4238,7 @@ > SUBDIR += py-IBMQuantumExperience > SUBDIR += py-Jinja2 > SUBDIR += py-Jinja2-doc >+ SUBDIR += py-macholib > SUBDIR += py-Missing > SUBDIR += py-MultiMapping > SUBDIR += py-PEAK-Rules >Index: devel/py-macholib/Makefile >=================================================================== >--- devel/py-macholib/Makefile (nonexistent) >+++ devel/py-macholib/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# $FreeBSD$ >+ >+PORTNAME= macholib >+PORTVERSION= 1.11 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ndowens@yahoo.com >+COMMENT= Used to analyze and edit Mach-O headers >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= python >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >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 = 1537579840 >+SHA256 (macholib-1.11.tar.gz) = c4180ffc6f909bf8db6cd81cff4b6f601d575568f4d5dee148c830e9851eb9db >+SIZE (macholib-1.11.tar.gz) = 485878 > >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 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/ > >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229947
:
195359
| 197326