diff options
author | abs <abs> | 2011-02-26 18:27:00 +0000 |
---|---|---|
committer | abs <abs> | 2011-02-26 18:27:00 +0000 |
commit | 732d7d777eba223868293d3dd403008c5e82a829 (patch) | |
tree | 19a990ea1b84e3e8acf626d9d8bfcbb6fcb7bec4 /graphics | |
parent | b201fd0558ea82190ff4fc623ee1bb03f2c06056 (diff) | |
download | pkgsrc-732d7d777eba223868293d3dd403008c5e82a829.tar.gz |
Added graphics/p5-Barcode-Code128 version 2.01
Perl module Barcode::Code128 - Generate CODE 128 bar codes.
(copied from wip - thanks phil)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Barcode-Code128/DESCR | 1 | ||||
-rw-r--r-- | graphics/p5-Barcode-Code128/Makefile | 20 | ||||
-rw-r--r-- | graphics/p5-Barcode-Code128/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/graphics/p5-Barcode-Code128/DESCR b/graphics/p5-Barcode-Code128/DESCR new file mode 100644 index 00000000000..23309757777 --- /dev/null +++ b/graphics/p5-Barcode-Code128/DESCR @@ -0,0 +1 @@ +Perl module Barcode::Code128 - Generate CODE 128 bar codes. diff --git a/graphics/p5-Barcode-Code128/Makefile b/graphics/p5-Barcode-Code128/Makefile new file mode 100644 index 00000000000..c45806da989 --- /dev/null +++ b/graphics/p5-Barcode-Code128/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/26 18:27:00 abs Exp $ + +DISTNAME= Barcode-Code128-2.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Barcode/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~wrw/Barcode-Code128-2.01 +COMMENT= Generates bar codes using the CODE 128 symbology + +PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= public-domain + +DEPENDS+= p5-GD>=1.18:../../graphics/p5-GD + +PERL5_PACKLIST= auto/Barcode/Code128/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-Barcode-Code128/distinfo b/graphics/p5-Barcode-Code128/distinfo new file mode 100644 index 00000000000..8e23a86be1b --- /dev/null +++ b/graphics/p5-Barcode-Code128/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/26 18:27:00 abs Exp $ + +SHA1 (Barcode-Code128-2.01.tar.gz) = aa08a87236998d8bc475e669a635c1e654b02073 +RMD160 (Barcode-Code128-2.01.tar.gz) = 212f2c9c15c4286f5c927ea1a76d33e00b8c2b2d +Size (Barcode-Code128-2.01.tar.gz) = 14122 bytes |