1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add ZNavigator, a Zope product to simplify the construction of

navigation bars.
This commit is contained in:
Neil Blakey-Milner 2000-09-18 20:02:54 +00:00
parent ce0c25e44c
commit 7c71836174
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32821
7 changed files with 83 additions and 0 deletions

View File

@ -192,6 +192,7 @@
SUBDIR += wwwstat
SUBDIR += xitami
SUBDIR += xswallow
SUBDIR += znavigator
SUBDIR += zope
.include <bsd.port.subdir.mk>

42
www/znavigator/Makefile Normal file
View File

@ -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 <bsd.port.mk>

1
www/znavigator/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ZNavigator-2.00.tgz) = 2adeee74c92910f6a65c929e8194821f

View File

@ -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.

View File

@ -0,0 +1 @@
A web-based news publishing and discussion product for Zope

6
www/znavigator/pkg-descr Normal file
View File

@ -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/

22
www/znavigator/pkg-plist Normal file
View File

@ -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