diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-28 20:15:39 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-28 20:15:39 +0000 |
commit | a99424ed008d505d379ae1f9e17f428ac884c2c9 (patch) | |
tree | b4ec9c8c2a5abb26eba54fb58a86311e154ae0ee /print/Makefile | |
parent | Update to 2.0.3 (diff) |
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
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 71d9bcb6b880..e9a56e435996 100644 --- a/print/Makefile +++ b/print/Makefile @@ -107,6 +107,7 @@ SUBDIR += nenscript SUBDIR += offix-printer SUBDIR += p5-GnomePrint + SUBDIR += p5-Net-Printer SUBDIR += p5-PDFLib SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF |