From f1eee5e70126aa500a3b48191478579f64c7c254 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 02:15:23 +0000 Subject: Move pkg/ files into package's toplevel directory --- www/haskell-cgi/DESCR | 3 +++ www/haskell-cgi/PLIST | 12 ++++++++++++ www/haskell-cgi/pkg/DESCR | 3 --- www/haskell-cgi/pkg/PLIST | 12 ------------ 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 www/haskell-cgi/DESCR create mode 100644 www/haskell-cgi/PLIST delete mode 100644 www/haskell-cgi/pkg/DESCR delete mode 100644 www/haskell-cgi/pkg/PLIST (limited to 'www/haskell-cgi') diff --git a/www/haskell-cgi/DESCR b/www/haskell-cgi/DESCR new file mode 100644 index 00000000000..39907aa6050 --- /dev/null +++ b/www/haskell-cgi/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/PLIST b/www/haskell-cgi/PLIST new file mode 100644 index 00000000000..0fa730a062a --- /dev/null +++ b/www/haskell-cgi/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:48 zuntum 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 diff --git a/www/haskell-cgi/pkg/DESCR b/www/haskell-cgi/pkg/DESCR deleted file mode 100644 index 39907aa6050..00000000000 --- a/www/haskell-cgi/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bd98b3b2f11..00000000000 --- a/www/haskell-cgi/pkg/PLIST +++ /dev/null @@ -1,12 +0,0 @@ -@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 -- cgit v1.2.3