Add zope-guf 1.2.4, a roll-your-own user folder product for Zope.

This commit is contained in:
Johann Visagie 2001-08-16 12:21:47 +00:00
parent c1fce1cc6a
commit 1bb3a6a5ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46324
7 changed files with 99 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# $FreeBSD$
#
SUBDIR += zope-guf
SUBDIR += zope-zpt
SUBDIR += zope-zwiki

48
www/zope-guf/Makefile Normal file
View File

@ -0,0 +1,48 @@
# New ports collection makefile for: zope-zpt
# Date created: 15 August 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= guf
PORTVERSION= 1.2.4
CATEGORIES= www zope
MASTER_SITES= http://www.zope.org/Members/Zen/GenericUserFolder/
PKGNAMEPREFIX= zope-
DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION:S|.|-|g}
EXTRACT_SUFX= .tgz
MAINTAINER= wjv@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
USE_PYTHON= yes
DIST_SUBDIR= zope
# You can change this in the environment if you like
SZOPEBASEDIR?= www/Zope
# Don't change these
ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR}
ZOPEPRODUCTNAME= GenericUserFolder
ZOPEPRODUCTDIR= lib/python/Products
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
CPIO= cpio --quiet -pdum -R
do-build:
@ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@ cd ${WRKSRC} && find * | ${CPIO} ${BINOWN}:${BINGRP} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
post-install:
.if !defined(BATCH)
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>

1
www/zope-guf/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (zope/GenericUserFolder-1-2-4.tgz) = 471348e54d1c4977b75d05513fa1bce3

1
www/zope-guf/pkg-comment Normal file
View File

@ -0,0 +1 @@
A roll-your-own user folder product for Zope

15
www/zope-guf/pkg-descr Normal file
View File

@ -0,0 +1,15 @@
GenericUserFolder (GUF) is a Zope product which allows you to "roll your own"
Zope user folders.
Using GUF you can authenticate users of Zope-based applications using SQL
databases, NIS, LDAP, or whatever other technology you can conceive, limited
only by your ability to write the code to interface with that technology.
NOTE: GUF is regarded as being deprecated in favour of the LoginManager
product. However, due to the relative complexity of LoginManager (and
the straightforward simplicity of GUF), GUF is still widely used.
Author: <zen@cs.rmit.edu.au>
WWW: http://www.zope.org/Members/Zen/GenericUserFolder/
-- Johann Visagie <wjv@FreeBSD.org>

4
www/zope-guf/pkg-message Normal file
View File

@ -0,0 +1,4 @@
===> Zope GenericUserFolder post-port installation instructions:
To complete the installation of this port, you need to estart Zope. This
may be done from the Zope Control Panel in the Zope management interface.

29
www/zope-guf/pkg-plist Normal file
View File

@ -0,0 +1,29 @@
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/GenericUserFolder.py
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/GenericUserFolder.pyc
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/LICENCE.txt
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/Makefile
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/User.py
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/User.pyc
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/WALKTHROUGH.txt
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/addGenericUserFolder.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/folder.gif
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/manage_cache.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/manage_listUsers.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/manage_properties.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/manage_userInfo.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/docLogin.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/docLoginSuccess.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/docLogout.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/userAuthenticate.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/userDomains.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/userList.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb/userRoles.dtml
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/user.gif
%%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/version.txt
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates/dumb
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder/templates
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/GenericUserFolder