diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-02 04:11:58 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-02 04:11:58 +0000 |
commit | cf031bde5511ad0b9dfd9504687d3e4bfd925642 (patch) | |
tree | a63685f69f3f236425cc0845f5b528b08a1fa08e | |
parent | bef97a793d4627445a4ced6fdd0836dba10eba91 (diff) | |
download | pkgsrc-cf031bde5511ad0b9dfd9504687d3e4bfd925642.tar.gz |
Import HTTP::Server::Simple::Kwiki-0.29 as www/HTTP-Server-Simple-Kwiki.
HTTP::Server::Simple::Kwiki is a standalone webserver for Kwiki. This
means that you don't need to run it under a proper webserver. This
is intended mostly for debugging Kwiki, or for when you just want to
play with it without having to configure Apache.
-rw-r--r-- | www/p5-HTTP-Server-Simple-Kwiki/DESCR | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Kwiki/Makefile | 20 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Kwiki/PLIST | 1 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Kwiki/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTTP-Server-Simple-Kwiki/DESCR b/www/p5-HTTP-Server-Simple-Kwiki/DESCR new file mode 100644 index 00000000000..e30bcdd646a --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Kwiki/DESCR @@ -0,0 +1,4 @@ +HTTP::Server::Simple::Kwiki is a standalone webserver for Kwiki. This +means that you don't need to run it under a proper webserver. This +is intended mostly for debugging Kwiki, or for when you just want to +play with it without having to configure Apache. diff --git a/www/p5-HTTP-Server-Simple-Kwiki/Makefile b/www/p5-HTTP-Server-Simple-Kwiki/Makefile new file mode 100644 index 00000000000..8bd18249eca --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Kwiki/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 04:11:58 jlam Exp $ + +DISTNAME= HTTP-Server-Simple-Kwiki-0.29 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Kwiki/ +COMMENT= standalone HTTP server for Kwiki + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/HTTP/Server/Simple/Kwiki/.packlist + +DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple +DEPENDS+= p5-IO-Capture-[0-9]*:../../devel/p5-IO-Capture +DEPENDS+= p5-Kwiki-[0-9]*:../../www/p5-Kwiki + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTTP-Server-Simple-Kwiki/PLIST b/www/p5-HTTP-Server-Simple-Kwiki/PLIST new file mode 100644 index 00000000000..585604c3fde --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Kwiki/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/02 04:11:58 jlam Exp $ diff --git a/www/p5-HTTP-Server-Simple-Kwiki/distinfo b/www/p5-HTTP-Server-Simple-Kwiki/distinfo new file mode 100644 index 00000000000..219482ccf17 --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Kwiki/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/02 04:11:58 jlam Exp $ + +SHA1 (HTTP-Server-Simple-Kwiki-0.29.tar.gz) = 484c934a784ba5ca922e024e19952637e0cdc06c +RMD160 (HTTP-Server-Simple-Kwiki-0.29.tar.gz) = 006bf427dce7f1d4ddc78de809136be5f31b498c +Size (HTTP-Server-Simple-Kwiki-0.29.tar.gz) = 2030 bytes |