Bug 55577 - New port: p5-Net-Printer
Summary: New port: p5-Net-Printer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-14 11:50 UTC by Andrew McNaughton
Modified: 2003-08-28 21:16 UTC (History)
1 user (show)

See Also:


Attachments
p5-Net-Printer.shar (2.42 KB, text/plain)
2003-08-14 11:50 UTC, Andrew McNaughton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew McNaughton 2003-08-14 11:50:14 UTC
Net::Printer
============

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.

Please note that this module only communicates with the BSD Line
Printer Daemon Protocol as described in RFC-1179.  It does not
natively speak to remote print servers via SMB, Apple-Talk or
Netware.  Remote print services running lpsched, such as Sun Solaris
or other Sys V-derived operating systems, will work so long as the
print spoolers are set up to understand the BSD protocol.  Most modern
network-capable laser printers, such as those manufactured by HP and
LexMark, also "speak" BSD.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2003-08-28 21:15:13 UTC
State Changed
From-To: open->closed

Port added, thanks! 

Some comments: 
- you forgot to add the installed directories to pkg-plist 
- please use portlint -avN for new ports 
- this module requires perl 5.6.0 or higher so I marked it 
IGNORE for all perl versions below