Add two kwiki plugins which work with the p5-Kwiki-Theme-ColumnLayout plugin.

This commit is contained in:
Brian Somers 2005-06-04 10:44:16 +00:00
parent 261feb1dc8
commit 05b708a954
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136781
11 changed files with 124 additions and 0 deletions

View File

@ -535,7 +535,9 @@
SUBDIR += p5-Kwiki-Diff
SUBDIR += p5-Kwiki-GDGraphGenerator
SUBDIR += p5-Kwiki-Icons-Gnome
SUBDIR += p5-Kwiki-Infobox
SUBDIR += p5-Kwiki-ModPerl
SUBDIR += p5-Kwiki-NavigationToolbar
SUBDIR += p5-Kwiki-NewPage
SUBDIR += p5-Kwiki-PagePrivacy
SUBDIR += p5-Kwiki-RecentChanges

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Kwiki-Infobox
# Date created: Jun 4 2005
# Whom: brian
#
# $FreeBSD$
#
PORTNAME= Kwiki-Infobox
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Kwiki
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Kwiki navigation toolbar, works weel with Kwiki-ColumnLayout
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Kwiki::Infobox.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-Infobox-0.03.tar.gz) = 9551860b3c23489bf24029544ec5e49b
SIZE (Kwiki-Infobox-0.03.tar.gz) = 8054

View File

@ -0,0 +1,10 @@
Kwiki::Infobox -
Kwiki information box.
This module works with the Theme-ColumnLayout module. It allows a topic
to be placed in the left sidebar with {infobox: SomePage} placed somewhere
in each topic.
WWW: http://search.cpan.org/dist/Kwiki-Infobox/
Author: GUGOD <gugod at cpan.org>

View File

@ -0,0 +1,11 @@
/* ================================================================= */
Note:
Kwiki-Infobox plugin installed! Now you should add
to your kwiki from your kwiki installation directory:
$ cd cgi-bin/my-kwiki
$ kwiki -add Kwiki::Infobox
(Always) perldoc Kwiki::Infobox for details.
/* ================================================================= */

View File

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

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Kwiki-NavigationToolbar
# Date created: Jun 4 2005
# Whom: brian
#
# $FreeBSD$
#
PORTNAME= Kwiki-NavigationToolbar
PORTVERSION= 0.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Kwiki
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Kwiki navigation toolbar, works weel with Kwiki-ColumnLayout
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Kwiki::NavigationToolbar.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-NavigationToolbar-0.02.tar.gz) = 6f11161d6dfe843c85e5b166c7b0b543
SIZE (Kwiki-NavigationToolbar-0.02.tar.gz) = 8009

View File

@ -0,0 +1,10 @@
Kwiki::NavigationToolbar -
Kwiki navigation toolbar.
This module works well with the Theme-ColumnLayout module. It allows links
to be placed in the header box by editing the KwikiNavigationToolbar topic.
WWW: http://search.cpan.org/dist/Kwiki-NavigationToolbar/
Author: GUGOD <gugod at cpan.org>

View File

@ -0,0 +1,11 @@
/* ================================================================= */
Note:
Kwiki-NavigationToolbar plugin installed! Now you should add
to your kwiki from your kwiki installation directory:
$ cd cgi-bin/my-kwiki
$ kwiki -add Kwiki::NavigationToolbar
(Always) perldoc Kwiki::NavigationToolbar for details.
/* ================================================================= */

View File

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