summaryrefslogtreecommitdiff
path: root/www/knowledgekit
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-09-18 18:51:22 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-09-18 18:51:22 +0000
commit5a2c39de2001d44f6b92e2060925239f664f46a0 (patch)
treee119f8d915aa700c3b069098d64eb53be0dfd81d /www/knowledgekit
parentUpdate *-rtems-objc to the newest patches, also fixing the (diff)
Add KnowledgeKit, a Zope product that manages knowledge bases and FAQs.
Notes
Notes: svn path=/head/; revision=32819
Diffstat (limited to 'www/knowledgekit')
-rw-r--r--www/knowledgekit/Makefile40
-rw-r--r--www/knowledgekit/distinfo1
-rw-r--r--www/knowledgekit/files/MESSAGE13
-rw-r--r--www/knowledgekit/pkg-comment1
-rw-r--r--www/knowledgekit/pkg-descr14
-rw-r--r--www/knowledgekit/pkg-plist2
6 files changed, 71 insertions, 0 deletions
diff --git a/www/knowledgekit/Makefile b/www/knowledgekit/Makefile
new file mode 100644
index 000000000000..0c17a74ed397
--- /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 000000000000..342f87d3a02f
--- /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 000000000000..8e5e70549e7b
--- /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 000000000000..89f2d265e69a
--- /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 000000000000..5672b3c43c9a
--- /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 000000000000..d847af4f89ed
--- /dev/null
+++ b/www/knowledgekit/pkg-plist
@@ -0,0 +1,2 @@
+%%ZOPEBASEDIR%%/import/KnowledgeKit-1.6.7.zexp
+%%ZOPEBASEDIR%%/import/KnowledgeKit_Example.zexp