summaryrefslogtreecommitdiff
path: root/www/lynx-current
AgeCommit message (Collapse)AuthorFilesLines
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-05-12Fix logic for CURSES_HAS_COLORS test (but leave it commented out, for now).fredb1-10/+8
2000-05-09Enable socks supports and associated logic (no socks with slang).fredb3-15/+54
Add a test for BSD color capable curses, but leave the default at slang. It builds with curses, but I can't get any color out of it.
2000-05-08Update to 2.8.3rel.1. Minor bug-fixes and tweaks since 2.8.3pre.7.fredb5-16/+79
This version is considered to be release quality, but I'm putting this under lynx-current pending integration of ipv6 support. Also, socks is said to be broken in this release. Add a hook to use "ncurses" for the screen library -- currently the only way to get color-style support, or "curses" -- for the day when NetBSD curses supports color. "slang" remains the default.
2000-04-27Switch to "USE_SSL".tron1-10/+10
2000-04-22Update to 2.8.3pre.7. Bug fixes and doc changes since 2.8.3pre.6,fredb2-5/+5
including: - - more careful handling of CHARSET attributes - - fix bug in HTML.c that could result in infinite loop - - do not send local file name in referrer field Full details in CHANGES file.
2000-04-22Use dewey depends for openssl, as the moxienet patch is known not to workfredb1-2/+2
with openssl-0.9.2b.
2000-04-21use openssl-0.9.5aexplorer1-2/+2
2000-04-17Update to 2.8.3pre.6 -- dev22 is no longer available. Bug fixes.fredb2-6/+5
Full list of changes since 2.8.2 at <http://lynx.isc.org/current/CHANGES>.
2000-03-23Initial import of new "lynx-current" package, lynx-2.8.3dev22. Numerousfredb5-0/+183
bug fixes and changes from 2.8.2. A few visible ones: * update documentation to reflect move from sol.slcc.edu to lynx.isc.org -PG * add FTP_PASSIVE option to lynx.cfg, allowing installer to defer decision of whether lynx uses passive ftp connection (adapted from patch by Bernhard Rosenkraenzer <bero@redhat.de>) -TD * change configure script defaults for --enable-persistent-cookies and --enable-alt-bindings to 'yes' -TD [For persistent cookies, PERSISTENT_COOKIES:TRUE must be set in lynx.cfg.] This package applies the latest moxienet patch to support `https' URI's, utilizing openssl-0.9.4. (Closes PR pkg/7288.) Also, garbage collects PASSIVE_FETCH--it's now a run time option, and installs all doc's and help files, including sample lynx.cfg, into ${LOCALBASE}/share/lynx. (Active config is still ${LOCALBASE}/etc/lynx.cfg.)