summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
1999-12-20Add and enable galway.rh1-2/+3
1999-12-20Initial import of galway-0.33, a web editor written in Scheme.rh5-0/+142
1999-12-18Update "analog" package to version 4.01. Changes since 4.0:tron3-9/+12
- This version includes 27 languages.
1999-12-17Update dependency on openldap to reflect its correct version. Pointedagc2-4/+4
out by David Brownlee.
1999-12-15Update to thttpd 2.09, plus add 'sitedrivenby.gif'abs5-7/+31
1999-12-14Change maintainer to myself.bouyer1-2/+2
1999-12-14Add hypermail & swish-ebouyer1-1/+3
1999-12-14Regen.bouyer1-0/+6
1999-12-14Adapt to NetBSD.bouyer7-18/+19
1999-12-14Regenbouyer1-0/+4
1999-12-14Adapt to NetBSD.bouyer5-14/+24
1999-12-14Initial import of FreeBSD's "swish-e" package:bouyer7-0/+104
Simple web indexing for humans - enhanced
1999-12-14Initial import of FreeBSD's "hypermail" package:bouyer9-0/+122
A program to generate a cross-referenced HTML mail archive
1999-12-13Update to depend on mysql-client-3.22.27.bad1-2/+2
1999-12-12Fix outdated patch to work with current version of distfile.rh2-28/+28
1999-12-08Change dependency on zope to wildcard dependency.rh1-2/+2
1999-12-08defuzzrh2-9/+7
1999-12-07Fix path to RSAref library. Fixes PR pkg/8968 by Paul Dokas.bad1-2/+2
XXX Maybe we could tell the configure script that OpenSSL and RSAref are in the "system" location and have the configure script pick it up with the -I and -L flags.
1999-12-07defuzz.rh2-8/+6
1999-12-07Make this package compile on Solaris.agc3-6/+21
1999-12-06Add and enable p5-VRMLrh1-2/+3
1999-12-06Import of p5-VRML-1.04, a set of VRML classes for perl.rh5-0/+62
1999-12-06Add and enable ap-DBI.rh1-1/+2
1999-12-06Import of ap-DBI-0.87, an Apache Perl module for DBI connections. Thisrh5-0/+49
package was submitted in PR 8955 by Havard Eidnes (with a couple of modifications by me), thanks!
1999-12-02Split PLIST into md/mi parts.rh3-8/+17
1999-12-02Wildcard dependencies, fix pkglint woes.rh1-3/+4
1999-12-02Add and enable ap-Embperl.rh1-1/+2
1999-12-02Remove leading tabs.rh1-14/+14
1999-12-02Import of ap-Embperl-1.2.0, an Apache Perl5 library for embedding perl inrh10-0/+145
HTML documents. This package was submitted by Havard Eidnes in pkg/8936 (with a few modifications by me) -- thanks!
1999-12-02Update libwww-perl to 5.46rh3-155/+74
Changes are: o Y2K fix to t/base/cookies.t. Netscape's original cookie example expires at 09-Nov-99. o Unbundled URI::URL modules. You now have to install the URI.pm module in order to get libwww-perl working. o Avoid warnings for lwp-request -t o referrer as alternative spelling for referer as suggested by tchrist. o More conservative selection of boundary for multipart messages in &HTTP::Request::Common::POST. o LWP::MediaTypes can now export &read_media_types. o Spelling corrections from Ben Tilly <Ben_Tilly@trepp.com> o The LWP SSL support better explained. Documentation in README.SSL and lwpcook.pod contributed by Marko Asplund <aspa@hip.fi>. o LWP::Protocol::https: Try loading IO::Socket::SSL if Net::SSL is not available. o defined(@ISA) eliminated. Patch by Nathan Torkington <gnat@frii.com> o LWP::Protocol::ftp: Protect against empty path_segments o 'lwp-request -HUser-Agent:foo' can now be used to set this header too. o Localize $/ to ensure standard record separator a few places in HTTP::Cookies o LWP::UserAgent will now set the Range header in requests if the $ua->max_size attribute is set. o New lwp-request command line option that allow you to put any header into the request (-H). o New HTTP::Date because of Y2K-problems with the old one. It refused to parse the ftp-listing (ls -l) dates missing year. Additional entry point is parse_date(). This function avoid any limitations caused by the time-representation (seconds since epoch). o Added another binmode() to LWP::Protocol::file as suggested by Matt Sergeant <matt-news@sergeant.org> o Documentation patch from Michael A. Chase <mchase@ix.netcom.com> o PREREQ_PM patch from Andreas Koenig <andreas.koenig@anima.de> o LWP::Simple::head fix by Richard Chen <richard@lexitech.com> o Allow "." in HTTP header names. Patch by Marc Langheinrich <marc@ccm.cl.nec.co.jp> o Fixed reference to $uri->netloc in lwp-request o Cute animation in lwp-download o HTTP::Cookies provide better Netscape cookies compliance. Send back cookies to any port, and allow origin host name to be specified as domain, and still be treated as a domain. Patch from Andreas Gustafsson <gson@araneus.fi>. o HTTP::Cookies now ignore the Expires field in Set-Cookie, if the date provided can't be parsed by HTTP::Date. o HTTP::Daemon will lowercase the hostname returned from Sys::Hostname::hostname(). This avoid some test failures in the test suite for people with upper- or mixed-cased hostnames. o LWP::Protocol::gopher: IO::Socket::INET ctor did not specify Proto => 'tcp'. This made it less portable to older IO::Socket versions. o No programs installed when you build the Makefile with 'perl Makefile.PL LIB=/my/lib' o LWP bundle mention Digest::MD5 instead of MD5 o headers-auth.t test suite bug triggered by perl5.005_5x. Patch by Albert Dvornik <bert@genscan.com> o The local/http.t test actually did try to unlink("."). This was very confusing on systems where it succeed. o Made library URI.pm compatible. Made all URI object instantiations based on $HTTP::URI_CLASS variable. o New lwp-rget option: --referer. Patch by INOUE Yoshinari <inoue@kusm.kyoto-u.ac.jp>. o One more binmode() to HTTP::Daemon as suggested by Markus Laker <mlaker@contax.co.uk>.
1999-12-02Add and enable p5-URIrh1-1/+2
1999-12-02Import of p5-URI-1.04, a perl5 class to represent Uniform Resourcerh5-0/+92
Identifiers (URIs, RFC 2396).
1999-12-02upgraded PostgreSQL to 6.5.3 and updated the dependent Makefilesdarcy1-2/+2
1999-12-01Update p5-HTML-Parser to 2.25.rh2-4/+4
Changes include: * Allow ":" in attribute names as a workaround for Microsoft Excel 2000 which generates such files. * Make depreciate warning if netscape_buggy_comment() method is used. The method to use in strict_comment(). * Avoid duplication of parse_file() method in HTML::HeadParser. * $p->parse_file() will not close a handle passed to it any more. If passed a filename that can't be opened it will return undef instead of raising an exception, and strings like "*STDIN" are not treated as globs any more. * HTML::LinkExtor knowns about background attribute of <tables>. Patch by Clinton Wong <clintdw@netcom.com> * HTML::TokeParser will parse large inline strings much faster now. The string holding the document must not be changed during parsing. * Documentation updates.
1999-12-01Update p5-FCGI to 0.48.rh4-5/+29
Changes include: o perl 5.005_60 compatibility (not that it matters, yet) o locking on platforms that need it o support for remote connections o move PRINTF into correct package o deprecated set_exit_status o general cleanup, moving old non thread safe interface from xs to perl o new thread safe interface o new threaded example program o FCGI.pm now part of the devel kit o library fixes ("Rob Saccoccio" <robs@ipass.net>) o allow bypassing of installation of handlers o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>) o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>) o Some win32 changes (Monty <xiphmont@fastserv.com>) o library fixes ("Rob Saccoccio" <robs@ipass.net>)
1999-12-01regen.bad1-2/+2
1999-12-01Update to mod_ssl-2.3.8-1.3.9 so that this works again with the updatedbad4-48/+48
Apache server and OpenSSl-0.9.4. Makefile: Take advantage of the working configure script. patches/patch-aa: replace this with a gross hack that finds the libssl shared library with our current version of the OpenSSL pkg.
1999-12-01Adjust offset into ssldoc.patch for mod_ssl-2.4.8.bad1-2/+2
1999-11-30Don't try to disable obsolete configuration rule "STATUS" iftron1-2/+1
"${APACHE_PERF_TUNING}" is set to "YES". Fixes PR pkg/8915 by Damon Brodie.
1999-11-30Treat broken URL's like "http://foo.bar:80?query" (no '/' betweenitohy3-8/+79
port and query part) as "http://foo.bar:80/?query". Patch is from the wwwoffle author via Feico Dillema.
1999-11-29Connected to www.mrunix.net.explorer1-2/+2
220 tex.eurobase.net FTP server (Version wu-2.6.0(1) Wed Oct 20 01:43:26 EDT 1999) ready. 331 Guest login ok, send your complete e-mail address as password. 530-Sorry, anonymous access is not allowed. If you are looking for 530-the Webalizer software, please visit ftp.mrunix.net 530 Login incorrect.
1999-11-27defuzzrh2-15/+13
1999-11-27defuzzrh5-27/+27
1999-11-26Hack pre-install to prevent installation failureitohy1-1/+2
under certain conditions (cache dir exists, but no http dir).
1999-11-26- Update to 2.5b.itohy13-236/+524
Based on PR #8562 by Feico Dillema. - Do not automatically remove the cache on un-installation.
1999-11-25Use our fine dependency system instead placing things in the users' hand.hubertf2-8/+4
This has failed often enough in the past. :->
1999-11-23updated md5 hashwindsor1-2/+2
1999-11-23Update dependence on db package.fredb1-2/+2
1999-11-23Make this package compile on Solaris. Add a patch to subdivide BSDagc3-6/+40
hosts, provided by Wolfgang Rupprecht <wolfgang@wsrcc.com> in a message to current-users@netbsd.org. Regenerate patch sums.
1999-11-21Update "thttpd" package to version 2.05 using patches supplied bytron8-33/+117
Michael Santos in PR pkg/8801. Chances since version 2.04: - New el-cheapo virtual hosting feature. - Assorted bug fixes - non-anchored wildcard matching, truncated CGI output, throttling, authorization cache, daemonization, date-header parsing. - Option to write pid to a file, re-open log file on SIGHUP. - Now looks for index files from a list, instead of only index.html. - Simple config file.