diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-18 18:51:22 +0000 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-18 18:51:22 +0000 |
commit | 4eb0a35d11198108b28613fd7c9329c76d17e5c5 (patch) | |
tree | bd231754921a9dfd556a7f927b81e076b1881b35 /www | |
parent | c14df584bf3e107a63510ea777c7d18c0e401401 (diff) | |
download | FreeBSD-ports-4eb0a35d11198108b28613fd7c9329c76d17e5c5.zip FreeBSD-ports-4eb0a35d11198108b28613fd7c9329c76d17e5c5.tar.gz |
Add KnowledgeKit, a Zope product that manages knowledge bases and FAQs.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/knowledgekit/Makefile | 40 | ||||
-rw-r--r-- | www/knowledgekit/distinfo | 1 | ||||
-rw-r--r-- | www/knowledgekit/files/MESSAGE | 13 | ||||
-rw-r--r-- | www/knowledgekit/pkg-comment | 1 | ||||
-rw-r--r-- | www/knowledgekit/pkg-descr | 14 | ||||
-rw-r--r-- | www/knowledgekit/pkg-plist | 2 |
7 files changed, 72 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index baa91ef..7357644 100644 --- a/www/Makefile +++ b/www/Makefile @@ -67,6 +67,7 @@ SUBDIR += junkbuster SUBDIR += kannel SUBDIR += kdreamsite + SUBDIR += knowledgekit SUBDIR += kwebsearch SUBDIR += kwebwatch SUBDIR += libghttp diff --git a/www/knowledgekit/Makefile b/www/knowledgekit/Makefile new file mode 100644 index 0000000..0c17a74 --- /dev/null +++ b/www/knowledgekit/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: KnowledgeKit +# Date created: 18 Sep 2000 +# Whom: Neil Blakey-Milner +# +# $FreeBSD$ +# + +PORTNAME= knowledgekit +PORTVERSION= 1.6.7 +CATEGORIES= www +MASTER_SITES= http://www.zope.org/Members/Bill/Products/KnowledgeKit/ +DISTNAME= KnowledgeKit-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= nbm@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope + +NO_BUILD= YES +PKGMESSAGE= ${WRKDIR}/.MESSAGE + +# You can change this in the environment if you like. +SZOPEBASEDIR?= www/Zope + +# Don't change these +ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} +ZOPEPRODUCTNAME= KnowledgeKit +ZOPEPRODUCTDIR= lib/python/Products + +WRKSRC= ${WRKDIR}/import + +PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} + +do-install: + @${CP} ${WRKSRC}/* \ + ${ZOPEBASEDIR}/import + @perl -pe 's#%%PREFIX%%#${PREFIX}#; s#%%VER%%#${PORTVERSION}#' ${FILESDIR}/MESSAGE > ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/www/knowledgekit/distinfo b/www/knowledgekit/distinfo new file mode 100644 index 0000000..342f87d --- /dev/null +++ b/www/knowledgekit/distinfo @@ -0,0 +1 @@ +MD5 (KnowledgeKit-1.6.7.tgz) = 734d8e8a3fb13e02afd6fb993c2b5369 diff --git a/www/knowledgekit/files/MESSAGE b/www/knowledgekit/files/MESSAGE new file mode 100644 index 0000000..8e5e705 --- /dev/null +++ b/www/knowledgekit/files/MESSAGE @@ -0,0 +1,13 @@ +KnowledgeKit + + This port has placed KnowledgeKit in your Zope import directory + %%PREFIX%%/Zope/import/ with the following files: + + KnowledgeKit-%%VER%%.zexp + KnowledgeKit_Example.zexp + + To add KnowledgeKit to your Zope install, go into the management + interface, press the "Import/Export" button, and type in the + file names above. The first is the KnowledgeKit Product, and + the second is a demo. You can't add the demo as the Zope + superuser; add it as your Zope user instead. diff --git a/www/knowledgekit/pkg-comment b/www/knowledgekit/pkg-comment new file mode 100644 index 0000000..89f2d26 --- /dev/null +++ b/www/knowledgekit/pkg-comment @@ -0,0 +1 @@ +A mechanism for the automatic creation and maintenance of Knowledge Bases diff --git a/www/knowledgekit/pkg-descr b/www/knowledgekit/pkg-descr new file mode 100644 index 0000000..5672b3c --- /dev/null +++ b/www/knowledgekit/pkg-descr @@ -0,0 +1,14 @@ +The KnowledgeKit provides a mechanism for the automatic creation and
+maintenance of Knowledge Bases as well as FAQs. It provides a standard view
+that integrates with the overall site Zope.
+
+Latest Additions:
+ * An example folder
+ * Anonymous User FAQ Addiitons
+ * FAQ moderation support
+ * Knowledge Base Items can have support files
+ * Default views
+ * ZCatalog Awareness
+ * Simple How-To Object
+
+WWW: http://www.zope.org/Members/Bill/Products/KnowledgeKit/
diff --git a/www/knowledgekit/pkg-plist b/www/knowledgekit/pkg-plist new file mode 100644 index 0000000..d847af4 --- /dev/null +++ b/www/knowledgekit/pkg-plist @@ -0,0 +1,2 @@ +%%ZOPEBASEDIR%%/import/KnowledgeKit-1.6.7.zexp +%%ZOPEBASEDIR%%/import/KnowledgeKit_Example.zexp |