From 87a16a926cf0419334b74a7cb010b402ad2b479f Mon Sep 17 00:00:00 2001 From: vanilla Date: Mon, 28 May 2001 12:50:24 +0000 Subject: GD::Barcode - Create barcode image with GD --- graphics/p5-GD-Barcode/Makefile | 36 ++++++++++++++++++++++++++++++++++++ graphics/p5-GD-Barcode/distinfo | 1 + graphics/p5-GD-Barcode/pkg-comment | 1 + graphics/p5-GD-Barcode/pkg-descr | 2 ++ graphics/p5-GD-Barcode/pkg-plist | 16 ++++++++++++++++ 5 files changed, 56 insertions(+) create mode 100644 graphics/p5-GD-Barcode/Makefile create mode 100644 graphics/p5-GD-Barcode/distinfo create mode 100644 graphics/p5-GD-Barcode/pkg-comment create mode 100644 graphics/p5-GD-Barcode/pkg-descr create mode 100644 graphics/p5-GD-Barcode/pkg-plist (limited to 'graphics/p5-GD-Barcode') diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile new file mode 100644 index 0000000..424a310 --- /dev/null +++ b/graphics/p5-GD-Barcode/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: p5-GD-Barcode +# Date created: May 28 2001 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= GD-Barcode +PORTVERSION= 1.13 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GD +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION} +MAN3= GD::Barcode.3 \ + GD::Barcode::COOP2of5.3 \ + GD::Barcode::Code39.3 \ + GD::Barcode::EAN13.3 \ + GD::Barcode::EAN8.3 \ + GD::Barcode::IATA2of5.3 \ + GD::Barcode::ITF.3 \ + GD::Barcode::Industrial2of5.3 \ + GD::Barcode::Matrix2of5.3 \ + GD::Barcode::NW7.3 \ + GD::Barcode::UPCA.3 \ + GD::Barcode::UPCE.3 + +.include diff --git a/graphics/p5-GD-Barcode/distinfo b/graphics/p5-GD-Barcode/distinfo new file mode 100644 index 0000000..329bb87 --- /dev/null +++ b/graphics/p5-GD-Barcode/distinfo @@ -0,0 +1 @@ +MD5 (GD-Barcode-1.13.tar.gz) = 52589c35c555af4948d79b49781e7e0c diff --git a/graphics/p5-GD-Barcode/pkg-comment b/graphics/p5-GD-Barcode/pkg-comment new file mode 100644 index 0000000..1f00afd --- /dev/null +++ b/graphics/p5-GD-Barcode/pkg-comment @@ -0,0 +1 @@ +GD::Barcode - Create barcode image with GD diff --git a/graphics/p5-GD-Barcode/pkg-descr b/graphics/p5-GD-Barcode/pkg-descr new file mode 100644 index 0000000..419dbfe --- /dev/null +++ b/graphics/p5-GD-Barcode/pkg-descr @@ -0,0 +1,2 @@ +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". diff --git a/graphics/p5-GD-Barcode/pkg-plist b/graphics/p5-GD-Barcode/pkg-plist new file mode 100644 index 0000000..78a329a --- /dev/null +++ b/graphics/p5-GD-Barcode/pkg-plist @@ -0,0 +1,16 @@ +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/COOP2of5.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/Code39.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/EAN13.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/EAN8.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/IATA2of5.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/ITF.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/Industrial2of5.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/Matrix2of5.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/NW7.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/UPCA.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/UPCE.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Barcode/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Barcode +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Barcode 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD 2>/dev/null || true -- cgit v1.1