diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 20:55:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-02 20:55:36 +0000 |
commit | a3b3fce08c4025bfa28e3946d68db22a04966018 (patch) | |
tree | d084583fdad9ec3c4a267bd9a27803ca03783c29 /www/zope-xmlwidgets | |
parent | 8233a5b8961cd59477734e9a75d6271880d2ac7d (diff) | |
download | ports-a3b3fce08c4025bfa28e3946d68db22a04966018.tar.gz ports-a3b3fce08c4025bfa28e3946d68db22a04966018.zip |
Notes
Diffstat (limited to 'www/zope-xmlwidgets')
-rw-r--r-- | www/zope-xmlwidgets/Makefile | 11 | ||||
-rw-r--r-- | www/zope-xmlwidgets/distinfo | 2 | ||||
-rw-r--r-- | www/zope-xmlwidgets/pkg-descr | 2 | ||||
-rw-r--r-- | www/zope-xmlwidgets/pkg-plist | 2 |
4 files changed, 11 insertions, 6 deletions
diff --git a/www/zope-xmlwidgets/Makefile b/www/zope-xmlwidgets/Makefile index 76827d61f2ad..007c3c05bf90 100644 --- a/www/zope-xmlwidgets/Makefile +++ b/www/zope-xmlwidgets/Makefile @@ -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} diff --git a/www/zope-xmlwidgets/distinfo b/www/zope-xmlwidgets/distinfo index 3ec0705141e6..eabd9c8453fe 100644 --- a/www/zope-xmlwidgets/distinfo +++ b/www/zope-xmlwidgets/distinfo @@ -1 +1 @@ -MD5 (zope/XMLWidgets-0.9.tgz) = 7272e9d95ba94b63ccd2a07f01ead805 +MD5 (zope/XMLWidgets-0.10.2.tgz) = 9b25bc916ce3acaf40033b8e0344d55b diff --git a/www/zope-xmlwidgets/pkg-descr b/www/zope-xmlwidgets/pkg-descr index 031e1034901c..5f9182c6fb57 100644 --- a/www/zope-xmlwidgets/pkg-descr +++ b/www/zope-xmlwidgets/pkg-descr @@ -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 diff --git a/www/zope-xmlwidgets/pkg-plist b/www/zope-xmlwidgets/pkg-plist index a59f8ebdd56d..32456ad04348 100644 --- a/www/zope-xmlwidgets/pkg-plist +++ b/www/zope-xmlwidgets/pkg-plist @@ -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 |