From owner-cvs-ports@FreeBSD.ORG Thu Aug 28 13:15:39 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE59316A4BF; Thu, 28 Aug 2003 13:15:39 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7297B43FA3; Thu, 28 Aug 2003 13:15:39 -0700 (PDT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7SKFd0U034425; Thu, 28 Aug 2003 13:15:39 -0700 (PDT) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7SKFdKF034424; Thu, 28 Aug 2003 13:15:39 -0700 (PDT) Message-Id: <200308282015.h7SKFdKF034424@repoman.freebsd.org> From: Erwin Lansing Date: Thu, 28 Aug 2003 13:15:39 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/print Makefile ports/print/p5-Net-Printer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 20:15:40 -0000 erwin 2003/08/28 13:15:39 PDT FreeBSD ports repository Modified files: print Makefile Added files: print/p5-Net-Printer Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.247 +1 -0 ports/print/Makefile 1.1 +28 -0 ports/print/p5-Net-Printer/Makefile (new) 1.1 +1 -0 ports/print/p5-Net-Printer/distinfo (new) 1.1 +17 -0 ports/print/p5-Net-Printer/pkg-descr (new) 1.1 +8 -0 ports/print/p5-Net-Printer/pkg-plist (new)