aboutsummaryrefslogtreecommitdiff
path: root/print/p5-Net-Printer
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.04Marcus Alves Grando2006-06-163-10/+7
| | | | | | | | | PR: 98319 Submitted by: Rong-En Fan <rafan___infor.org> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=165577
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* 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