Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id AC09863C54C for ; Tue, 17 May 2011 10:51:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B81C14A15E; Tue, 17 May 2011 10:51:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73D4A14A176 for ; Tue, 17 May 2011 10:51:28 +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 nZ+0SpIdvUyC for ; Tue, 17 May 2011 10:51:27 +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 5815D14A15E for ; Tue, 17 May 2011 10:51:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 456F8175DD; Tue, 17 May 2011 10:51:27 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Date: Tue, 17 May 2011 10:51:27 +0000 From: "Dan McMahill" Subject: CVS commit: pkgsrc/graphics/p5-Barcode-Code128 To: pkgsrc-changes@NetBSD.org Reply-To: dmcmahill@netbsd.org X-Mailer: log_accum Message-Id: <20110517105127.456F8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: dmcmahill Date: Tue May 17 10:51:27 UTC 2011 Update of /cvsroot/pkgsrc/graphics/p5-Barcode-Code128 In directory ivanova.netbsd.org:/tmp/cvs-serv11477 Log Message: Initial import of graphics/p5-Barcode-Code128 version 2.01 This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- Barcode::Code128 generates bar codes using the CODE 128 symbology. It can generate images in PNG or GIF format using the GD package, or it can generate a text string representing the barcode that you can render using some other technology if desired. The intended use of this module is to create a web page with a bar code on it, which can then be printed out and faxed or mailed to someone who will scan the bar code. The application which spurred its creation was an expense report tool, where the employee submitting the report would print out the web page and staple the receipts to it, and the Accounts Payable clerk would scan the bar code to indicate that the receipts were received. The default settings for this module produce a large image that can safely be FAXed several times and still scanned easily. If this requirement is not important you can generate smaller image using optional parameters. If you wish to generate images with this module you must also have the GD.pm module (written by Lincoln Stein, and available from CPAN) installed. If the GD module is not present, you can still use the module, but you will not be able to use its functions for generating images. You can use the barcode() method to get a string of "#" and " " (hash and space) characters, and use your own image-generating routine with that as input. Status: Vendor Tag: TNF Release Tags: pkgsrc-base U pkgsrc/graphics/p5-Barcode-Code128/Makefile U pkgsrc/graphics/p5-Barcode-Code128/DESCR U pkgsrc/graphics/p5-Barcode-Code128/distinfo No conflicts created by this import