freebsd-ports/print/ipp-usb/files/patch-dnssd__avahi.go
Foo Chuan Wei c30e441545 print/ipp-usb: Add port
ipp-usb daemon enables driver-less printing and scanning on USB-only
AirPrint-compatible printers and MFPs.  It works by connecting to the device by
USB using IPP-over-USB protocol, and exposing the device to the network,
including DNS-SD (ZeroConf) advertising.  IPP printing, eSCL scanning and web
console are fully supported.

WWW: https://github.com/OpenPrinting/ipp-usb

PR:		271226
2023-05-12 01:23:30 +02:00

8 lines
209 B
Go

--- dnssd_avahi.go.orig 2023-05-01 00:00:00 UTC
+++ dnssd_avahi.go
@@ -1,4 +1,4 @@
-// +build linux
+// +build linux freebsd
/* ipp-usb - HTTP reverse proxy, backed by IPP-over-USB connection to device
*