diff options
author | jwise <jwise@pkgsrc.org> | 2002-04-19 18:32:37 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-04-19 18:32:37 +0000 |
commit | d8815fee21a97c8642b0d7f37bf92c24a42b9952 (patch) | |
tree | af48b046bcf387abd37c06f6ffc668e5f1eea5fc /www | |
parent | 7c68e60b8ffcdb4d40a5b8859eb46aa22fd5f580 (diff) | |
download | pkgsrc-d8815fee21a97c8642b0d7f37bf92c24a42b9952.tar.gz |
Update ap-dtcl to version 0.11.6. Changes since version 0.11.2 (the last
pkgsrc version) include:
* Fixed problem with 'var' command. Variables with similar names
sometimes are confused.
* Check return value for ApacheRequest___parse.
* Fixed bug in Parse command.
* I18n updates.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-dtcl/Makefile | 10 | ||||
-rw-r--r-- | www/ap-dtcl/PLIST | 18 | ||||
-rw-r--r-- | www/ap-dtcl/distinfo | 8 | ||||
-rw-r--r-- | www/ap-dtcl/patches/patch-aa | 12 |
4 files changed, 34 insertions, 14 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index b83c11a7a86..7a38900f7dd 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2001/09/29 00:26:00 jwise Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/19 18:32:37 jwise Exp $ -DISTNAME= mod_dtcl-0.11.2 +DISTNAME= mod_dtcl-0.11.6 PKGNAME= ap-dtcl-0.11.2 WRKSRC= ${WRKDIR}/mod_dtcl CATEGORIES= www @@ -33,8 +33,12 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${HTMLDIR} ${INSTALL_DATA_DIR} ${EGDIR}/tests cd ${WRKSRC}; ${INSTALL_DATA} tests/README ${EGDIR}/tests - cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test.ttml ${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test.tcl ${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl-test2.ttml ${EGDIR}/tests cd ${WRKSRC}; ${INSTALL_DATA} tests/dtcl.test ${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/makeconf.tcl ${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/runtests.tcl ${EGDIR}/tests + cd ${WRKSRC}; ${INSTALL_DATA} tests/template.conf.tcl ${EGDIR}/tests cd ${WRKSRC}; ${INSTALL_DATA} contrib/*.ttml ${EGDIR} cd ${WRKSRC}; ${INSTALL_DATA} contrib/*.tcl ${EGDIR} cd ${WRKSRC}; ${INSTALL_DATA} docs/examples.ttml ${EGDIR} diff --git a/www/ap-dtcl/PLIST b/www/ap-dtcl/PLIST index 5e5f2d80c0e..5ea39e799cc 100644 --- a/www/ap-dtcl/PLIST +++ b/www/ap-dtcl/PLIST @@ -1,17 +1,29 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:15:42 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/04/19 18:32:37 jwise Exp $ lib/httpd/mod_dtcl.so share/doc/html/mod_dtcl/asf_logo.gif +share/doc/html/mod_dtcl/commands.html +share/doc/html/mod_dtcl/directives.html share/doc/html/mod_dtcl/documentation.html share/doc/html/mod_dtcl/dtcl.gif +share/doc/html/mod_dtcl/help.html +share/doc/html/mod_dtcl/index.html +share/doc/html/mod_dtcl/install.html share/doc/html/mod_dtcl/logoLarge.gif -share/examples/mod_dtcl/examples.ttml +share/doc/html/mod_dtcl/nav.html +share/doc/html/mod_dtcl/other.html +share/doc/html/mod_dtcl/top.html share/examples/mod_dtcl/clocks.ttml share/examples/mod_dtcl/dtclparser.tcl +share/examples/mod_dtcl/examples.ttml share/examples/mod_dtcl/tabletransform.tcl share/examples/mod_dtcl/tcl_include.tcl share/examples/mod_dtcl/tests/README -share/examples/mod_dtcl/tests/dtcl-test.ttml +share/examples/mod_dtcl/tests/dtcl-test.tcl +share/examples/mod_dtcl/tests/dtcl-test2.ttml share/examples/mod_dtcl/tests/dtcl.test +share/examples/mod_dtcl/tests/makeconf.tcl +share/examples/mod_dtcl/tests/runtests.tcl +share/examples/mod_dtcl/tests/template.conf.tcl @dirrm share/doc/html/mod_dtcl @dirrm share/examples/mod_dtcl/tests @dirrm share/examples/mod_dtcl diff --git a/www/ap-dtcl/distinfo b/www/ap-dtcl/distinfo index 9c0aebbd183..30dff17bcf1 100644 --- a/www/ap-dtcl/distinfo +++ b/www/ap-dtcl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2001/10/09 17:25:02 jwise Exp $ +$NetBSD: distinfo,v 1.7 2002/04/19 18:32:37 jwise Exp $ -SHA1 (mod_dtcl-0.11.2.tar.gz) = a1e89ee3677ee63984ed0d52350541ee49376795 -Size (mod_dtcl-0.11.2.tar.gz) = 157550 bytes -SHA1 (patch-aa) = a3c49a6adfa3383f115c4bfaf5b1139a6de23fe6 +SHA1 (mod_dtcl-0.11.6.tar.gz) = 8a48b2292bb1048b17fd268011d1a4307ef5770e +Size (mod_dtcl-0.11.6.tar.gz) = 90374 bytes +SHA1 (patch-aa) = 8dd25eb370d2cf598cac4c42842b863fa0943451 diff --git a/www/ap-dtcl/patches/patch-aa b/www/ap-dtcl/patches/patch-aa index 87b38b66094..7e8831dac4b 100644 --- a/www/ap-dtcl/patches/patch-aa +++ b/www/ap-dtcl/patches/patch-aa @@ -1,6 +1,8 @@ ---- builddtcl.sh.orig Tue Oct 9 11:45:26 2001 -+++ builddtcl.sh Tue Oct 9 12:04:15 2001 -@@ -3,53 +3,2 @@ +--- builddtcl.sh.orig Fri Apr 19 14:19:04 2002 ++++ builddtcl.sh Fri Apr 19 14:19:13 2002 +@@ -1,57 +1,6 @@ + #!/bin/sh + # $Id: patch-aa,v 1.7 2002/04/19 18:32:37 jwise Exp $ -# Name of tclsh - on FreeBSD, this is probably tclsh8.2 -TCLSH=tclsh ######### CHANGEME ########## @@ -26,7 +28,7 @@ -# comment this out for shared lib installs -# APACHE=$HOME/download/apache-1.3/ ######### CHANGEME ########## -# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --APACHE=/usr/local/src/apache-1.3/ +-# APACHE=/usr/local/src/apache-1.3/ -# APACHE=/ - -export APACHE @@ -54,3 +56,5 @@ -fi - # find location of tclConfig.sh, source it, and export variables to + # make them available to 'make' + |