From a6032c892fd9d51cb76c3b411a8eab9296468e45 Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 1 Oct 2002 18:01:37 +0000 Subject: helper to build navigation bars --- www/zope25-ZNavigator/DESCR | 7 +++++++ www/zope25-ZNavigator/Makefile | 22 ++++++++++++++++++++++ www/zope25-ZNavigator/PLIST | 22 ++++++++++++++++++++++ www/zope25-ZNavigator/distinfo | 4 ++++ 4 files changed, 55 insertions(+) create mode 100644 www/zope25-ZNavigator/DESCR create mode 100644 www/zope25-ZNavigator/Makefile create mode 100644 www/zope25-ZNavigator/PLIST create mode 100644 www/zope25-ZNavigator/distinfo (limited to 'www') diff --git a/www/zope25-ZNavigator/DESCR b/www/zope25-ZNavigator/DESCR new file mode 100644 index 00000000000..fb6a94b5120 --- /dev/null +++ b/www/zope25-ZNavigator/DESCR @@ -0,0 +1,7 @@ +The ZNavigator product was designed to simplify the construction +of navigation bars. It was written to make navbar management +easy for inexperienced contents managers, and provide some nifty features. +Many of the features and their usage are demonstrated in the navigator_demo +package, in the demo/ directory (see the INSTALL document for information +on how to intall the demos). The ZNavigator and NavItem also have online help +tabs. diff --git a/www/zope25-ZNavigator/Makefile b/www/zope25-ZNavigator/Makefile new file mode 100644 index 00000000000..7f0f3ac1ea3 --- /dev/null +++ b/www/zope25-ZNavigator/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/01 18:01:37 drochner Exp $ +# + +DISTNAME= ZNavigator-2.02 +PKGNAME= zope25-ZNavigator-2.02 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/jonas/ZNavigator/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.zope.org/Members/jonas/ZNavigator/ +COMMENT= creating navigation bars + +ZOPE_COPYPRODUCT= zope-std-copyproduct-long + +post-install: + ${CP} ${ZOPEDIR}/lib/python/Products/ZNavigator/demo/navigator_demo.zexp \ + ${ZOPEDIR}/import + ${RM} -rf ${ZOPEDIR}/lib/python/Products/ZNavigator/demo + +.include "../../www/zope25/product.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-ZNavigator/PLIST b/www/zope25-ZNavigator/PLIST new file mode 100644 index 00000000000..add341fafbb --- /dev/null +++ b/www/zope25-ZNavigator/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/01 18:01:37 drochner Exp $ +lib/zope/import/navigator_demo.zexp +lib/zope/lib/python/Products/ZNavigator/COPYING +lib/zope/lib/python/Products/ZNavigator/ChangeLog +lib/zope/lib/python/Products/ZNavigator/INSTALL +lib/zope/lib/python/Products/ZNavigator/README +lib/zope/lib/python/Products/ZNavigator/ZNavigator.py +lib/zope/lib/python/Products/ZNavigator/ZNavigator.pyc +lib/zope/lib/python/Products/ZNavigator/__init__.py +lib/zope/lib/python/Products/ZNavigator/__init__.pyc +lib/zope/lib/python/Products/ZNavigator/addNavItem.dtml +lib/zope/lib/python/Products/ZNavigator/addNavigator.dtml +lib/zope/lib/python/Products/ZNavigator/helpNavItem.dtml +lib/zope/lib/python/Products/ZNavigator/helpNavigator.dtml +lib/zope/lib/python/Products/ZNavigator/manageNavItem.dtml +lib/zope/lib/python/Products/ZNavigator/manageNavigator.dtml +lib/zope/lib/python/Products/ZNavigator/miscPropertyForm.dtml +lib/zope/lib/python/Products/ZNavigator/navigator.gif +lib/zope/lib/python/Products/ZNavigator/navitem.gif +lib/zope/lib/python/Products/ZNavigator/render.dtml +lib/zope/lib/python/Products/ZNavigator/version.txt +@dirrm lib/zope/lib/python/Products/ZNavigator diff --git a/www/zope25-ZNavigator/distinfo b/www/zope25-ZNavigator/distinfo new file mode 100644 index 00000000000..4c1f1107455 --- /dev/null +++ b/www/zope25-ZNavigator/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/01 18:01:37 drochner Exp $ + +SHA1 (zope/ZNavigator-2.02.tgz) = 8986047f47741a8973fa20af3b6ade4de1eca182 +Size (zope/ZNavigator-2.02.tgz) = 21747 bytes -- cgit v1.2.3