freebsd-ports/print/p5-Net-Printer/pkg-plist
Erwin Lansing a99424ed00 Add p5-Net-Printer 0.32, perl extension for direct-to-lpd printing.
Perl module for directly printing to a print server/printer without
having to create a pipe to either lpr or lp.  This essentially mimics
what the BSD LPR program does by connecting directly to the line
printer printer port (almost always 515), and transmitting the data
and control information to the print server.

PR:		55577
Submitted by:	andrew@scoop.co.nz
2003-08-28 20:15:39 +00:00

8 lines
380 B
Text

%%SITE_PERL%%/Net/Printer.pm
%%SITE_PERL%%/auto/Net/Printer/autosplit.ix
%%SITE_PERL%%/mach/auto/Net/Printer/.packlist
@dirrm %%SITE_PERL%%/mach/auto/Net/Printer
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Net 2>/dev/null || true
@dirrm %%SITE_PERL%%/auto/Net/Printer
@unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true