From 443af7cc1b3385217da1a2042066ee556d427039 Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 18 Sep 2000 20:02:54 +0000 Subject: Add ZNavigator, a Zope product to simplify the construction of navigation bars. --- www/Makefile | 1 + www/znavigator/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ www/znavigator/distinfo | 1 + www/znavigator/files/MESSAGE | 10 ++++++++++ www/znavigator/pkg-comment | 1 + www/znavigator/pkg-descr | 6 ++++++ www/znavigator/pkg-plist | 22 ++++++++++++++++++++++ 7 files changed, 83 insertions(+) create mode 100644 www/znavigator/Makefile create mode 100644 www/znavigator/distinfo create mode 100644 www/znavigator/files/MESSAGE create mode 100644 www/znavigator/pkg-comment create mode 100644 www/znavigator/pkg-descr create mode 100644 www/znavigator/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index 73576442eed0..4d91ce1d7447 100644 --- a/www/Makefile +++ b/www/Makefile @@ -192,6 +192,7 @@ SUBDIR += wwwstat SUBDIR += xitami SUBDIR += xswallow + SUBDIR += znavigator SUBDIR += zope .include diff --git a/www/znavigator/Makefile b/www/znavigator/Makefile new file mode 100644 index 000000000000..b9f9f5f27494 --- /dev/null +++ b/www/znavigator/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: ZNavigator +# Date created: 18 Sep 2000 +# Whom: Neil Blakey-Milner +# +# $FreeBSD$ +# + +PORTNAME= znavigator +PORTVERSION= 2.00 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/jonas/ZNavigator/ +DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= nbm@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope + +NO_BUILD= YES + +# You can change this in the environment if you like. +SZOPEBASEDIR?= www/Zope + +# Don't change these +ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} +ZOPEPRODUCTNAME= ZNavigator +ZOPEPRODUCTDIR= lib/python/Products + +ZOPEPRODUCTSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} + +PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} + +do-install: + @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/ + @${CP} -Rf ${ZOPEPRODUCTSRC}/* \ + ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}/ + @${CP} ${ZOPEPRODUCTSRC}/demo/navigator_demo.zexp \ + ${ZOPEBASEDIR}/import + @perl -pe 's#%%PREFIX%%#${PREFIX}#' ${FILESDIR}/MESSAGE > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} + +.include diff --git a/www/znavigator/distinfo b/www/znavigator/distinfo new file mode 100644 index 000000000000..72d83e782d7b --- /dev/null +++ b/www/znavigator/distinfo @@ -0,0 +1 @@ +MD5 (ZNavigator-2.00.tgz) = 2adeee74c92910f6a65c929e8194821f diff --git a/www/znavigator/files/MESSAGE b/www/znavigator/files/MESSAGE new file mode 100644 index 000000000000..551f2fd01067 --- /dev/null +++ b/www/znavigator/files/MESSAGE @@ -0,0 +1,10 @@ +ZNavigator + + This port has placed a ZNavigator demo in your Zope import + directory %%PREFIX%%/Zope/import/ with the following file: + + navigator_demo.zexp + + This is a demo. You can't add the demo as the Zope superuser; + add it as your Zope user instead. The demo is not required for + use of ZNavigator. diff --git a/www/znavigator/pkg-comment b/www/znavigator/pkg-comment new file mode 100644 index 000000000000..93b9652649cc --- /dev/null +++ b/www/znavigator/pkg-comment @@ -0,0 +1 @@ +A web-based news publishing and discussion product for Zope diff --git a/www/znavigator/pkg-descr b/www/znavigator/pkg-descr new file mode 100644 index 000000000000..5da301a028c5 --- /dev/null +++ b/www/znavigator/pkg-descr @@ -0,0 +1,6 @@ +SquishDot is a web-based news publishing and discussion product for the +Z Object Publishing Environment(ZOPE). It allows you to build a web-based +news site along with the capability to handle threaded discussions with +a minimum of configuration and day-to-day management. + +WWW: http://squishdot.org/ diff --git a/www/znavigator/pkg-plist b/www/znavigator/pkg-plist new file mode 100644 index 000000000000..b75913d14d1b --- /dev/null +++ b/www/znavigator/pkg-plist @@ -0,0 +1,22 @@ +%%ZOPEBASEDIR%%/import/navigator_demo.zexp +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/addNavigator.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/addNavItem.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/ChangeLog +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/COPYING +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/helpNavigator.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/helpNavItem.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/navitem.gif +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/__init__.py +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/INSTALL +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/manageNavigator.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/manageNavItem.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/miscPropertyForm.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/navigator.gif +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/README +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/render.dtml +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/version.txt +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/ZNavigator.py +%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/demo/navigator_demo.zexp +@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/*.pyc 2> /dev/null || /usr/bin/true +@unexec rmdir %D/%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator/demo +@unexec rmdir %D/%%ZOPEBASEDIR%%/lib/python/Products/ZNavigator -- cgit