View | Details | Raw Unified | Return to bug 229947 | Differences between
and this patch

Collapse All | Expand All

(-)devel/Makefile (+1 lines)
Lines 4238-4243 Link Here
4238
    SUBDIR += py-IBMQuantumExperience
4238
    SUBDIR += py-IBMQuantumExperience
4239
    SUBDIR += py-Jinja2
4239
    SUBDIR += py-Jinja2
4240
    SUBDIR += py-Jinja2-doc
4240
    SUBDIR += py-Jinja2-doc
4241
    SUBDIR += py-macholib
4241
    SUBDIR += py-Missing
4242
    SUBDIR += py-Missing
4242
    SUBDIR += py-MultiMapping
4243
    SUBDIR += py-MultiMapping
4243
    SUBDIR += py-PEAK-Rules
4244
    SUBDIR += py-PEAK-Rules
(-)devel/py-macholib/Makefile (+20 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=		macholib
4
PORTVERSION=		1.11
5
CATEGORIES=		devel python
6
MASTER_SITES=		CHEESESHOP
7
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=		ndowens@yahoo.com
10
COMMENT=		Used to analyze and edit Mach-O headers
11
12
LICENSE=		MIT
13
LICENSE_FILE=		${WRKSRC}/LICENSE
14
15
USES=			python
16
USE_PYTHON=		autoplist distutils
17
18
NO_ARCH=		yes
19
20
.include <bsd.port.mk>
(-)devel/py-macholib/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1537579840
2
SHA256 (macholib-1.11.tar.gz) = c4180ffc6f909bf8db6cd81cff4b6f601d575568f4d5dee148c830e9851eb9db
3
SIZE (macholib-1.11.tar.gz) = 485878
(-)devel/py-macholib/pkg-descr (+11 lines)
Line 0 Link Here
1
Macholib can be used to analyze and edit Mach-O headers, 
2
the executable format used by Mac OS X.
3
4
It is typically used as a dependency analysis tool, and 
5
also to rewrite dylib references in Mach-O headers to be 
6
@executable_path relative.
7
8
Though this tool targets a platform specific file format, 
9
it is pure python code that is platform and endian independent.
10
11
WWW: https://pypi.org/project/macholib/

Return to bug 229947