summaryrefslogtreecommitdiff
path: root/www/ap-dtcl
AgeCommit message (Collapse)AuthorFilesLines
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-4/+4
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-24Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tclhe1-2/+2
is bumped to tcl-8.3.2nb1.
2000-12-27Update ap-dtcl to version 0.8.12. Changes since version 0.8.1 (the lastjwise5-51/+32
pkgsrc version) include: * Various cookie fixes. * New build system. * Code to deal with before/after scripts. * Rewrite of Apache directives. In addition, mod_dtcl is now a project of the Apache Software Foundation. See http://tcl.apache.org/ for details.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-30Update ap-dtcl from 0.6.4 to 0.8.1 and adapt to tcl-8.3.2.jwise3-9/+16
Changes since 0.6.4-1: libapache-mod-dtcl (0.8.1-1) unstable; urgency=low * Put some code in as a workaround for systems with Tcl compiled against threads. -- David N. Welton <davidw@efn.org> Thu, 22 Jun 2000 01:42:26 +0200 libapache-mod-dtcl (0.8.0-1) unstable; urgency=low * Added information about building on HPUX. * Added support for .tcl files. * Fixed bug in HGetVars which manifests itself only when content negotiation is used. * Updated documentation. -- David N. Welton <davidw@efn.org> Tue, 16 May 2000 19:00:05 +0200 libapache-mod-dtcl (0.7.5-1) unstable; urgency=low * Changed hputs to use "" instead of {}, so that { and } may be escaped with backslashes. * Changed output format for errors. -- David N. Welton <davidw@efn.org> Wed, 19 Apr 2000 17:49:47 +0200 libapache-mod-dtcl (0.7.3-2) frozen unstable; urgency=low * Removed "code2html" target from build target. * Fixes #58431. -- David N. Welton <davidw@efn.org> Fri, 3 Mar 2000 13:11:23 +0100 libapache-mod-dtcl (0.7.3-1) frozen unstable; urgency=low * Fixes GET argument parsing bug. * Changed argument parsing to create one list and avoid sublists. -- David N. Welton <davidw@efn.org> Sat, 22 Jan 2000 20:46:34 -0800 libapache-mod-dtcl (0.7.0-2) unstable; urgency=low * Made hputs, include, and buffer_add commands safe for binary and sparse data. * Now able to output different mime types. -- David N. Welton <davidw@efn.org> Sat, 18 Dec 1999 18:50:29 -0800 libapache-mod-dtcl (0.7.0-1) unstable; urgency=low * Major overhaul of header and buffering system. * Several new commands. -- David N. Welton <davidw@efn.org> Sun, 5 Dec 1999 21:24:23 -0800 libapache-mod-dtcl (0.6.4-2) unstable; urgency=low * Fixed Lintian problems: * Set and remove links between /usr/doc and /usr/share/doc. * Added dh_installchangelogs. -- David N. Welton <davidw@efn.org> Sun, 14 Nov 1999 15:15:51 -0800
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-11-21Use wildcard dependence for "apache" package.tron1-2/+2
1999-11-13Sigh. Forgot to cvs add the output of make makepatchpatchsumsumjwise1-0/+3
after patch-aa was added...
1999-11-12Sigh. s,/usr/lib/sendmail,/usr/sbin/sendmail,g in the cgi.tcl compatibilityjwise1-0/+14
mail routines.
1999-11-12Install testdtcl, a deprecated but useful command line dynamic tcl/htmljwise2-10/+22
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/
1999-11-12A package for apache mod_dtcl, server side TCL scripting for apache.jwise6-0/+68
Many details cribbed from the ap-auth-cookie package.