summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15two changes for non-japanese guys (as the pkgsrc is used by manyitojun1-2/+7
non-japanese people): - use ascii letters, instead of jisx0208, for screen output (like <LI> or <HR>). - set default help messages to english (not japanese).
2000-07-10Make the rc.d script(s) react to something else then 'start', i.e.hubertf2-4/+10
one can now stop the daemon.
2000-07-03Update to 5.48. Changes:mjl4-100/+62
README.SSL update by Marko Asplund <aspa@hip.fi> Added cookie example to lwpcook.pod HTTP::Date::str2time returns undef on failure instead of an empty list as suggested by Markus B Krüger <markusk@pvv.org> $request->uri($uri) will now always store a copy of the $uri. HTTP::Status: Added status codes from RFC 2616 and RFC 2518 (WebDAV) LWP::RobotUA will not parse robots.txt unless content type and content sample looks right. LWP::UserAgent: Deal with multiple WWW-Authenticate headers. Patch by Hugo <hv@crypt.compulink.co.uk> $ua->proxy can now return the old proxy settings without destroying the old one. Based on patch by Benjamin Low <ben@snrc.uow.edu.au> LWP::Protocol::http update - don't terminate header parsing on bad headers - extra_sock_opts - preparations for keep alive support - method CONNECT WWW::RobotRules deal with various absolute URIs in the disallow lines. Makefile.PL: Make sure we have HTML::TokeParser Added HTML::Form to the distribution. LWP::Protocol::http: Kill any Connection header LWP::MediaTypes: Fixed builtin html/text mapping. Added bz2 to suffixEncoding
2000-07-03Update to 1.07. Changes:mjl3-33/+35
URI::WithBase (and URI::URL) now support $u->new_abs constructor. URI::WithBase->new("foo", "URI::URL") bug fixed. QNX file support by Norton Allen <allen@huarp.harvard.edu>. Support for rsync:-URI by Dave Beckett <D.J.Beckett@ukc.ac.uk>
2000-07-03Update to 3.10. Too many changes to include here, pleasemjl3-5/+7
refer to the Changes file.
2000-07-01Update links to 0.92. Adds a man page, and the following changes fromwiz3-5/+6
the NEWS file: o Frames o Bookmarks o Support for more languages o Mailto: and telnet: link types o -dump, -source o -anonymous
2000-06-25Homepage updated. Distfile changed with the home page, but the changes arewiz2-5/+5
only minor documentation updates.
2000-06-23Back out last commit. Due do the dependence on the "gtk+" package versiontron2-15/+1
1.2.8 or newer the "pth" package will always be installed. There must be something else wrong.
2000-06-23Explicitly disable pthread support because "configure" will try to usetron2-1/+15
"pth" otherwise which causes a build failure.
2000-06-22Add and enable lynx-currentrh1-1/+2
2000-06-22Rework installs using GTAR to DTRT better WRT file owners and permissionsjwise4-4/+10
2000-06-21Upgrade to version 1.2b2.darcy2-5/+5
2000-06-21Update to 0.1.10. Related changes are:itohy5-38/+31
* Bugfix: When a header by CGI POST method gives Location: header, the redirect can't be reloaded. * white spaces in URL are removed. * Bugfix: onA() doesn't work. * Improvement of 'Jump to label' behavior within a frame. * Bugfix: width of <li> * Bugfix: Line break occurs on &nbsp;. * Bugfix: single > in a document isn't analyzed properly. * Bugfix: <xmp>,<listing> in <textarea> * Screen shift bugfix. * Bugfix: <option> without <select> in table causes core dump. * Bugfix: CRs in <textarea>..</textarea> are replaced with white spaces. * Bugfix: After specifying non-text file in 'V' command, w3m dumps core. * BUFINFO related bugfix. * Bugfix: extbrowser setting in config desn't work. * Bugfix: pathname to invoke external viewer becomes like ``/home/okada/.w3m//w3mv6244-0..pdf''. * enhancement of [w3m-dev 00684]. * Bugfix; when CLEAR_BUF is defined, buffer size is displayed as [0 line]. * show_params() improvement. * when CLEAR_BUF is defined and reloading local file, that is overwritten. * When submitting data in textarea without editing them, CR charcters are sent instead of CRLF. * When CLEAR_BUF is defined, content of form disappears. * Improvement of Japanese coding-system decition algorithm. * Command line analysis enhancement. * Bugfix of PIPE_SHELL('#'), READ_SHELL('@') and EXEC_SHELL('!'). * Bugfix: When CLEAR_BUF is defined, anchors created by : disappears. * Enhancement of dirlist.cgi. * when -m option is used, continuation lines in header are not processed properly. * handling of Japanese character in HTTP header. * Bugfix: w3m dumps core after like w3m -T a -B and save command. * frameset related bugfix. * ID_EXT related bugfix. * Bugfix? handling of character-entity (&quot;) in attribute. * Enhancement: frame names are embedded as id attribute in the frame-table. * Bugfix: <STRONG> tags become comments in frame. * frame related bugfix. * Bugfix: as some file descriptors are not closed, file descriptors are exhausted on a certain condition. * Bugfix: a blank line is inserted when processing <title>...</title>. * <table> within <blockquote> in <table> corrupts. * Support of terminals which can't display &nbsp; (0xa0). * <!--comment --\n> like comment handling fix. * w3mhelperpanel.c fix. * Bugfix: personal_document_root doesn't work. * When opening file:///dir/, if index.html exists in that directory, open the file instead of displaying directory list. * w3m -num fix. * Bugfix: When using -dump option, temporary files don't be unlinked. * Bugfix: When <blockquote> exists outside of <tr>..</tr> in <table>, the table corrupts. * Bugfix: supports terminal without sr capability. * Kanji-code decision enhancement. * Bugfix: w3m can't handle cgi using <ISINDEX>. * Remove CR/LF within URL. * Layered frameset support. * id attribute support bugfix. * Enhancement: -o option parameter list * Security hole fix about I command. * Filename completion bugfix. * Color display bugfix. * When transmitting a string to form, it was made not to escape a safe character. * Bugfix: when displaying the page which has a link in the beginning of the screen, the first link doesn't get active. * proxy initialization bugfix. * free memory of hidden buffers. (CLEAR_BUF) * when file:// style local file access fails, don't retry as http://file://. * Enhancement: Save Buffer URL into file. * FTP proxy bugfix. * Bugfix: After window resize, reshapeBuffer() is called on each keyin.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam4-44/+39
2000-06-21Update dependency on boehm-gc.jlam1-2/+2
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam4-33/+16
2000-06-20add amayadrochner1-1/+2
2000-06-20add amaya: W3C's HTML viewer/editordrochner10-0/+325
2000-06-19Update to Apache JServ 1.1.2jwise2-5/+5
Changes since Apache JServ 1.1.1: Apache JServ 1.1.2 - 17 June 2000 (Jon S. Stevens, Henner Zeller, Jean-Luc Rochat) change the allowed host for the jserv status page (/jserv/) from 'localhost' to '127.0.0.1'. localhost does not work, if HostnameLookups isn't enabled in httpd.conf or on badly configured systems (Default Redhat installation without hostname used to have localhost.localdomain in its /etc/hosts which doesn't match 'localhost'). So using the IP address here will work better in many cases ..(HZ) fixed some issues with load balancing and uneven distribution of servers as a result of those that are marked as down. thanks to Christos Zoulas (JSS). Fixed Bug Id: mod_jserv/6108 JservSessionId is not found in Query -> Load balancing fails when cookies are not used Thanks to Jerome Waibel. (JLR) allow ApJServEnvVar to work in virtual hosts (useful with SSL). Thanks to Antonio Merighi for the fix. (JLR) Fixed Bug Id: mod_jserv/6087 encoding should be ISO-8859-1 instead of ISO8859_1 Thanks to tim.landscheidt@gmx.de. (JSS) class reloader session serialization hack: fix bug where the hashtable might not have been sent through serialization, but is expected. (JSS) Fixed Bug Id: mod_jserv/6074 JServ RPM packaging not complete Thanks to apeac@byu.edu. (HZ) minor documentation fix in how.to.security.html. An example was false when it should have been true. Thanks to George Armhold. (JSS)
2000-06-19Fix runtime linkage.kleink2-4/+4
2000-06-19Add RCS IDs.soren14-14/+40
2000-06-19Remove old linker workaround.soren4-23/+30
Use lowercase PKGNAME version name. Prepare for running configure ourselves.
2000-06-18Forgot this..soren1-2/+2
2000-06-18Resolve fuzz.soren1-7/+6
2000-06-18Immediately after you upgrade a package, it gets its version number bumped:wiz2-4/+4
adzap-20000616, old version not available anymore. No ChangeLog available.
2000-06-17Minor mods to make fetch and build work. I can build something with thistsarna2-11/+11
now, without manual intervention, and it even runs! Also, gmake -> ${GMAKE} for pkglint. Still needs lots of work. I haven't even tried "make install" yet.
2000-06-17Fine by me.soren1-1/+0
2000-06-17Mozilla is available through CVS only.soren1-0/+1
2000-06-15Update to 20000615, sorry, no ChangeLog available.wiz2-10/+9
pkgsrc-changes: Use proper distname, to avoid problems with outdated distfiles (adzap.tar.gz); while I'm here, silence pkglint a bit.
2000-06-15Match openldap-1.2.*.kleink3-6/+6
2000-06-15adjust DEPENDShubertf2-4/+4
2000-06-14Twiddle.soren1-5/+10
2000-06-14Tweak.soren1-1/+1
2000-06-14A few minor tweaks. Not there yet.soren1-8/+17
2000-06-13Regen.soren1-12/+14
2000-06-13No working tarball yet.soren1-3/+1
2000-06-13Add Taya-san's patches.soren13-0/+370
2000-06-13Obsolete.soren11-395/+0
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz1-2/+2
2000-06-06upgrade to 2.5e (since 2.5e is no longer available on ftp site)itojun4-15/+15
2000-06-04Since any web server will do, do not depend on apache.rh2-4/+4
2000-06-02Use the -R flag when calling ld, so that the created shared object is actuallyjdolecek2-5/+15
usable on ELF systems.
2000-06-02Include bsd.pkg.mk after DEPENDS is set so that the dependency shallitohy1-2/+4
be recorded properly. Use bsd.prefs.mk for options instead.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh3-6/+6
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-31Fix existing patch, and enable it (pkg makefile had NO_PATCH= from before),jwise4-6/+6
and add a new patch which fixes the behavior of the slideshow example under a default cocoon config. The slideshow example is an incredibly cool example of what can be done with just a little XML and XSL, but it doesn't work exactly right under the default config.
2000-05-31We stopped setting ${PREFIX} several revs ago. Get rid of NO_MTREE=jwise1-2/+1
2000-05-31Modify tomcat startup process slightly -- now we add tomcat specific jarjwise2-1/+14
files at the _end_ of the CLASSPATH instead of the start so that users can override selected functionality. For example, cocoon needs to override tomcat's own XML parsing with that from Xerces-J if you want PDF generation from XSL Formatting Objects to work.
2000-05-31Update "analog" package to version 4.11. Changes since version 4.1:tron5-13/+20
- The default definition of "pages" is now case insensitive, and also includes *.asp. - Reads the extended logs from IIS 5 correctly. - Version number displayed before any warning or debugging messages. - The "number of days" at the top of the report now obeys DECPOINT (and is also now to 2 decimal places). - Improved OpenVMS build procedure. - Hungarian and Romanian language files, and corrected Spanish language files and English domains files. - Italian and Spanish form interfaces. - The FAQ now has a list of contents
2000-05-31add and enable cocoonjwise1-1/+2
2000-05-31Initial import of cocoon-1.7.4. From pkg/DESCR:jwise9-0/+646
Cocoon is a 100% pure Java publishing framework that relies on new W3C technologies (such as DOM, XML, and XSL) to provide web content. There is a good overview of the technologies Cocoon uses to streamline the web publishing process at http://xml.apache.org/cocoon/technologies.html