1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Kwiki::PagePrivacy is a plugin that setup read/write level for

individual pages.
This commit is contained in:
Cheng-Lung Sung 2005-01-21 07:52:33 +00:00
parent 6f5d92ea8c
commit 16155fe3c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126986
6 changed files with 64 additions and 0 deletions

View File

@ -502,6 +502,7 @@
SUBDIR += p5-Kwiki-Atom
SUBDIR += p5-Kwiki-GDGraphGenerator
SUBDIR += p5-Kwiki-NewPage
SUBDIR += p5-Kwiki-PagePrivacy
SUBDIR += p5-Kwiki-RecentChanges
SUBDIR += p5-Kwiki-RecentChangesRSS
SUBDIR += p5-Kwiki-Revisions

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Kwiki-PagePrivacy
# Date created: Jan 21 2005
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= Kwiki-PagePrivacy
PORTVERSION= 0.10
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Kwiki
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Kwiki PagePrivacy Plugin
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Kwiki::PagePrivacy.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Kwiki-PagePrivacy-0.10.tar.gz) = 76f9031ad1be6f2c2fa7d6443acd1b67
SIZE (Kwiki-PagePrivacy-0.10.tar.gz) = 8437

View File

@ -0,0 +1,8 @@
Kwiki::PagePrivacy is a plugin that lets you mark individual pages as:
* Public - normal readable/writable
* Protected - readonly to everyone except the control group.
* Private - invisible to everyone but the control group.
WWW: http://search.cpan.org/dist/Kwiki-PagePrivacy/
Author: Brian Ingerson <INGY at cpan.org>

View File

@ -0,0 +1,15 @@
/* ================================================================= */
Note:
Kwiki-PagePrivacy plugin installed! Now you should add
to your kwiki in kwiki installation directory:
$ cd cgi-bin/my-kwiki
$ kwiki -add Kwiki::PagePrivacy
To active PagePrivacy, please check official site:
URL: http://www.kwiki.org/?KwikiPagePrivacy
Remeber to properly setup your .htaccess file
/* ================================================================= */

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Kwiki/PagePrivacy.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/PagePrivacy/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/PagePrivacy
@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true