I'm receiving a MUNBYN ITPP941 label printer next week, and as it turned out, it's one of the most common label printers available globally under at least three different brand names (Beeprt, Rollo, Munbyn).
There is a Linux CUPS driver package available for download: Beeprt-driver-ubuntu_x86_64_v1.3.tar
That driver consists of a Beeprt.ppd and a rastertolabelbeeprt binary, and comes with install/uninstall shell scripts for Ubuntu x86_64.
It's unclear to me if that rastertolabelbeeprt binary can be run under FreeBSD (possibly making use of the FreeBSD Linux binary compatibility layer?), but there is a patched rastertolabel.c from a CUPS fork available, that has support for that printer model class and most likely could be used as a substitute.
I'm not entirely sure on how to proceed with installing that driver and obviously a proper port would make more sense, so that others can benefit from having access to a commonly used label printer as well, but I'm not a developer and not using FreeBSD yet (of course if I had the necessary knowledge, I would contribute), so any help with this would be very much appreciated.
There is a Linux CUPS driver package available for download: Beeprt-driver-ubuntu_x86_64_v1.3.tar
That driver consists of a Beeprt.ppd and a rastertolabelbeeprt binary, and comes with install/uninstall shell scripts for Ubuntu x86_64.
It's unclear to me if that rastertolabelbeeprt binary can be run under FreeBSD (possibly making use of the FreeBSD Linux binary compatibility layer?), but there is a patched rastertolabel.c from a CUPS fork available, that has support for that printer model class and most likely could be used as a substitute.
I'm not entirely sure on how to proceed with installing that driver and obviously a proper port would make more sense, so that others can benefit from having access to a commonly used label printer as well, but I'm not a developer and not using FreeBSD yet (of course if I had the necessary knowledge, I would contribute), so any help with this would be very much appreciated.