mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-Kwiki 0.31, the Kwiki Wiki Building Framework.
PR: ports/69172 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
This commit is contained in:
parent
1f8dcb3677
commit
73b84f7a40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113797
@ -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
|
||||
|
62
www/p5-Kwiki/Makefile
Normal file
62
www/p5-Kwiki/Makefile
Normal file
@ -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>
|
2
www/p5-Kwiki/distinfo
Normal file
2
www/p5-Kwiki/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Kwiki-0.31.tar.gz) = 6f5395153c128477fb18011c900f5b48
|
||||
SIZE (Kwiki-0.31.tar.gz) = 33978
|
22
www/p5-Kwiki/pkg-descr
Normal file
22
www/p5-Kwiki/pkg-descr
Normal file
@ -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>
|
9
www/p5-Kwiki/pkg-message
Normal file
9
www/p5-Kwiki/pkg-message
Normal file
@ -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.
|
||||
/* ================================================================= */
|
35
www/p5-Kwiki/pkg-plist
Normal file
35
www/p5-Kwiki/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user