Initial import of graphics/p5-GD-Barcode version 1.15
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- GD::Barcode is a subclass of GD and allows you to create barcode image with GD. This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22". From 1.14, you can use this module even if no GD (except plot method).
This commit is contained in:
parent
f4617566ca
commit
80b42bc9ab
3 changed files with 28 additions and 0 deletions
4
graphics/p5-GD-Barcode/DESCR
Normal file
4
graphics/p5-GD-Barcode/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
GD::Barcode is a subclass of GD and allows you to create barcode image with GD.
|
||||
This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22".
|
||||
|
||||
From 1.14, you can use this module even if no GD (except plot method).
|
19
graphics/p5-GD-Barcode/Makefile
Normal file
19
graphics/p5-GD-Barcode/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 11:14:08 dmcmahill Exp $
|
||||
|
||||
DISTNAME= GD-Barcode-1.15
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/GD-Barcode
|
||||
COMMENT= Create barcode image with GD
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/GD/Barcode/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
graphics/p5-GD-Barcode/distinfo
Normal file
5
graphics/p5-GD-Barcode/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/05/17 11:14:08 dmcmahill Exp $
|
||||
|
||||
SHA1 (GD-Barcode-1.15.tar.gz) = e9ecbcb5085e29efb0de61a1fa4e50daea5846fd
|
||||
RMD160 (GD-Barcode-1.15.tar.gz) = b878975e5e53fee84bc095a78f965e0c9dd5ab49
|
||||
Size (GD-Barcode-1.15.tar.gz) = 892881 bytes
|
Loading…
Reference in a new issue