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:
parent
6f5d92ea8c
commit
16155fe3c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126986
@ -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
|
||||
|
34
www/p5-Kwiki-PagePrivacy/Makefile
Normal file
34
www/p5-Kwiki-PagePrivacy/Makefile
Normal 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>
|
2
www/p5-Kwiki-PagePrivacy/distinfo
Normal file
2
www/p5-Kwiki-PagePrivacy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Kwiki-PagePrivacy-0.10.tar.gz) = 76f9031ad1be6f2c2fa7d6443acd1b67
|
||||
SIZE (Kwiki-PagePrivacy-0.10.tar.gz) = 8437
|
8
www/p5-Kwiki-PagePrivacy/pkg-descr
Normal file
8
www/p5-Kwiki-PagePrivacy/pkg-descr
Normal 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>
|
15
www/p5-Kwiki-PagePrivacy/pkg-message
Normal file
15
www/p5-Kwiki-PagePrivacy/pkg-message
Normal 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
|
||||
|
||||
/* ================================================================= */
|
4
www/p5-Kwiki-PagePrivacy/pkg-plist
Normal file
4
www/p5-Kwiki-PagePrivacy/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user