aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-genshi
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2008-07-10 20:44:55 +0800
committernivit <nivit@FreeBSD.org>2008-07-10 20:44:55 +0800
commitf0f8149f3633a2e606d8e767956744295fefa95f (patch)
tree453a8fd4316a401379c87d1bf00b34d8a4b1fd05 /textproc/py-genshi
parentbc3cd87dbc5e90c6b2d9c2f7cc8e0eb4b891c685 (diff)
downloadfreebsd-ports-gnome-f0f8149f3633a2e606d8e767956744295fefa95f.tar.gz
freebsd-ports-gnome-f0f8149f3633a2e606d8e767956744295fefa95f.tar.zst
freebsd-ports-gnome-f0f8149f3633a2e606d8e767956744295fefa95f.zip
- Update to 0.5.1
- Use ${COPYTREE_SHARE} to install doc and examples
Diffstat (limited to 'textproc/py-genshi')
-rw-r--r--textproc/py-genshi/Makefile6
-rw-r--r--textproc/py-genshi/distinfo6
-rw-r--r--textproc/py-genshi/pkg-plist49
3 files changed, 31 insertions, 30 deletions
diff --git a/textproc/py-genshi/Makefile b/textproc/py-genshi/Makefile
index e69d9d5707ee..696859512b7f 100644
--- a/textproc/py-genshi/Makefile
+++ b/textproc/py-genshi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Genshi
-PORTVERSION= 0.5
+PORTVERSION= 0.5.1
#PORTREVISION= 0
#PORTEPOCH= 0
CATEGORIES= textproc www python
@@ -28,12 +28,12 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
+ cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
- ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
+ cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
diff --git a/textproc/py-genshi/distinfo b/textproc/py-genshi/distinfo
index 3af715df2a30..a564658d2e03 100644
--- a/textproc/py-genshi/distinfo
+++ b/textproc/py-genshi/distinfo
@@ -1,3 +1,3 @@
-MD5 (Genshi-0.5.tar.gz) = 70576888e1d90ac121db491ec786bb2c
-SHA256 (Genshi-0.5.tar.gz) = 959e7e52c7d054049d3f9acec7ee69eac9465ff04c917c2e4c9eee9e8aeccd7f
-SIZE (Genshi-0.5.tar.gz) = 373403
+MD5 (Genshi-0.5.1.tar.gz) = 3bb8a86804cff044dbd097e5abed3f04
+SHA256 (Genshi-0.5.1.tar.gz) = a7fce788083fe2cfb091b3a5dfb9c25e45c2120c8ab78470b4eb858a7ee142d6
+SIZE (Genshi-0.5.1.tar.gz) = 375636
diff --git a/textproc/py-genshi/pkg-plist b/textproc/py-genshi/pkg-plist
index 1a8ce84211e9..54e20e0012e7 100644
--- a/textproc/py-genshi/pkg-plist
+++ b/textproc/py-genshi/pkg-plist
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
%%PORTDOCS%%%%DOCSDIR%%/2000ft.png
%%PORTDOCS%%%%DOCSDIR%%/api/api-objects.txt
@@ -208,35 +209,35 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpy/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpy/hello.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webpy/hello.py
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/api
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/common/conf
%%PORTDOCS%%@dirrm %%DOCSDIR%%/common/style
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/common/conf
%%PORTDOCS%%@dirrm %%DOCSDIR%%/common
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/api
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/cheetah
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/clearsilver
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django/templates
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django/templatetags
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/genshi
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/genshi_text
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/kid
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/mako
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/myghty
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/simpletal
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/config
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webpy
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/templates
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/static
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/lib
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/tests
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/templates
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/static/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/static
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/templates
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/tests
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest/config
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/lib
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/static
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/templates
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webpy
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/simpletal
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/myghty
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/mako
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/kid
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/genshi_text
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/genshi
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django/templatetags
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django/templates
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/django
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/clearsilver
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench/cheetah
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/bench
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/basic
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%