summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwise <jwise>2001-09-29 00:26:00 +0000
committerjwise <jwise>2001-09-29 00:26:00 +0000
commit0c26658d5143252b47a169a0629d527e9a9a7a01 (patch)
treea163c997dcaab5e87027df6bca6102c85a729e13
parent5cfce70f09a1b96b72a8a78f7f2600f9a736ac11 (diff)
downloadpkgsrc-0c26658d5143252b47a169a0629d527e9a9a7a01.tar.gz
Update ap-dtcl to version 0.11.2. Changes since 0.10.0 include:
libapache-mod-dtcl (0.11.2-1) unstable; urgency=low * Minor updates. * Fixes build variables: (closes: #102200) -- David N. Welton <davidw@debian.org> Thu, 30 Aug 2001 11:08:17 +0200 libapache-mod-dtcl (0.11.1-1) unstable; urgency=low * Fixed VARS variable, documentation updates. * Fixed build variables: (closes: #102208) -- -- David N. Welton <davidw@debian.org> Fri, 27 Jul 2001 13:52:10 +0200 libapache-mod-dtcl (0.11.0-1) unstable; urgency=low * New variable command 'var'. -- David N. Welton <davidw@debian.org> Sat, 2 Jun 2001 19:18:30 +0200 libapache-mod-dtcl (0.10.1-0) unstable; urgency=low * Fixed file upload bug. * Added ErrorScript directive. * Update docs. -- David N. Welton <davidw@debian.org> Tue, 1 May 2001 18:17:08 +0200
-rw-r--r--www/ap-dtcl/Makefile6
-rw-r--r--www/ap-dtcl/distinfo8
-rw-r--r--www/ap-dtcl/patches/patch-aa22
-rw-r--r--www/ap-dtcl/pkg/MESSAGE7
4 files changed, 22 insertions, 21 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile
index 6a7cbba18cd..b83c11a7a86 100644
--- a/www/ap-dtcl/Makefile
+++ b/www/ap-dtcl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2001/06/13 18:16:07 jwise Exp $
+# $NetBSD: Makefile,v 1.16 2001/09/29 00:26:00 jwise Exp $
-DISTNAME= mod_dtcl-0.10.1
-PKGNAME= ap-dtcl-0.10.1
+DISTNAME= mod_dtcl-0.11.2
+PKGNAME= ap-dtcl-0.11.2
WRKSRC= ${WRKDIR}/mod_dtcl
CATEGORIES= www
MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/
diff --git a/www/ap-dtcl/distinfo b/www/ap-dtcl/distinfo
index 3e0ef7d5b9a..e12446ffed3 100644
--- a/www/ap-dtcl/distinfo
+++ b/www/ap-dtcl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2001/05/25 13:05:40 wiz Exp $
+$NetBSD: distinfo,v 1.5 2001/09/29 00:26:00 jwise Exp $
-SHA1 (mod_dtcl-0.10.1.tar.gz) = 12af6fc3be7678898a3909ce14596586a485f8bc
-Size (mod_dtcl-0.10.1.tar.gz) = 77624 bytes
-SHA1 (patch-aa) = 822c939c55e6979a842deb133e47f878fbbe03ea
+SHA1 (mod_dtcl-0.11.2.tar.gz) = a1e89ee3677ee63984ed0d52350541ee49376795
+Size (mod_dtcl-0.11.2.tar.gz) = 157550 bytes
+SHA1 (patch-aa) = c32b711dfd78ded10b41f117b15936e92f5e2516
diff --git a/www/ap-dtcl/patches/patch-aa b/www/ap-dtcl/patches/patch-aa
index b953acb2b54..75dedb6ae3b 100644
--- a/www/ap-dtcl/patches/patch-aa
+++ b/www/ap-dtcl/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2001/05/25 13:05:41 wiz Exp $
-
---- builddtcl.sh.orig Tue May 1 17:56:01 2001
-+++ builddtcl.sh
-@@ -3,53 +3,2 @@
+--- builddtcl.sh.orig Fri Sep 28 19:44:44 2001
++++ builddtcl.sh Fri Sep 28 19:45:23 2001
+@@ -1,57 +1,6 @@
+ #!/bin/sh
+ # $Id: patch-aa,v 1.5 2001/09/29 00:26:00 jwise Exp $
-# Name of tclsh - on FreeBSD, this is probably tclsh8.2
-TCLSH=tclsh ######### CHANGEME ##########
@@ -26,9 +26,9 @@ $NetBSD: patch-aa,v 1.4 2001/05/25 13:05:41 wiz Exp $
-
-# Location of Apache source install (for static installs - you can
-# comment this out for shared lib installs
--APACHE=$HOME/download/apache-1.3/ ######### CHANGEME ##########
+-# APACHE=$HOME/download/apache-1.3/ ######### CHANGEME ##########
-# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--# APACHE=/usr/local/src/apache-1.3/
+-APACHE=/usr/local/src/apache-1.3/
-# APACHE=/
-
-export APACHE
@@ -56,9 +56,5 @@ $NetBSD: patch-aa,v 1.4 2001/05/25 13:05:41 wiz Exp $
-fi
-
# find location of tclConfig.sh, source it, and export variables to
-@@ -62,5 +11,3 @@
- export TCL_CC
--export TCL_CFLAGS_DEBUG
- export TCL_CFLAGS_OPTIMIZE
--export TCL_CFLAGS_WARNING
- export TCL_EXTRA_CFLAGS
+ # make them available to 'make'
+
diff --git a/www/ap-dtcl/pkg/MESSAGE b/www/ap-dtcl/pkg/MESSAGE
index 1ac6e84f33a..3ecd5e9a075 100644
--- a/www/ap-dtcl/pkg/MESSAGE
+++ b/www/ap-dtcl/pkg/MESSAGE
@@ -1,5 +1,5 @@
=============================================================================
-$NetBSD: MESSAGE,v 1.3 2001/05/24 03:04:06 jlam Exp $
+$NetBSD: MESSAGE,v 1.4 2001/09/29 00:26:00 jwise Exp $
In order to enable mod_dtcl in your Apache installation, you need to add
the following to your httpd.conf file:
@@ -11,6 +11,11 @@ In order to turn on parsing of .ttml pages, you will also need to add
AddType application/x-httpd-tcl .ttml
+Optionally, you can also turn on support for raw in-process tcl execution
+by adding
+
+ AddType application/x-dtcl-tcl .tcl
+
For more configuration options, see:
${PREFIX}/share/doc/html/mod_dtcl/documentation.html