summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-16 23:21:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-16 23:21:47 +0000
commitb2107abbc990962f508ba015bca243cda7810d6a (patch)
treedceec2438d1360992e67d6f55d50f61412bf85bb
parent- Update to 0.9 (diff)
- Update to 0.10.4
PR: 118382 Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
Notes
Notes: svn path=/head/; revision=203886
-rw-r--r--textproc/py-hyperestraier-python/Makefile11
-rw-r--r--textproc/py-hyperestraier-python/distinfo6
2 files changed, 13 insertions, 4 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile
index aa9725281037..f31af6ca311a 100644
--- a/textproc/py-hyperestraier-python/Makefile
+++ b/textproc/py-hyperestraier-python/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= hyperestraier
-PORTVERSION= 0.10.2
+PORTVERSION= 0.10.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://www.liris.org/tech/program/hyperestraier-purepython/
@@ -20,4 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+PORTEXAMPLES= example.py
+EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX}
+
+post-install:
+.if !defined(NOPORTEXAMPLES)
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py
+.endif
+
.include <bsd.port.mk>
diff --git a/textproc/py-hyperestraier-python/distinfo b/textproc/py-hyperestraier-python/distinfo
index cc8c81c04a84..1458db856478 100644
--- a/textproc/py-hyperestraier-python/distinfo
+++ b/textproc/py-hyperestraier-python/distinfo
@@ -1,3 +1,3 @@
-MD5 (hyperestraier-0.10.2.tgz) = 49a83fcb5222111cdea2a5bdeb25dab1
-SHA256 (hyperestraier-0.10.2.tgz) = c4d7fc551a1778769f6fba8173dd43b750cc74da3c7a55c3be22b0e438236ce4
-SIZE (hyperestraier-0.10.2.tgz) = 9992
+MD5 (hyperestraier-0.10.4.tgz) = 46e835960139fc27ce8bbd3577766411
+SHA256 (hyperestraier-0.10.4.tgz) = c9be36a6457807e90d4036cb84bc1d7224d6a10fa1caf28127b20f95a27b4575
+SIZE (hyperestraier-0.10.4.tgz) = 10047