Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 071E163B882 for ; Wed, 25 Jul 2012 17:15:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C35C514A5EC; Wed, 25 Jul 2012 17:15:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76CFF14A5EB for ; Wed, 25 Jul 2012 17:15:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CDkrSLf_TqmE for ; Wed, 25 Jul 2012 17:15:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id ADB8014A5E2 for ; Wed, 25 Jul 2012 17:15:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 71911175DD; Wed, 25 Jul 2012 17:15:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 25 Jul 2012 17:15:45 +0000 From: "Emile iMil Heitor" Subject: CVS commit: pkgsrc/print/foo2zjs To: pkgsrc-changes@NetBSD.org Reply-To: imil@netbsd.org X-Mailer: log_accum Message-Id: <20120725171545.71911175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: imil Date: Wed Jul 25 17:15:45 UTC 2012 Added Files: pkgsrc/print/foo2zjs: DESCR Makefile PLIST distinfo pkgsrc/print/foo2zjs/patches: patch-Makefile patch-icc2ps_Makefile Log Message: Initial import of foo2zjs, version 20120516, into the NetBSD Packages Collection. foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor 2300 DL or Konica Minolta magicolor 2430 DL or HP LaserJet 1020 or HP LaserJet Pro P1102 or HP LaserJet Pro P1102w or HP LaserJet Pro CP1025nw. These printers are often erroneously referred to as winprinters or GDI printers. However, Microsoft GDI only mandates the API between an application and the printer driver, not the protocol on the wire between the printer driver and the printer. In fact, ZjStream printers are raster printers which happen to use a very efficient wire protocol which was developed by Zenographics and licensed by most major printer manufacturers for at least some of their product lines. ZjStream is just one of many wire protocols that are in use today, such as Postscript, PCL, Epson, etc. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/print/foo2zjs/DESCR \ pkgsrc/print/foo2zjs/Makefile pkgsrc/print/foo2zjs/PLIST \ pkgsrc/print/foo2zjs/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/print/foo2zjs/patches/patch-Makefile \ pkgsrc/print/foo2zjs/patches/patch-icc2ps_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.