View | Details | Raw Unified | Return to bug 132720
Collapse All | Expand All

(-)Makefile (-1 / +19 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/devel/py-urwid/Makefile,v 1.17 2008/07/19 22:58:56 miwi Exp $
5
# $FreeBSD: ports/devel/py-urwid/Makefile,v 1.17 2008/07/19 22:58:56 miwi Exp $
6
6
7
PORTNAME=	urwid
7
PORTNAME=	urwid
8
PORTVERSION=	0.9.8.3
8
PORTVERSION=	0.9.8.4
9
CATEGORIES=	devel python
9
CATEGORIES=	devel python
10
MASTER_SITES=	http://excess.org/urwid/
10
MASTER_SITES=	http://excess.org/urwid/
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 16-23 Link Here
16
USE_PYTHON=	yes
16
USE_PYTHON=	yes
17
USE_PYDISTUTILS=	yes
17
USE_PYDISTUTILS=	yes
18
18
19
PORTEXAMPLES=	bigtext.py \
20
		browse.py \
21
		calc.py \
22
		dialog.py \
23
		edit.py \
24
		fib.py \
25
		graph.py \
26
		input_test.py \
27
		test_urwid.py \
28
		tour.py
29
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
30
19
post-patch:
31
post-patch:
20
	@# disable setuptools for now
32
	@# disable setuptools for now
21
	${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
33
	${REINPLACE_CMD} 's/setuptools/xxsetuptools/g' ${WRKSRC}/setup.py
22
34
35
post-install:
36
.if !defined(NOPORTEXAMPLES)
37
	@${MKDIR} ${EXAMPLESDIR}
38
	@${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${EXAMPLESDIR}
39
.endif
40
23
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (urwid-0.9.8.3.tar.gz) = 52a7e6d15e12a12b1ae62c0c901b2c20
1
MD5 (urwid-0.9.8.4.tar.gz) = 28f918c66887d4e470ae0c3535579ad7
2
SHA256 (urwid-0.9.8.3.tar.gz) = ee85b32f33114048dde3b782f8f42ff8a62ea08783b59fd7208c635eb9af8a71
2
SHA256 (urwid-0.9.8.4.tar.gz) = 143c6183ba221ade64958a62272306e1a78e4dbd9cbb651c8302f2463fdeb979
3
SIZE (urwid-0.9.8.3.tar.gz) = 179752
3
SIZE (urwid-0.9.8.4.tar.gz) = 184002

Return to bug 132720