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>
bug-fixes, and also integrates SSL and internationalization support!
For details, see the CHANGES file in the snapshot or at
http://lynx.isc.org/current/CHANGES
No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They
weren't being looked at by default, anyway, while it remains trivial
to override the default locations via environment variables.
* fix: the recently added code to enable external programs to
replace normal lynx handling of individual URL types was not
refreshing the screen after the external program finished
(EXTERNAL set TRUE:TRUE) -DK
* add %s substitution to mailcap_substitute(), overlooked when
implementing the logic to read from stdin when %s is omitted
(reported by IC) -TD
* implement %s, %t, %{charset} and %{encoding} substitutions for
mailcap commands in HTFWriter.c (addresses Debian #21096) -TD
Full change log available online at
http://lynx.isc.org/current/CHANGES
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).
Specifically,
- - All packages which set USE_SSL just lose their RESTRICTED
variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
no longer available. On this, we're no worse off than before.
[We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
a user to utilize strong encryption (working definition: ability
to encode a message that requires a secret key plus big number
arithmetic to decode).
'EXTRACT_SUFX' reduntantly, to make the bzip2 magic work on NetBSD-1.4.*,
and set 'EXTRACT_ONLY', to prevent bzip2 from complaining about the
non-bzip2'd "po" files.
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.
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.
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.)