summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-02 04:51:01 +0000
committerjlam <jlam>2006-05-02 04:51:01 +0000
commit6ddafa737a1882462a5deb10b3de8ba2d3cea6e2 (patch)
treeef43c025c4c79d454967e3341bba8b0d1c544482
parent4105d51273db0c991e90b324f718f6af5b04d99e (diff)
downloadpkgsrc-6ddafa737a1882462a5deb10b3de8ba2d3cea6e2.tar.gz
Import Kwiki::Simple::Server::HTTP-0.03 as p5-Kwiki-Simple-Server-HTTP.
This Kwiki plugin can run a standalone HTTP server for the Kwiki under the current working directory. It is helpful for debugging purposes or for starting up a wiki site quickly. After installation, just run: kwiki -start and you can access the Kwiki site at http://localhost:8080/.
-rw-r--r--www/p5-Kwiki-Simple-Server-HTTP/DESCR7
-rw-r--r--www/p5-Kwiki-Simple-Server-HTTP/Makefile18
-rw-r--r--www/p5-Kwiki-Simple-Server-HTTP/PLIST1
-rw-r--r--www/p5-Kwiki-Simple-Server-HTTP/distinfo5
4 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Simple-Server-HTTP/DESCR b/www/p5-Kwiki-Simple-Server-HTTP/DESCR
new file mode 100644
index 00000000000..447d0cd602b
--- /dev/null
+++ b/www/p5-Kwiki-Simple-Server-HTTP/DESCR
@@ -0,0 +1,7 @@
+This Kwiki plugin can run a standalone HTTP server for the Kwiki under
+the current working directory. It is helpful for debugging purposes
+or for starting up a wiki site quickly. After installation, just run:
+
+ kwiki -start
+
+and you can access the Kwiki site at http://localhost:8080/.
diff --git a/www/p5-Kwiki-Simple-Server-HTTP/Makefile b/www/p5-Kwiki-Simple-Server-HTTP/Makefile
new file mode 100644
index 00000000000..aa799f412e3
--- /dev/null
+++ b/www/p5-Kwiki-Simple-Server-HTTP/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/02 04:51:01 jlam Exp $
+
+DISTNAME= Kwiki-Simple-Server-HTTP-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Kwiki/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Kwiki-Simple-Server-HTTP/
+COMMENT= Kwiki plugin to start a standalone Kwiki HTTP server
+
+DEPENDS+= p5-HTTP-Server-Simple-Kwiki-[0-9]*:../../www/p5-HTTP-Server-Simple-Kwiki
+DEPENDS+= p5-Kwiki>=0.37:../../www/p5-Kwiki
+
+PERL5_PACKLIST= auto/Kwiki/Simple/Server/HTTP/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-Kwiki-Simple-Server-HTTP/PLIST b/www/p5-Kwiki-Simple-Server-HTTP/PLIST
new file mode 100644
index 00000000000..a30bba78aa3
--- /dev/null
+++ b/www/p5-Kwiki-Simple-Server-HTTP/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/02 04:51:01 jlam Exp $
diff --git a/www/p5-Kwiki-Simple-Server-HTTP/distinfo b/www/p5-Kwiki-Simple-Server-HTTP/distinfo
new file mode 100644
index 00000000000..90e04272966
--- /dev/null
+++ b/www/p5-Kwiki-Simple-Server-HTTP/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/02 04:51:01 jlam Exp $
+
+SHA1 (Kwiki-Simple-Server-HTTP-0.03.tar.gz) = e8a8624c89ea42d3cd4ee2b634d7e16200a5c7d7
+RMD160 (Kwiki-Simple-Server-HTTP-0.03.tar.gz) = 9f0f82b1950666e8a2dfbcfb0f32480e7dcaa33f
+Size (Kwiki-Simple-Server-HTTP-0.03.tar.gz) = 7852 bytes