diff options
author | edwin <edwin@FreeBSD.org> | 2003-12-29 13:01:56 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-12-29 13:01:56 +0800 |
commit | c3ab81a6c42e2fcf361953ee6fac1bdce2709e99 (patch) | |
tree | c827f15b31571a89d8de5e8be5915fe224b86137 /www/zope-xmlwidgets | |
parent | 0429ae1ed205cdb6e8b275cdd216565e2a6573d9 (diff) | |
download | freebsd-ports-gnome-c3ab81a6c42e2fcf361953ee6fac1bdce2709e99.tar.gz freebsd-ports-gnome-c3ab81a6c42e2fcf361953ee6fac1bdce2709e99.tar.zst freebsd-ports-gnome-c3ab81a6c42e2fcf361953ee6fac1bdce2709e99.zip |
[NEW PORT] www/zope-xmlwidgets: XMLWidgets - dynamic translations of ParsedXML to HTML pages
XMLWidgets is a Zope Product/Framework to create dynamic
translations of 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
PR: ports/54251
Submitted by: Tim Middleton <x@vex.net>
Diffstat (limited to 'www/zope-xmlwidgets')
-rw-r--r-- | www/zope-xmlwidgets/Makefile | 49 | ||||
-rw-r--r-- | www/zope-xmlwidgets/distinfo | 1 | ||||
-rw-r--r-- | www/zope-xmlwidgets/pkg-descr | 6 | ||||
-rw-r--r-- | www/zope-xmlwidgets/pkg-message | 6 | ||||
-rw-r--r-- | www/zope-xmlwidgets/pkg-plist | 36 |
5 files changed, 98 insertions, 0 deletions
diff --git a/www/zope-xmlwidgets/Makefile b/www/zope-xmlwidgets/Makefile new file mode 100644 index 000000000000..76827d61f2ad --- /dev/null +++ b/www/zope-xmlwidgets/Makefile @@ -0,0 +1,49 @@ +# New ports collection makefile for: XMLWidgets +# Date created: 3 Jul 2003 +# Whom: Tim Middleton +# +# $FreeBSD$ +# + +PORTNAME= xmlwidgets +PORTVERSION= 0.9 +CATEGORIES= www zope +MASTER_SITES= http://www.zope.org/Members/faassen/XMLWidgets/${PORTVERSION}/ +PKGNAMEPREFIX= zope- +DISTNAME= XMLWidgets-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= x@Vex.Net +COMMENT= XMLWidgets - dynamic translations of ParsedXML to HTML pages + +RUN_DEPENDS= ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ParsedXML/__init__.py:${PORTSDIR}/www/zope-parsedxml + +USE_PYTHON= yes +USE_ZOPE= yes +DIST_SUBDIR= zope + +ZOPEPRODUCTNAME=XMLWidgets + +# yes, some of us are running zope on python 2.2 +PYTHON_VERSION= python2.2 + +PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} +WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} +CPIO= cpio --quiet -pdum -R + +do-build: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + +do-install: + @ ${CHMOD} -R og+rX ${WRKSRC}/ + @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} + @ cd ${WRKSRC} && ${FIND} . \ + | ${CPIO} ${BINOWN}:${BINGRP} \ + ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} + +post-install: +.if !defined(BATCH) + @${CAT} ${PKGMESSAGE} +.endif + +.include <bsd.port.mk> diff --git a/www/zope-xmlwidgets/distinfo b/www/zope-xmlwidgets/distinfo new file mode 100644 index 000000000000..3ec0705141e6 --- /dev/null +++ b/www/zope-xmlwidgets/distinfo @@ -0,0 +1 @@ +MD5 (zope/XMLWidgets-0.9.tgz) = 7272e9d95ba94b63ccd2a07f01ead805 diff --git a/www/zope-xmlwidgets/pkg-descr b/www/zope-xmlwidgets/pkg-descr new file mode 100644 index 000000000000..031e1034901c --- /dev/null +++ b/www/zope-xmlwidgets/pkg-descr @@ -0,0 +1,6 @@ +XMLWidgets is a Zope Product/Framework to create dynamic translations of +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 diff --git a/www/zope-xmlwidgets/pkg-message b/www/zope-xmlwidgets/pkg-message new file mode 100644 index 000000000000..a16dcd690981 --- /dev/null +++ b/www/zope-xmlwidgets/pkg-message @@ -0,0 +1,6 @@ +To complete the installation of XMLWidgets: + + - Restart Zope. This may be done from the Zope Control Panel. + + - Verify that the XMLWidgets product is loaded properly by + examining them in Control_Panel/Products. diff --git a/www/zope-xmlwidgets/pkg-plist b/www/zope-xmlwidgets/pkg-plist new file mode 100644 index 000000000000..a59f8ebdd56d --- /dev/null +++ b/www/zope-xmlwidgets/pkg-plist @@ -0,0 +1,36 @@ +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/CREDITS.txt +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/EditorService.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/HISTORY.txt +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/INSTALL.txt +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/LICENSE.txt +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/README.txt +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/WidgetDOM.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/WidgetPathScheme.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/WidgetRegistry.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/helpers.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/test_EditorCache.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/test_EditorService.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/test_all.py +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/__init__.pyc +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/test_EditorCache.pyc +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/test_EditorService.pyc +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests/test_all.pyc +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/EditorService.pyc +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/WidgetDOM.pyc +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/WidgetPathScheme.pyc +%%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/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/widget_registry.gif +%%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www/widget_service.gif +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/www +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets/tests +@dirrm %%ZOPEBASEDIR%%/lib/python/Products/XMLWidgets |