1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Add zope-silva, a Zope-based web application designed for the creation and

management of structured, textual content. Silva allows users to enter
new documents as well as edit existing documents using a web interface.

SilvaDocument and SilvaMetadata are included in this port.

WWW: http://www.zope.org/Members/infrae/Silva

PR:		ports/60757
Submitted by:	Tim Middleton <x@vex.net>
This commit is contained in:
Pav Lucistnik 2004-01-03 00:40:36 +00:00
parent 13c9213b70
commit dd79e1a7f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97148
6 changed files with 1446 additions and 0 deletions

View File

@ -591,6 +591,7 @@
SUBDIR += zope-guf
SUBDIR += zope-parsedxml
SUBDIR += zope-proxyindex
SUBDIR += zope-silva
SUBDIR += zope-silvaviews
SUBDIR += zope-xmlwidgets
SUBDIR += zope-zmysqlda

57
www/zope-silva/Makefile Normal file
View File

@ -0,0 +1,57 @@
# New ports collection makefile for: Silva
# Date created: 30 Dec 2003
# Whom: Tim Middleton
#
# $FreeBSD$
#
PORTNAME= silva
PORTVERSION= 0.9.3b1
CATEGORIES= www zope
MASTER_SITES= http://zope.org/Members/infrae/%SUBDIR%/:silva,document,metadata
MASTER_SITE_SUBDIR= Silva/Silva-${PORTVERSION}/:silva \
SilvaDocument/SilvaDocument-0.9.3b1/:document \
SilvaMetadata/SilvaMetadata-0.7.4/:metadata
PKGNAMEPREFIX= zope-
DISTFILES= Silva-${PORTVERSION}.tgz:silva \
SilvaDocument-0.9.3b1.tgz:document \
SilvaMetadata-0.7.4.tgz:metadata
MAINTAINER= x@Vex.Net
COMMENT= Web application to manage/edit structured documents
RUN_DEPENDS= ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/Annotations/__init__.py:${PORTSDIR}/www/zope-annotations \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/FileSystemSite/__init__.py:${PORTSDIR}/www/zope-FileSystemSite \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/Formulator/__init__.py:${PORTSDIR}/www/zope-formulator \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ProxyIndex/__init__.py:${PORTSDIR}/www/zope-proxyindex \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/SilvaViews/__init__.py:${PORTSDIR}/www/zope-silvaviews \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/XMLWidgets/__init__.py:${PORTSDIR}/www/zope-xmlwidgets
USE_PYTHON= yes
USE_ZOPE= yes
DIST_SUBDIR= zope
ZOPEPRODUCTNAME=Silva
# yes, some of us are running zope on python 2.3
#PYTHON_VERSION= python2.3
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
CPIO= cpio --quiet -pdum -R
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}
do-install:
@${CHMOD} -R og+rX ${WRKDIR}/
@${RM} -rf ${WRKDIR}/SilvaMetadata/Extensions/.svn
@ cd ${WRKDIR} && ${FIND} Silva* \
| ${CPIO} ${BINOWN}:${BINGRP} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>

3
www/zope-silva/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (zope/Silva-0.9.3b1.tgz) = 71471ea360242e051b3a17f3d6e3cb31
MD5 (zope/SilvaDocument-0.9.3b1.tgz) = c0a74b5853b2e95e5b8f6c0db1f1bd94
MD5 (zope/SilvaMetadata-0.7.4.tgz) = 2c09c6ad4cde44044aeb018df773dc06

5
www/zope-silva/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Silva is a Zope-based web application designed for the creation and
management of structured, textual content. Silva allows users to enter
new documents as well as edit existing documents using a web interface.
WWW: http://www.zope.org/Members/infrae/Silva

View File

@ -0,0 +1,8 @@
Silva, SilvaDocument, and SilvaMetadata are now installed.
- Restart Zope. This may be done from the Zope Control Panel.
- Verify that the Silva and dependant product are loaded
properly by examining them in Control_Panel/Products.
- Try adding a "Silva Root" via the Zope Management Interface.

1372
www/zope-silva/pkg-plist Normal file

File diff suppressed because it is too large Load Diff