maintainer-feedback requested: [Bug 292062] print/pdf4tcl: upgrade from 0.8 to 0.94

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 31 Dec 2025 04:44:42 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-tcltk (Nobody)
<tcltk@FreeBSD.org> for maintainer-feedback:
Bug 292062: print/pdf4tcl: upgrade from 0.8 to 0.94
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292062



--- Description ---
The 0.8 version is from 2012. The "new" 0.94 is from 2021...

The change-log is in the URL -- everything, but the top-most entry is
applicable.

Also:
	- install into ${PREFIX}/lib/pdf4tcl/. The earlier version
	  used ${PKGNAME}, which needlessly appended the ${PORTVERSION}
	  and even the ${PORTREVISION} to the destination directory.
	- use ${INSTALL_MAN} to install the man-page
	- use ${INSTALL_DATA} to install the TCL-files -- instead of
	  copying the tree
	- drop the DOCS-option and ignore the HTML version of the
	  documentation for good. The HTML is generated from the same
	  source as the man-page, and doesn't add any value over it.
	- add license -- the actual license-file is exactly the same
	  as that of devel/tcltls (except for the list of authors),
	  so copy the section verbatim from there. We really ought
	  to add TclTk to the bsd.licenses.db.mk