Import p5-Kwiki-0.36 as www/p5-Kwiki, an extensible, modular, Perl-based
Wiki. Kwiki is perhaps the simplest to install, most modular, and easiest to extend Wiki. A Wiki allows users to freely create and edit web pages in any web browser.
This commit is contained in:
parent
601eea5fc3
commit
264eb4728c
5 changed files with 28 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.8443 2004/12/25 21:47:45 minskim Exp $
|
||||
$NetBSD: CHANGES,v 1.8444 2004/12/25 23:15:19 jlam Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2004:
|
||||
|
||||
|
@ -6550,3 +6550,4 @@ Changes to the packages collection and infrastructure in 2004:
|
|||
Updated mtr to 0.67 [wiz 2004-12-25]
|
||||
Updated mtr-gtk to 0.67 [wiz 2004-12-25]
|
||||
Updated xbindkeys-tk to 1.7.1nb1 [minskim 2004-12-25]
|
||||
Added p5-Kwiki-0.36 [jlam 2004-12-25]
|
||||
|
|
3
www/p5-Kwiki/DESCR
Normal file
3
www/p5-Kwiki/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Kwiki is perhaps the simplest to install, most modular, and easiest
|
||||
to extend Wiki. A Wiki allows users to freely create and edit web
|
||||
pages in any web browser.
|
18
www/p5-Kwiki/Makefile
Normal file
18
www/p5-Kwiki/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/12/25 23:15:15 jlam Exp $
|
||||
|
||||
DISTNAME= Kwiki-0.36
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
|
||||
|
||||
MAINTAINER= jlam@NetBSD.org
|
||||
HOMEPAGE= http://www.kwiki.org/
|
||||
COMMENT= Extensible, modular, Perl-based Wiki
|
||||
|
||||
DEPENDS+= p5-Spoon>=0.20:../../devel/p5-Spoon
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Kwiki/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
www/p5-Kwiki/PLIST
Normal file
1
www/p5-Kwiki/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/25 23:15:15 jlam Exp $
|
4
www/p5-Kwiki/distinfo
Normal file
4
www/p5-Kwiki/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/12/25 23:15:15 jlam Exp $
|
||||
|
||||
SHA1 (Kwiki-0.36.tar.gz) = a77eaa72f95bd904e4b2d4cf81def5482225da63
|
||||
Size (Kwiki-0.36.tar.gz) = 40059 bytes
|
Loading…
Reference in a new issue