diff options
author | jwise <jwise@pkgsrc.org> | 1999-11-12 19:59:56 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 1999-11-12 19:59:56 +0000 |
commit | 89855e97263808a7bcc65a31e97cb7899bd4abd0 (patch) | |
tree | 65caa62ef190c4d28e19bbad37c9e480b1395140 /www/ap-dtcl/pkg | |
parent | 3aaf173785758763c55d749d563b681f06cbf70e (diff) | |
download | pkgsrc-89855e97263808a7bcc65a31e97cb7899bd4abd0.tar.gz |
Install testdtcl, a deprecated but useful command line dynamic tcl/html
utility which is included with mod_dtcl. This also means moving the
scripts testdtcl depends on from ${PREFIX}/share/examples/mod_dtcl/*tcl
to ${PREFIX}/libexec/mod_dtcl/
Diffstat (limited to 'www/ap-dtcl/pkg')
-rw-r--r-- | www/ap-dtcl/pkg/PLIST | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/ap-dtcl/pkg/PLIST b/www/ap-dtcl/pkg/PLIST index 88ba5993d27..92d59b9855e 100644 --- a/www/ap-dtcl/pkg/PLIST +++ b/www/ap-dtcl/pkg/PLIST @@ -1,15 +1,18 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/12 15:52:54 jwise Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/11/12 19:59:57 jwise Exp $ +bin/testdtcl lib/httpd/mod_dtcl.so +libexec/mod_dtcl/dtcl.tcl +libexec/mod_dtcl/globalscript.tcl +libexec/mod_dtcl/infodebug.tcl +libexec/mod_dtcl/testdtcl.tcl +man/man1/testdtcl.1 share/doc/mod_dtcl/INSTALL.html share/doc/mod_dtcl/benchmark.html share/doc/mod_dtcl/dtcl-tcl.html share/doc/mod_dtcl/readme.html share/doc/mod_dtcl/table.html share/doc/mod_dtcl/use.html -share/examples/mod_dtcl/dtcl.tcl share/examples/mod_dtcl/examples.ttml -share/examples/mod_dtcl/globalscript.tcl -share/examples/mod_dtcl/infodebug.tcl -share/examples/mod_dtcl/testdtcl.tcl +@dirrm libexec/mod_dtcl @dirrm share/doc/mod_dtcl @dirrm share/examples/mod_dtcl |