diff options
author | clsung <clsung@FreeBSD.org> | 2005-01-20 12:53:25 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-01-20 12:53:25 +0000 |
commit | 8441904d71944880187acedaa2616f156264de86 (patch) | |
tree | b98d9f516e573f92e71d44e2a23f0785ce39dd39 /www | |
parent | 4f119962bb2db0a7824d0095cdd2f0ede5057c45 (diff) | |
download | FreeBSD-ports-8441904d71944880187acedaa2616f156264de86.zip FreeBSD-ports-8441904d71944880187acedaa2616f156264de86.tar.gz |
- 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 .
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Kwiki-Theme-ColumnLayout/Makefile | 34 | ||||
-rw-r--r-- | www/p5-Kwiki-Theme-ColumnLayout/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Kwiki-Theme-ColumnLayout/files/patch-Makefile.PL | 12 | ||||
-rw-r--r-- | www/p5-Kwiki-Theme-ColumnLayout/pkg-descr | 8 | ||||
-rw-r--r-- | www/p5-Kwiki-Theme-ColumnLayout/pkg-message | 16 | ||||
-rw-r--r-- | www/p5-Kwiki-Theme-ColumnLayout/pkg-plist | 6 |
7 files changed, 79 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 2c5a49c..b2ddf5b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-Kwiki-Theme-ColumnLayout/Makefile b/www/p5-Kwiki-Theme-ColumnLayout/Makefile new file mode 100644 index 0000000..97d151e --- /dev/null +++ b/www/p5-Kwiki-Theme-ColumnLayout/Makefile @@ -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> diff --git a/www/p5-Kwiki-Theme-ColumnLayout/distinfo b/www/p5-Kwiki-Theme-ColumnLayout/distinfo new file mode 100644 index 0000000..b09f5a8 --- /dev/null +++ b/www/p5-Kwiki-Theme-ColumnLayout/distinfo @@ -0,0 +1,2 @@ +MD5 (Kwiki-Theme-ColumnLayout-0.08.tar.gz) = 269dc809c351cce0e7811a02331799f7 +SIZE (Kwiki-Theme-ColumnLayout-0.08.tar.gz) = 9335 diff --git a/www/p5-Kwiki-Theme-ColumnLayout/files/patch-Makefile.PL b/www/p5-Kwiki-Theme-ColumnLayout/files/patch-Makefile.PL new file mode 100644 index 0000000..1a1402d --- /dev/null +++ b/www/p5-Kwiki-Theme-ColumnLayout/files/patch-Makefile.PL @@ -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; + diff --git a/www/p5-Kwiki-Theme-ColumnLayout/pkg-descr b/www/p5-Kwiki-Theme-ColumnLayout/pkg-descr new file mode 100644 index 0000000..57f5f5d --- /dev/null +++ b/www/p5-Kwiki-Theme-ColumnLayout/pkg-descr @@ -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> diff --git a/www/p5-Kwiki-Theme-ColumnLayout/pkg-message b/www/p5-Kwiki-Theme-ColumnLayout/pkg-message new file mode 100644 index 0000000..27bb960 --- /dev/null +++ b/www/p5-Kwiki-Theme-ColumnLayout/pkg-message @@ -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. + +/* ================================================================= */ diff --git a/www/p5-Kwiki-Theme-ColumnLayout/pkg-plist b/www/p5-Kwiki-Theme-ColumnLayout/pkg-plist new file mode 100644 index 0000000..9df5106 --- /dev/null +++ b/www/p5-Kwiki-Theme-ColumnLayout/pkg-plist @@ -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 |