Notable changes:
- DragonFly support (thanks to asmodai and joerg)
- Add DONT_ENABLE_IPV6 knob (turned into pkgsrc "inet6" option)
- Many small improvements and fixes
> there were some problems during deinstallation so I had to split PLIST
> into two files, one which contains the files and a second one which
> contains the @dirrm Just rename PLIST to PLIST.common and move the @dirrm
> lines into the new file PLIST.common_end. This is needed because the
> @dirrm would be executed while there are still some files left from the
> PLIST.jce or PLIST.plugin filelist. I also removed the '@exec ${MKDIR}
> %D/java/jdk-1.4.2/jre/lib/applet' line, while I did that.
>
> typo in options.mk: SCR instead of SRC and so PLIST.plugin wouldn't be
> included into the generated .PLIST
All files/directories are uninstalled correctly now.