[EMAIL PROTECTED] writes:

> > The link I'm using is this:
> > 
> > http://www.freebsd.org/cgi/ports.cgi?query=mod_dtcl
> 
> The http://tcl.apache.org/mod_dtcl/documentation.ttml links to
>       http://www.freebsd.org/ports/www.html#mod_dtcl-0.8.1.1

Ah, woops, there's the reason for the discrepancy!
        
> > Is there something else I should be using?
> > 
> >>    cd /usr/ports/www/mod_dtcl
> >>    make
> >>    echo make install | su
> >>    make clean
> > 
> > Hrm, currently, I don't have OS specific install instructions, in the
> > hope that users of specific OS's will know how to install for their
> > OS.  I guess some minimal instructions like the above (and apt-get
> > install libapache-mod-dtcl, and rpm -i mod_dtcl.deb) couldn't hurt...
> 
> The same page has build instructions in item 3...

They are generic, though.  I suppose I can see about putting system
specific instructions there.  Actually, I need to break the whole
thing up into install/runtime/other, in any case.

> >>   Upgrade to 0.11.0. The next release is promised to contain most of our
> >>   patches!..
> > 
> > Are you going to post the other patches to the libapreq list?  They
> > looked good to me, but I didn't include them because I want to be in
> > sync with apreq, so that is the correct place to try and get them
> > added.
> 
> I'll see what it takes :) I don't yet know, what libapreq is -- if it's
> part of Apache, the FreeBSD Apache-port maintainers will do the work :)

Ok, a brief introduction:

Originally, I wrote all the code for variable handling (relatively
easy), and file uploads (a big pain in the neck), not having found
anything I could use to do this 'out of the box'.  Subsequently, I
discovered libapreq as it was added to the ASF CVS repository.

libapreq is a small C library for handling variables and file
uploads.  I don't actually use it as a library, so that people don't
have to download an extra package.  And also because I only use a few
files:

apache_cookie.[ch] apache_multipart_buffer.[ch] apache_request.[ch]

which I copy straight out of libapreq.  So, any changes in these files
should really be ported to the 'real' libapreq, which is currently
used both by mod_dtcl and mod_perl (maybe others?).

cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic login
(passwd anoncvs)

cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic checkout httpd-apreq

[EMAIL PROTECTED] is the mailing list...

Ciao,
-- 
David N. Welton
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/
         Work: http://www.innominate.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to