mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update to 0.10.2
PR: ports/60739 Submitted by: Tim Middleton <x@vex.net> (maintainer)
This commit is contained in:
parent
8233a5b896
commit
a3b3fce08c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97105
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmlwidgets
|
||||
PORTVERSION= 0.9
|
||||
PORTVERSION= 0.10.2
|
||||
CATEGORIES= www zope
|
||||
MASTER_SITES= http://www.zope.org/Members/faassen/XMLWidgets/${PORTVERSION}/
|
||||
MASTER_SITES= http://zope.org/Members/infrae/XMLWidgets/XMLWidgets-${PORTVERSION}/
|
||||
PKGNAMEPREFIX= zope-
|
||||
DISTNAME= XMLWidgets-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -24,8 +24,11 @@ DIST_SUBDIR= zope
|
||||
|
||||
ZOPEPRODUCTNAME=XMLWidgets
|
||||
|
||||
# yes, some of us are running zope on python 2.2
|
||||
PYTHON_VERSION= python2.2
|
||||
# yes, some of us are running zope on python 2.3
|
||||
#PYTHON_VERSION= python2.3
|
||||
|
||||
# You can change this in the environment if you like.
|
||||
#SZOPEBASEDIR?= www/Zope
|
||||
|
||||
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
|
||||
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zope/XMLWidgets-0.9.tgz) = 7272e9d95ba94b63ccd2a07f01ead805
|
||||
MD5 (zope/XMLWidgets-0.10.2.tgz) = 9b25bc916ce3acaf40033b8e0344d55b
|
||||
|
@ -3,4 +3,4 @@ ParsedXML documents to HTML pages. Each XML node is represented by a widget.
|
||||
A widget can display itself (to HTML), and handle user events (clicks, form
|
||||
submits) in the same HTML page.
|
||||
|
||||
WWW: http://www.zope.org/Members/faassen/XMLWidgets
|
||||
WWW: http://www.zope.org/Members/infrae/XMLWidgets
|
||||
|
@ -23,12 +23,14 @@
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/WidgetRegistry.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/__init__.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/helpers.pyc
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/homepage.html
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/version.txt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/editorServiceAdd.zpt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/editorServiceInfoTab.zpt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/editor_service.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/widgetRegistryAdd.zpt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/widgetRegistryInfoTab.zpt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/editorServiceEditTab.zpt
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/widget_registry.gif
|
||||
%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/widget_service.gif
|
||||
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www
|
||||
|
Loading…
Reference in New Issue
Block a user