- Update to 0.5.1
- Use ${COPYTREE_SHARE} to install doc and examples
This commit is contained in:
parent
6ca23cbd64
commit
7dd340e36a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216655
6 changed files with 64 additions and 62 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%/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
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/lib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/static
|
||||
%%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%%/webpy
|
||||
%%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/config
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears
|
||||
%%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%%
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%/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
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/lib
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tutorial/geddit/static
|
||||
%%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%%/webpy
|
||||
%%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/config
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears/genshitest
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turbogears
|
||||
%%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%%
|
||||
|
|
Loading…
Reference in a new issue