The hf6to4 script can be used to setup IPv6 on your home machine and net-
work for exploring IPv6 without any registrations. 6to4 is a mechanism by
which your IPv6 address(es) are derived from an assigned IPv4 address,
and which involves automatic tunnelling to one or more remote 6to4 hubs,
which will then forward your v6 packets on the 6bone etc. Replies are
routed back to you over IPv4 via (possibly) other 6to4 capable remote
gateways. As such, IPv6-in-IPv4-encapsulated packets are accepted from
all v4-hosts.
XXX this is a rewrite of 6to4 in /bin/sh, no more perl required.
devel/gettext and other pkgs installing libraries ending in eg.
`x.y.z.so' rather than `.so.x.y.z'.
also fix off-by-one bug in shlib handling awk script causing the
first .so entry to not be commented out in the PLIST when it should
be.
ok'd by jlam.
file exist when installing a package and it does not contain at
least one line starting with '*' then remove it and let install-info
create a new one.
This should address PR pkg/22555 from reed@.
fastdep is a fast dependency generator for C/C++ files. It generates a
file ready to be parsed by the make(1) utility containing dependancy
specifications for all source files given to it.
The program is written in C++ with a handoptimized parser for just the
preproccesor tokens; therefore it is faster than GCC because it does
just one thing.
to run ldd if it is executable.
fixes bug where binaries just installed would be run (!) and the
install process possibly "hang" on Darwin because Darwin has no ldd!
reported by Gary Duzan in PR pkg/22274
-being here, uodate to 5.3.20
changes:
- Updated for current autoconf/gcc build environment.
- Repair tries to continue even when not all replicas can be mounted.
- I _think_ this code fixes the problem where venus dies when it is
restarted after a local-global conflict and required reinitialization.
- Added 'masquerade_port' option to venus.conf to force venus to use a
fixed port when 'masquerade=1'. Simplifies life for strict firewall
administrators.
- Improved Kerberos intergration.
- Fixed the problem where servers would crash when more than 30000 files
were created in a single volume.
Instead of using the number of bytes to determine whether or not the
file has shrunk, use the number of lines. This will allow for
spelling corrections, login name of committers being shorter than
others, etc. This is a temporary measure until a better distribution
mechanism is used. Suggested by David Brownlee.
support; in particular don't use the C compiler within the bootstrap
ADA installation
(gcc installs "fixinclude" headers which are not portable across
OS versions)
fixes PR pkg/22470 by John R. Shannon
KImageMapEditor is a tool for easily defining regions in HTML image maps.
Features:
o the ability to edit image maps in existing HTML documents
o importing image maps from HTML documents, with a dialog for selecting an
image map to modify from the maps in the document
o a list of all image maps in the active HTML file, for switching among,
deleting or adding new imagemaps
o a list of all images in the active HTML file, for switching among the images
o a pane which displays the appearance and name of the defined regions in the
current image map
o use as a component, such as for use as an imagemap viewer plugin in Konqueror
or as an editor plugin in Quanta Plus
o visual (mouse) and tabular (keyboard) modification of image map regions
o exporting the revised image maps as an HTML document
o integration with Quanta Plus.
KMessage is an xmessage clone: it displays a message (specified as a parameter,
read from a file or piped to standard input) and group of buttons in a dialog
and returns a value based on the selected button.