Created attachment 173544 [details] patch to support HBPLv1 printers, v1 this patch is taken from https://www.cybercom.net/~dcoffin/hbpl/ and adds support for HBPLv1 printers such as: * Dell 1250c * Dell C1660w * Dell C1760nw (aka Xerox Phaser 6000) * Epson AcuLaser C1700 * Fuji-Xerox DocuPrint CP105b As this is my first patch, any feedback is highly appreciated. - Oliver
Created attachment 173820 [details] patch to support HBPLv1 printers, v2 * fix for newer ghostscript versions using other papercodes * bumped portrevision
Created attachment 174213 [details] patch to support HBPLv1 printers patch should be better than shar
A commit references this bug: Author: tijl Date: Thu Jan 12 20:20:09 UTC 2017 New revision: 431320 URL: https://svnweb.freebsd.org/changeset/ports/431320 Log: Add support for HBPLv1 printers with patch from https://www.cybercom.net/~dcoffin/hbpl/ Also fix patch-getweb.in: remove -o from FETCHOPTS because fetch is sometimes executed without output file. PR: 211754 Submitted by: Oliver Kett <freebsd@broken-wire.de> Changes: head/print/foo2zjs/Makefile head/print/foo2zjs/distinfo head/print/foo2zjs/files/patch-getweb.in head/print/foo2zjs/pkg-plist
Committed, but instead of adding the patches to the port I used PATCH_SITES/PATCHFILES to download the patch.