the tarball, and changed some minor things in the README + install. :-(
However, this port is the same functionally.
PR: 18719
Submitted by: Alexander Langer <alex@cichlids.com>
Mostly non-critical bugfixes.
While a few new features have been added, most folks who need to upgrade
will know about the bugs that have been biting them.
to use HAS_CONFIGURE instead of GNU_CONFIGURE because for some reason it
kept thinking bsd.port.mk is giving it too many arguments. So I overrode
this behavior with CONFIGURE_ARGS.
"The wwwoffle port has "/var/spool/wwwoffle" hardcoded as the path for
the spool, both in the Makefile and PLIST. Even if a user overrides
this in Makefile they may not know PLIST needs changing.
Also, the installation attempted to change the ownership of some files
to root:wheel, this changes that to ${BINOWN}:${BINGRP}. This means
one less warning message while testing the port as a non-root user if
nothing else."
PR: 18372
Submitted by: maintainer
Wow!! Almost most of problem seems to be fixed!
According to author:
- Activate "RESET" buttun with <textarea>.
- Fix scrollbar's behavior.
- Don't clip words in the right side of the browser.
- Fix behavior with wheel mouse.
- Fix displaying size of <input type=text> and <textarea>.
- Cooperate with Messenger.
HAVE A FUN!
remote control method on demand.
That means, invoking netscape when it's already running will just open
a new window without a 'lock file exists' alert. :)
Do not install this port if you already have a netscape installed,
or you will get ${PREFIX}/bin/netscape overwritten! Try reinstalling
the netscape port after the following commit of mine.
Obtained from: RedHat Linux
This port only installs library for linux-netscape(netscape-dynMotif).
Motif has a critical bug around multi-byte handling in TextWidget such as
<input type=text> and <textarea> fields.
This port will solve the problem (like www/libxpg4-ns for our native netscape).
Instead, it brings various problems (behaviour of scroll bar, a size of textarea, ..)
because lesstif is still in progress and not perfect clone of Motif.
If you have discontent with input/display words in linux-netscape, this is
worth trying this port.