mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Add KnowledgeKit, a Zope product that manages knowledge bases and FAQs.
This commit is contained in:
parent
553bb85371
commit
5a2c39de20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32819
@ -67,6 +67,7 @@
|
||||
SUBDIR += junkbuster
|
||||
SUBDIR += kannel
|
||||
SUBDIR += kdreamsite
|
||||
SUBDIR += knowledgekit
|
||||
SUBDIR += kwebsearch
|
||||
SUBDIR += kwebwatch
|
||||
SUBDIR += libghttp
|
||||
|
40
www/knowledgekit/Makefile
Normal file
40
www/knowledgekit/Makefile
Normal file
@ -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>
|
1
www/knowledgekit/distinfo
Normal file
1
www/knowledgekit/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (KnowledgeKit-1.6.7.tgz) = 734d8e8a3fb13e02afd6fb993c2b5369
|
13
www/knowledgekit/files/MESSAGE
Normal file
13
www/knowledgekit/files/MESSAGE
Normal file
@ -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.
|
1
www/knowledgekit/pkg-comment
Normal file
1
www/knowledgekit/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A mechanism for the automatic creation and maintenance of Knowledge Bases
|
14
www/knowledgekit/pkg-descr
Normal file
14
www/knowledgekit/pkg-descr
Normal file
@ -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/
|
2
www/knowledgekit/pkg-plist
Normal file
2
www/knowledgekit/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%ZOPEBASEDIR%%/import/KnowledgeKit-1.6.7.zexp
|
||||
%%ZOPEBASEDIR%%/import/KnowledgeKit_Example.zexp
|
Loading…
x
Reference in New Issue
Block a user