Oh my, I only had to builde xfprint and espgs (they aren't in ports) and I have a full local printing system working..
lpr output to my Epson Stylus photo... (including typo of lpw instead of lpq when trying to do things in a rush )
Starting to print from AbiWord
AbiWord documents queued (shown in xfprint-manager)
CUPS spooler history
[ Invalid Attachment ]
This stuff rocks and is obviously great if you are in a bind and need to print something somewhere... a couple of pointers though if you are going to build these addon bits..
xfprint requires a2ps so be sure to install that from the ports first
espgs (ESP Ghostscript) is required for local despooling... you must make sure that you install the jpeg and libpng sources locally into the build tree before building
I used 'gmake' and 'gmake install' to get them installed on my Z... have found that a lot of this stuff has GNU'isms in the makefiles.
- Andy