From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 14 03:50:18 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 429D737B405 for ; Thu, 14 Aug 2003 03:50:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C73743FDF for ; Thu, 14 Aug 2003 03:50:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7EAoFUp035170 for ; Thu, 14 Aug 2003 03:50:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7EAoFkd035169; Thu, 14 Aug 2003 03:50:15 -0700 (PDT) Resent-Date: Thu, 14 Aug 2003 03:50:15 -0700 (PDT) Resent-Message-Id: <200308141050.h7EAoFkd035169@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrew McNaughton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A216837B405 for ; Thu, 14 Aug 2003 03:45:53 -0700 (PDT) Received: from weka.zoo.tapsentertainment.com (eth1383.nsw.adsl.internode.on.net [150.101.203.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id A154B43FB1 for ; Thu, 14 Aug 2003 03:45:52 -0700 (PDT) (envelope-from andrew@weka.zoo.tapsentertainment.com) Received: from weka.zoo.tapsentertainment.com (localhost.tapsentertainment.com [127.0.0.1])h7EAjpdx068862; Thu, 14 Aug 2003 20:45:51 +1000 (EST) (envelope-from andrew@weka.zoo.tapsentertainment.com) Received: (from andrew@localhost)h7EAjpkG068861; Thu, 14 Aug 2003 20:45:51 +1000 (EST) Message-Id: <200308141045.h7EAjpkG068861@weka.zoo.tapsentertainment.com> Date: Thu, 14 Aug 2003 20:45:51 +1000 (EST) From: Andrew McNaughton To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: andrew@scoop.co.nz Subject: ports/55577: New port: p5-Net-Printer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrew McNaughton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2003 10:50:18 -0000 >Number: 55577 >Category: ports >Synopsis: New port: p5-Net-Printer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 14 03:50:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrew McNaughton >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD weka.tapsentertainment.com 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #1: Mon Aug 11 23:02:55 EST 2003 andrew@weka.tapsentertainment.com:/usr/obj/usr/src/sys/weka i386 >Description: 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. >How-To-Repeat: >Fix: --- p5-Net-Printer.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Net-Printer # p5-Net-Printer/Makefile # p5-Net-Printer/pkg-plist # p5-Net-Printer/distinfo # p5-Net-Printer/pkg-descr # echo c - p5-Net-Printer mkdir -p p5-Net-Printer > /dev/null 2>&1 echo x - p5-Net-Printer/Makefile sed 's/^X//' >p5-Net-Printer/Makefile << 'END-of-p5-Net-Printer/Makefile' X# New ports collection makefile for: p5-Net-Printer X# Date created: 14 August 2003 X# Whom: andrew@scoop.co.nz X# X# $FreeBSD: $ X# X XPORTNAME= Net-Printer XPORTVERSION= 0.32 XCATEGORIES= print perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Net XPKGNAMEPREFIX= p5- X XMAINTAINER= andrew@scoop.co.nz XCOMMENT= Perl extension for direct-to-lpd printing X XPERL_CONFIGURE= yes X XMAN3= Net::Printer.3 X X.include END-of-p5-Net-Printer/Makefile echo x - p5-Net-Printer/pkg-plist sed 's/^X//' >p5-Net-Printer/pkg-plist << 'END-of-p5-Net-Printer/pkg-plist' X%%SITE_PERL%%/Net/Printer.pm X%%SITE_PERL%%/auto/Net/Printer/autosplit.ix X END-of-p5-Net-Printer/pkg-plist echo x - p5-Net-Printer/distinfo sed 's/^X//' >p5-Net-Printer/distinfo << 'END-of-p5-Net-Printer/distinfo' XMD5 (Net-Printer-0.32.tar.gz) = 386eb09b1a1b1defe20cc5cd39405ecc END-of-p5-Net-Printer/distinfo echo x - p5-Net-Printer/pkg-descr sed 's/^X//' >p5-Net-Printer/pkg-descr << 'END-of-p5-Net-Printer/pkg-descr' XNet::Printer X============ X XPerl module for directly printing to a print server/printer without Xhaving to create a pipe to either lpr or lp. This essentially mimics Xwhat the BSD LPR program does by connecting directly to the line Xprinter printer port (almost always 515), and transmitting the data Xand control information to the print server. X XPlease note that this module only communicates with the BSD Line XPrinter Daemon Protocol as described in RFC-1179. It does not Xnatively speak to remote print servers via SMB, Apple-Talk or XNetware. Remote print services running lpsched, such as Sun Solaris Xor other Sys V-derived operating systems, will work so long as the Xprint spoolers are set up to understand the BSD protocol. Most modern Xnetwork-capable laser printers, such as those manufactured by HP and XLexMark, also "speak" BSD. END-of-p5-Net-Printer/pkg-descr exit --- p5-Net-Printer.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: