diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-17 17:17:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-17 17:17:36 +0800 |
commit | c050c3490c8cd6368ff582461bd3147e087494f9 (patch) | |
tree | c46cc54188d19e72e100986ab4338a55e14fd8df /www | |
parent | 620aadd25f4f8a5f8f5ae9a081067bb85496c6e7 (diff) | |
download | freebsd-ports-gnome-c050c3490c8cd6368ff582461bd3147e087494f9.tar.gz freebsd-ports-gnome-c050c3490c8cd6368ff582461bd3147e087494f9.tar.zst freebsd-ports-gnome-c050c3490c8cd6368ff582461bd3147e087494f9.zip |
Add p5-Kwiki 0.31, the Kwiki Wiki Building Framework.
PR: ports/69172
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Kwiki/Makefile | 62 | ||||
-rw-r--r-- | www/p5-Kwiki/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Kwiki/pkg-descr | 22 | ||||
-rw-r--r-- | www/p5-Kwiki/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki/pkg-plist | 35 |
6 files changed, 131 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 834d6d6cc14e..1ef500a62b41 100644 --- a/www/Makefile +++ b/www/Makefile @@ -466,6 +466,7 @@ SUBDIR += p5-HTTPD-Log-Filter SUBDIR += p5-HTTPD-Tools SUBDIR += p5-IMDB-Movie + SUBDIR += p5-Kwiki SUBDIR += p5-LWP-Authen-Wsse SUBDIR += p5-MasonX-Apache2Handler SUBDIR += p5-MasonX-Interp-WithCallbacks diff --git a/www/p5-Kwiki/Makefile b/www/p5-Kwiki/Makefile new file mode 100644 index 000000000000..c9f2e8b4a25d --- /dev/null +++ b/www/p5-Kwiki/Makefile @@ -0,0 +1,62 @@ +# New ports collection makefile for: p5-Kwiki +# Date created: Sat Jul 17 16:00:09 CST 2004 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= Kwiki +PORTVERSION= 0.31 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Kwiki +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= The Kwiki Wiki Building Framework + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ + ${SITE_PERL}/Spoon.pm:${PORTSDIR}/devel/p5-Spoon +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= kwiki.1 +MAN3= Kwiki.3 \ + Kwiki::Archive.3 \ + Kwiki::Base.3 \ + Kwiki::CGI.3 \ + Kwiki::Command.3 \ + Kwiki::Config.3 \ + Kwiki::ContentObject.3 \ + Kwiki::Cookie.3 \ + Kwiki::CSS.3 \ + Kwiki::Display.3 \ + Kwiki::Edit.3 \ + Kwiki::Formatter.3 \ + Kwiki::Files.3 \ + Kwiki::Htaccess.3 \ + Kwiki::Hub.3 \ + Kwiki::Icons.3 \ + Kwiki::Installer.3 \ + Kwiki::Javascript.3 \ + Kwiki::Pages.3 \ + Kwiki::Plugin.3 \ + Kwiki::Preferences.3 \ + Kwiki::Registry.3 \ + Kwiki::Template.3 Kwiki::Template::TT2.3 \ + Kwiki::Theme.3 Kwiki::Theme::Basic.3 \ + Kwiki::Toolbar.3 \ + Kwiki::Users.3 \ + Kwiki::Widgets.3 \ + +post-install: + @${CAT} ${PKGMESSAGE} + +.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 + +.include <bsd.port.post.mk> diff --git a/www/p5-Kwiki/distinfo b/www/p5-Kwiki/distinfo new file mode 100644 index 000000000000..539b24ec7f56 --- /dev/null +++ b/www/p5-Kwiki/distinfo @@ -0,0 +1,2 @@ +MD5 (Kwiki-0.31.tar.gz) = 6f5395153c128477fb18011c900f5b48 +SIZE (Kwiki-0.31.tar.gz) = 33978 diff --git a/www/p5-Kwiki/pkg-descr b/www/p5-Kwiki/pkg-descr new file mode 100644 index 000000000000..a25205b2555f --- /dev/null +++ b/www/p5-Kwiki/pkg-descr @@ -0,0 +1,22 @@ +Kwiki - The Kwiki Wiki Building Framework + +A Wiki is a website that allows its users to add pages, and edit any +existing pages. It is one of the most popular forms of web +collaboration. If you are new to wiki, visit +http://c2.com/cgi/wiki?WelcomeVisitors which is possibly the oldest +wiki, and has lots of information about how wikis work. + +Kwiki is a Perl wiki implementation based on the Spoon application +architecture and using the Spiffy object orientation model. The major +goals of Kwiki are that it be easy to install, maintain and extend. + +All the features of a Kwiki wiki come from plugin modules. The base +installation comes with the bare minimum plugins to make a working +Kwiki. To make a really nice Kwiki installation you need to install +additional plugins. Which plugins you pick is entirely up to you. +Another goal of Kwiki is that every installation will be unique. When +there are hundreds of plugins available, this will hopefully be the +case. + +WWW: http://www.kwiki.org/ +Author: Brian Ingerson <INGY at cpan.org> diff --git a/www/p5-Kwiki/pkg-message b/www/p5-Kwiki/pkg-message new file mode 100644 index 000000000000..acbea292aaf6 --- /dev/null +++ b/www/p5-Kwiki/pkg-message @@ -0,0 +1,9 @@ +/* ================================================================= */ +Note: + Kwiki software installed! Now you can install + your kwiki web directory by yourself: + +$ kwiki -new cgi-bin/my-kwiki + + Finally remember to point your browser at this location. +/* ================================================================= */ diff --git a/www/p5-Kwiki/pkg-plist b/www/p5-Kwiki/pkg-plist new file mode 100644 index 000000000000..228dabca54db --- /dev/null +++ b/www/p5-Kwiki/pkg-plist @@ -0,0 +1,35 @@ +bin/kwiki +%%SITE_PERL%%/Kwiki.pm +%%SITE_PERL%%/Kwiki/Archive.pm +%%SITE_PERL%%/Kwiki/Base.pm +%%SITE_PERL%%/Kwiki/CGI.pm +%%SITE_PERL%%/Kwiki/Command.pm +%%SITE_PERL%%/Kwiki/Config.pm +%%SITE_PERL%%/Kwiki/ContentObject.pm +%%SITE_PERL%%/Kwiki/Cookie.pm +%%SITE_PERL%%/Kwiki/CSS.pm +%%SITE_PERL%%/Kwiki/Display.pm +%%SITE_PERL%%/Kwiki/Edit.pm +%%SITE_PERL%%/Kwiki/Files.pm +%%SITE_PERL%%/Kwiki/Formatter.pm +%%SITE_PERL%%/Kwiki/Icons.pm +%%SITE_PERL%%/Kwiki/Installer.pm +%%SITE_PERL%%/Kwiki/Javascript.pm +%%SITE_PERL%%/Kwiki/Htaccess.pm +%%SITE_PERL%%/Kwiki/Hub.pm +%%SITE_PERL%%/Kwiki/Pages.pm +%%SITE_PERL%%/Kwiki/Plugin.pm +%%SITE_PERL%%/Kwiki/Preferences.pm +%%SITE_PERL%%/Kwiki/Registry.pm +%%SITE_PERL%%/Kwiki/Template.pm +%%SITE_PERL%%/Kwiki/Template/TT2.pm +%%SITE_PERL%%/Kwiki/Theme.pm +%%SITE_PERL%%/Kwiki/Theme/Basic.pm +%%SITE_PERL%%/Kwiki/Toolbar.pm +%%SITE_PERL%%/Kwiki/Users.pm +%%SITE_PERL%%/Kwiki/Widgets.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki +@dirrm %%SITE_PERL%%/Kwiki/Theme +@dirrm %%SITE_PERL%%/Kwiki/Template +@dirrm %%SITE_PERL%%/Kwiki |