diff options
author | nivit <nivit@FreeBSD.org> | 2010-09-21 23:52:20 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2010-09-21 23:52:20 +0800 |
commit | 48de0cba3d21dae83e5b1fed09e41e79380ef9ec (patch) | |
tree | 9a993c0a02f644a36a7a6ffacc7ea8b31eef9743 /www | |
parent | 0a415e45213ae918071e0c425bdb423d186725e7 (diff) | |
download | freebsd-ports-gnome-48de0cba3d21dae83e5b1fed09e41e79380ef9ec.tar.gz freebsd-ports-gnome-48de0cba3d21dae83e5b1fed09e41e79380ef9ec.tar.zst freebsd-ports-gnome-48de0cba3d21dae83e5b1fed09e41e79380ef9ec.zip |
- Update to 1.7.5.1
- Install documentation
Diffstat (limited to 'www')
-rw-r--r-- | www/py-paste/Makefile | 10 | ||||
-rw-r--r-- | www/py-paste/distinfo | 6 | ||||
-rw-r--r-- | www/py-paste/pkg-plist | 72 |
3 files changed, 84 insertions, 4 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile index ed6288f021d5..163554e81b32 100644 --- a/www/py-paste/Makefile +++ b/www/py-paste/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Paste -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.5.1 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -15,8 +15,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Tools for using a Web Server Gateway Interface stack +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYDISTUTILS_NOEGGINFO= yes +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} + @cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${DOCSDIR} +.endif + .include <bsd.port.mk> diff --git a/www/py-paste/distinfo b/www/py-paste/distinfo index 8ec18667135c..56b40c9a81db 100644 --- a/www/py-paste/distinfo +++ b/www/py-paste/distinfo @@ -1,3 +1,3 @@ -MD5 (Paste-1.7.5.tar.gz) = 8cf5a47639c4d3ccadd753fc4101be1f -SHA256 (Paste-1.7.5.tar.gz) = c60001b71525b1e47a358a2bec832bcae7598b7751036f554b53a106b9ab6839 -SIZE (Paste-1.7.5.tar.gz) = 520375 +MD5 (Paste-1.7.5.1.tar.gz) = 7ea5fabed7dca48eb46dc613c4b6c4ed +SHA256 (Paste-1.7.5.1.tar.gz) = 11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6 +SIZE (Paste-1.7.5.1.tar.gz) = 523304 diff --git a/www/py-paste/pkg-plist b/www/py-paste/pkg-plist index a6e6951ed682..9edc4e25a56a 100644 --- a/www/py-paste/pkg-plist +++ b/www/py-paste/pkg-plist @@ -269,6 +269,78 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/paste/wsgiwrappers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/paste/wsgiwrappers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/paste/wsgiwrappers.pyo +%%PORTDOCS%%%%DOCSDIR%%/DeveloperGuidelines.html +%%PORTDOCS%%%%DOCSDIR%%/StyleGuide.html +%%PORTDOCS%%%%DOCSDIR%%/community/index.html +%%PORTDOCS%%%%DOCSDIR%%/community/mailing-list.html +%%PORTDOCS%%%%DOCSDIR%%/community/repository.html +%%PORTDOCS%%%%DOCSDIR%%/developer-features.html +%%PORTDOCS%%%%DOCSDIR%%/do-it-yourself-framework.html +%%PORTDOCS%%%%DOCSDIR%%/download/index.html +%%PORTDOCS%%%%DOCSDIR%%/future.html +%%PORTDOCS%%%%DOCSDIR%%/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/include/contact.html +%%PORTDOCS%%%%DOCSDIR%%/include/reference_header.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/license.html +%%PORTDOCS%%%%DOCSDIR%%/modindex.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.auth_tkt.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.basic.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.cas.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.cookie.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.digest.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.form.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.grantip.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.multi.html +%%PORTDOCS%%%%DOCSDIR%%/modules/auth.open_id.html +%%PORTDOCS%%%%DOCSDIR%%/modules/cascade.html +%%PORTDOCS%%%%DOCSDIR%%/modules/cgiapp.html +%%PORTDOCS%%%%DOCSDIR%%/modules/cgitb_catcher.html +%%PORTDOCS%%%%DOCSDIR%%/modules/debug.debugapp.html +%%PORTDOCS%%%%DOCSDIR%%/modules/debug.fsdiff.html +%%PORTDOCS%%%%DOCSDIR%%/modules/debug.prints.html +%%PORTDOCS%%%%DOCSDIR%%/modules/debug.profile.html +%%PORTDOCS%%%%DOCSDIR%%/modules/debug.watchthreads.html +%%PORTDOCS%%%%DOCSDIR%%/modules/debug.wdg_validate.html +%%PORTDOCS%%%%DOCSDIR%%/modules/errordocument.html +%%PORTDOCS%%%%DOCSDIR%%/modules/evalexception.html +%%PORTDOCS%%%%DOCSDIR%%/modules/exceptions.html +%%PORTDOCS%%%%DOCSDIR%%/modules/fileapp.html +%%PORTDOCS%%%%DOCSDIR%%/modules/fixture.html +%%PORTDOCS%%%%DOCSDIR%%/modules/gzipper.html +%%PORTDOCS%%%%DOCSDIR%%/modules/httpexceptions.html +%%PORTDOCS%%%%DOCSDIR%%/modules/httpheaders.html +%%PORTDOCS%%%%DOCSDIR%%/modules/httpserver.html +%%PORTDOCS%%%%DOCSDIR%%/modules/lint.html +%%PORTDOCS%%%%DOCSDIR%%/modules/pony.html +%%PORTDOCS%%%%DOCSDIR%%/modules/progress.html +%%PORTDOCS%%%%DOCSDIR%%/modules/proxy.html +%%PORTDOCS%%%%DOCSDIR%%/modules/recursive.html +%%PORTDOCS%%%%DOCSDIR%%/modules/registry.html +%%PORTDOCS%%%%DOCSDIR%%/modules/reloader.html +%%PORTDOCS%%%%DOCSDIR%%/modules/request.html +%%PORTDOCS%%%%DOCSDIR%%/modules/response.html +%%PORTDOCS%%%%DOCSDIR%%/modules/session.html +%%PORTDOCS%%%%DOCSDIR%%/modules/transaction.html +%%PORTDOCS%%%%DOCSDIR%%/modules/translogger.html +%%PORTDOCS%%%%DOCSDIR%%/modules/url.html +%%PORTDOCS%%%%DOCSDIR%%/modules/urlmap.html +%%PORTDOCS%%%%DOCSDIR%%/modules/urlparser.html +%%PORTDOCS%%%%DOCSDIR%%/modules/util.import_string.html +%%PORTDOCS%%%%DOCSDIR%%/modules/util.multidict.html +%%PORTDOCS%%%%DOCSDIR%%/modules/wsgilib.html +%%PORTDOCS%%%%DOCSDIR%%/modules/wsgiwrappers.html +%%PORTDOCS%%%%DOCSDIR%%/news.html +%%PORTDOCS%%%%DOCSDIR%%/paste-httpserver-threadpool.html +%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html +%%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/testing-applications.html +%%PORTDOCS%%%%DOCSDIR%%/url-parsing-with-wsgi.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%%/include +%%PORTDOCS%%@dirrm %%DOCSDIR%%/download +%%PORTDOCS%%@dirrm %%DOCSDIR%%/community +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/paste/util @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/paste/exceptions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/paste/evalexception/media |