aboutsummaryrefslogtreecommitdiff
path: root/print/p5-Net-Printer
Commit message (Collapse)AuthorAgeFilesLines
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add p5-Net-Printer 0.32, perl extension for direct-to-lpd printing.Erwin Lansing2003-08-284-0/+54
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 Notes: svn path=/head/; revision=87927