summaryrefslogtreecommitdiff
path: root/www/haskell-cgi/pkg
diff options
context:
space:
mode:
authorjtb <jtb>2000-12-06 22:05:56 +0000
committerjtb <jtb>2000-12-06 22:05:56 +0000
commit5db601eda8fbcb1d16a642e841c7f3918356b7b5 (patch)
tree0b2f9cbc0217ba38f5a58124d8cf1b5797a59eb2 /www/haskell-cgi/pkg
parent89fd0cd0c1281cb769d3434a2cfcb1d18788b41c (diff)
downloadpkgsrc-5db601eda8fbcb1d16a642e841c7f3918356b7b5.tar.gz
Initial import of new "haskell-cgi" package:
CGI module for the Hugs Haskell 98 interpreter
Diffstat (limited to 'www/haskell-cgi/pkg')
-rw-r--r--www/haskell-cgi/pkg/COMMENT1
-rw-r--r--www/haskell-cgi/pkg/DESCR3
-rw-r--r--www/haskell-cgi/pkg/PLIST12
3 files changed, 16 insertions, 0 deletions
diff --git a/www/haskell-cgi/pkg/COMMENT b/www/haskell-cgi/pkg/COMMENT
new file mode 100644
index 00000000000..fe256806ea2
--- /dev/null
+++ b/www/haskell-cgi/pkg/COMMENT
@@ -0,0 +1 @@
+CGI module for the Hugs Haskell 98 interpreter
diff --git a/www/haskell-cgi/pkg/DESCR b/www/haskell-cgi/pkg/DESCR
new file mode 100644
index 00000000000..39907aa6050
--- /dev/null
+++ b/www/haskell-cgi/pkg/DESCR
@@ -0,0 +1,3 @@
+This is a CGI module for the Hugs 98 Haskell interpreter. It can be
+used with any webserver which supports CGI. Some example CGI scripts
+are also included with the package.
diff --git a/www/haskell-cgi/pkg/PLIST b/www/haskell-cgi/pkg/PLIST
new file mode 100644
index 00000000000..bd98b3b2f11
--- /dev/null
+++ b/www/haskell-cgi/pkg/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/06 22:05:56 jtb Exp $
+share/examples/hugs-cgi/Counter.cgi
+share/examples/hugs-cgi/DownloadPapers.cgi
+share/examples/hugs-cgi/EnvPassed.cgi
+share/examples/hugs-cgi/Greetings.cgi
+share/examples/hugs-cgi/HelloHTML.cgi
+share/examples/hugs-cgi/HelloPlain.cgi
+share/examples/hugs-cgi/README
+share/examples/hugs-cgi/TODO
+share/hugs/lib/CGI.lhs
+@unexec rmdir %D/share/hugs/lib 2>/dev/null || true
+@dirrm share/examples/hugs-cgi