- This module provide a simple column layout for kwiki site
- I've made a dummy patch, 'cos the required 3 modules are not really (and necessary) required. At least for version 0.08 .
This commit is contained in:
parent
0c146d221b
commit
1d73ef0b81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126941
7 changed files with 79 additions and 0 deletions
|
@ -506,6 +506,7 @@
|
|||
SUBDIR += p5-Kwiki-RecentChangesRSS
|
||||
SUBDIR += p5-Kwiki-Revisions
|
||||
SUBDIR += p5-Kwiki-Search
|
||||
SUBDIR += p5-Kwiki-Theme-ColumnLayout
|
||||
SUBDIR += p5-Kwiki-UserName
|
||||
SUBDIR += p5-Kwiki-UserPreferences
|
||||
SUBDIR += p5-Kwiki-plugins
|
||||
|
|
34
www/p5-Kwiki-Theme-ColumnLayout/Makefile
Normal file
34
www/p5-Kwiki-Theme-ColumnLayout/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: p5-Kwiki-Theme-ColumnLayout
|
||||
# Date created: Jan 20 2005
|
||||
# Whom: clsung
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Kwiki-Theme-ColumnLayout
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Kwiki
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Kwiki Theme with two/three column layout
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Kwiki::Theme::ColumnLayout.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-Theme-ColumnLayout/distinfo
Normal file
2
www/p5-Kwiki-Theme-ColumnLayout/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Kwiki-Theme-ColumnLayout-0.08.tar.gz) = 269dc809c351cce0e7811a02331799f7
|
||||
SIZE (Kwiki-Theme-ColumnLayout-0.08.tar.gz) = 9335
|
12
www/p5-Kwiki-Theme-ColumnLayout/files/patch-Makefile.PL
Normal file
12
www/p5-Kwiki-Theme-ColumnLayout/files/patch-Makefile.PL
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- Makefile.PL.orig Wed Jan 12 14:26:26 2005
|
||||
+++ Makefile.PL Thu Jan 20 20:29:51 2005
|
||||
@@ -7,9 +7,6 @@
|
||||
license ('perl');
|
||||
version_from ('lib/Kwiki/Theme/ColumnLayout.pm');
|
||||
requires ('Kwiki');
|
||||
-requires ('Kwiki::ConfigBlocks');
|
||||
-requires ('Kwiki::Infobox');
|
||||
-requires ('Kwiki::NavigationToolbar');
|
||||
|
||||
&WriteAll;
|
||||
|
8
www/p5-Kwiki-Theme-ColumnLayout/pkg-descr
Normal file
8
www/p5-Kwiki-Theme-ColumnLayout/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Kwiki::Theme::ColumnLayout -
|
||||
|
||||
Kwiki Theme with two/three column layout.
|
||||
|
||||
This module provide a simple column layout for your kwiki site.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Kwiki-Theme-ColumnLayout/
|
||||
Author: GUGOD <gugod at cpan.org>
|
16
www/p5-Kwiki-Theme-ColumnLayout/pkg-message
Normal file
16
www/p5-Kwiki-Theme-ColumnLayout/pkg-message
Normal file
|
@ -0,0 +1,16 @@
|
|||
/* ================================================================= */
|
||||
Note:
|
||||
Kwiki-Theme-ColumnLayout plugin installed! Now you should add
|
||||
to your kwiki in kwiki installation directory:
|
||||
|
||||
$ cd cgi-bin/my-kwiki
|
||||
$ kwiki -add Kwiki::Theme::ColumnLayout
|
||||
|
||||
Also you may need to remove other themes you've installed
|
||||
before:
|
||||
|
||||
$ kwiki -remove Kwiki::Theme::Basic (for example)
|
||||
|
||||
(Always) perldoc Kwiki::Theme::ColumnLayout for details.
|
||||
|
||||
/* ================================================================= */
|
6
www/p5-Kwiki-Theme-ColumnLayout/pkg-plist
Normal file
6
www/p5-Kwiki-Theme-ColumnLayout/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/Kwiki/Theme/ColumnLayout.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Theme/ColumnLayout/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Theme/ColumnLayout
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Theme 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Kwiki/Theme 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true
|
Loading…
Reference in a new issue