Commit graph

30 commits

Author SHA1 Message Date
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
grant
b9e3298441 format and word Apache module MESSAGEs consistently. 2002-08-26 00:12:46 +00:00
wiz
6d752eab06 Remove $Id$ from patch, and add $NetBSD$. 2002-05-21 12:04:42 +00:00
jwise
d8815fee21 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.
2002-04-19 18:32:37 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
jwise
f89323611d Narrow a patch's context so as to avoid including an RCS ID. 2001-10-09 17:25:02 +00:00
jwise
3b25ab318c 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
2001-09-29 00:26:00 +00:00
jwise
0867a49fa9 Oh, fer chrissakes...
Re-enable EAPI, allowing this package to build a module which will be stable
with our apache.

People, please:  if you absolutely must update a package without contacting the
package maintainer, please make sure you understand how the maintainer chose to
build the package.  And if you absolutely must replace that build mechanism with
a completely different mechanism, _please_ test your work.  _Please_.

This package clearly had not been tested:  it was left in a state where it compiled
cleanly but produced a module which could not be loaded into apache on any ELF
system, and which, once this problem was resolved, squawked loudly when loaded into
apache that it had been built against the old apache API, and would be unstable
when run against our (EAPI-enabled) apache.

There, now that really is out of my system.  It was a little frustrating to rebuild
apache and then find that a module which I was depending on had been
broken in the meantime...

Now, about that coffee...
2001-06-13 18:16:07 +00:00
wiz
5ed66ffaaa De-fuzz.
Please use pkgdiff, since it avoids (in most cases) the problem with
RCS ids in patches, like in this one.
2001-05-25 13:05:40 +00:00
jlam
8dcde607be Update ap-dtcl to mod_dtcl-0.10.0. There is no list of changes from version
0.8.12, but mod_dtcl now uses <? ?> tags instead of <+ +>.  For now, mod_dtcl
contains compatibility code so that your old scripts will still run.
2001-05-24 03:04:05 +00:00
jonb
6c1b257916 Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)
2001-05-20 05:23:26 +00:00
jlam
1edfee944f Change build dependency from perl-5.* to perl>=${PERL5_REQD}. 2001-04-30 03:46:32 +00:00
skrll
aa3c03b75a Move to sha1 digests, and add distfile sizes. 2001-04-20 12:02:30 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
wiz
7b29805338 Since ${PREFIX} expansion in MESSAGE is automatic, remove outdated
comment.
2001-04-09 12:02:12 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
he
2ebee49263 Depend on tcl>=8.3.2 instead of tcl-8.3.2 now that PKGNAME of tcl
is bumped to tcl-8.3.2nb1.
2001-01-24 18:44:57 +00:00
jwise
2855fc045d Update ap-dtcl to version 0.8.12. Changes since version 0.8.1 (the last
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-12-27 23:04:27 +00:00
jlam
60d8d28f10 Update build dependency on perl to build in correct directory if perl
interpreter is not found.
2000-09-05 09:33:15 +00:00
jwise
0e5cbd1250 Update ap-dtcl from 0.6.4 to 0.8.1 and adapt to tcl-8.3.2.
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-30 00:22:18 +00:00
jlam
bb3a955498 Use PERL5 variable for location of perl5 binary. 2000-08-28 09:14:50 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
001d077201 Use wildcard dependence for "apache" package. 1999-11-21 22:12:57 +00:00
jwise
86ee38e51c Sigh. Forgot to cvs add the output of make makepatchpatchsumsum
after patch-aa was added...
1999-11-13 00:57:10 +00:00
jwise
91ea3762eb Sigh. s,/usr/lib/sendmail,/usr/sbin/sendmail,g in the cgi.tcl compatibility
mail routines.
1999-11-12 20:05:19 +00:00
jwise
89855e9726 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/
1999-11-12 19:59:56 +00:00
jwise
7f5243766e A package for apache mod_dtcl, server side TCL scripting for apache.
Many details cribbed from the ap-auth-cookie package.
1999-11-12 15:52:54 +00:00