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

(-)py-hyperestraier-python/Makefile (-2 / +3 lines)
Lines 5-11 Link Here
5
# $FreeBSD: ports/textproc/py-hyperestraier-python/Makefile,v 1.6 2007/12/16 23:21:47 miwi Exp $
5
# $FreeBSD: ports/textproc/py-hyperestraier-python/Makefile,v 1.6 2007/12/16 23:21:47 miwi Exp $
6
6
7
PORTNAME=	hyperestraier
7
PORTNAME=	hyperestraier
8
PORTVERSION=	0.10.4
8
PORTVERSION=	0.10.6
9
CATEGORIES=	textproc python
9
CATEGORIES=	textproc python
10
MASTER_SITES=	CHEESESHOP \
10
MASTER_SITES=	CHEESESHOP \
11
		http://www.liris.org/tech/program/hyperestraier-purepython/
11
		http://www.liris.org/tech/program/hyperestraier-purepython/
Lines 20-32 Link Here
20
USE_PYTHON=	yes
20
USE_PYTHON=	yes
21
USE_PYDISTUTILS=yes
21
USE_PYDISTUTILS=yes
22
22
23
PORTEXAMPLES=	example.py
23
PORTEXAMPLES=	example.py asyn_example.py
24
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX}
24
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX}
25
25
26
post-install:
26
post-install:
27
.if !defined(NOPORTEXAMPLES)
27
.if !defined(NOPORTEXAMPLES)
28
	@${MKDIR} ${EXAMPLESDIR}
28
	@${MKDIR} ${EXAMPLESDIR}
29
	${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py
29
	${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py
30
	${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${EXAMPLESDIR}/
30
.endif
31
.endif
31
32
32
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)py-hyperestraier-python/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hyperestraier-0.10.4.tgz) = 46e835960139fc27ce8bbd3577766411
1
MD5 (hyperestraier-0.10.6.tgz) = 0ebb2414a19fc04c1314df73bacf64b1
2
SHA256 (hyperestraier-0.10.4.tgz) = c9be36a6457807e90d4036cb84bc1d7224d6a10fa1caf28127b20f95a27b4575
2
SHA256 (hyperestraier-0.10.6.tgz) = 1d17800d26a593c893f2beada55250712d6b2c1e46d2565835676889a3c16214
3
SIZE (hyperestraier-0.10.4.tgz) = 10047
3
SIZE (hyperestraier-0.10.6.tgz) = 10457

Return to bug 122233