mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Add zope-groupuserfolder.
GroupUserFolder is a kind of user folder that provides a special kind of user Some users are "flagged" as GROUP and then normal users will be able to belong serveral groups. PR: ports/62776 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
This commit is contained in:
parent
5de6be78f5
commit
ba10ee47c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100934
@ -607,6 +607,7 @@
|
||||
SUBDIR += zope-epoz
|
||||
SUBDIR += zope-exuserfolder
|
||||
SUBDIR += zope-formulator
|
||||
SUBDIR += zope-groupuserfolder
|
||||
SUBDIR += zope-guf
|
||||
SUBDIR += zope-parsedxml
|
||||
SUBDIR += zope-proxyindex
|
||||
|
54
www/zope-groupuserfolder/Makefile
Normal file
54
www/zope-groupuserfolder/Makefile
Normal file
@ -0,0 +1,54 @@
|
||||
# New ports collection makefile for: zope-groupuserfolder
|
||||
# Date created: 21 January 2004
|
||||
# Whom: Khairil Yusof
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= groupuserfolder
|
||||
PORTVERSION= 2.0b2
|
||||
CATEGORIES= www zope
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= collective
|
||||
PKGNAMEPREFIX= zope-
|
||||
DISTNAME= GroupUserFolder-2.0Beta2
|
||||
|
||||
MAINTAINER= kaeru@inigo-tech.com
|
||||
COMMENT= GroupUserFolder product for Zope
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_ZOPE= yes
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
EXTRACT_CMD= tar
|
||||
EXTRACT_BEFORE_ARGS= -zxvf
|
||||
EXTRACT_AFTER_ARGS= --exclude debian
|
||||
WRKSRC= ${WRKDIR}/GroupUserFolder
|
||||
|
||||
PRODUCTNAME= GroupUserFolder
|
||||
|
||||
do-build:
|
||||
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
|
||||
|
||||
pre-install:
|
||||
@${RM} -f ${PLIST}
|
||||
@${TOUCH} ${PLIST}
|
||||
@cd ${WRKDIR} ;\
|
||||
for f in `${FIND} ${PRODUCTNAME} -type f`; do \
|
||||
${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
|
||||
done; \
|
||||
for d in `${FIND} -d ${PRODUCTNAME} -type d`; do \
|
||||
${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
|
||||
done;
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
|
||||
@${CHMOD} -R og+rX ${WRKSRC}/
|
||||
@${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
|
||||
|
||||
post-install:
|
||||
.if !defined(BATCH)
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/zope-groupuserfolder/distinfo
Normal file
1
www/zope-groupuserfolder/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (zope/GroupUserFolder-2.0Beta2.tar.gz) = 1b1922ff25c496bbc837f31a486d6b04
|
8
www/zope-groupuserfolder/pkg-descr
Normal file
8
www/zope-groupuserfolder/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
GroupUserFolder is a kind of user folder that provides a special kind of user
|
||||
Some users are "flagged" as GROUP and then normal users will be able to belong
|
||||
serveral groups.
|
||||
|
||||
WWW: http://ingeniweb.sourceforge.net/Products/GroupUserFolder
|
||||
|
||||
- Khairil Yusof
|
||||
kaeru@inigo-tech.com
|
3
www/zope-groupuserfolder/pkg-message
Normal file
3
www/zope-groupuserfolder/pkg-message
Normal file
@ -0,0 +1,3 @@
|
||||
To complete the installation of GroupUserFolder:
|
||||
|
||||
- Restart Zope. This may be done from the Zope Control Panel.
|
Loading…
Reference in New Issue
Block a user