diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-28 20:50:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-28 20:50:24 +0800 |
commit | 87a16a926cf0419334b74a7cb010b402ad2b479f (patch) | |
tree | ab87e3d20a13943a02edd0e2ba3689ee3f30724c /graphics | |
parent | 821f3684973f97d881a763050439f8dd31364e52 (diff) | |
download | freebsd-ports-gnome-87a16a926cf0419334b74a7cb010b402ad2b479f.tar.gz freebsd-ports-gnome-87a16a926cf0419334b74a7cb010b402ad2b479f.tar.zst freebsd-ports-gnome-87a16a926cf0419334b74a7cb010b402ad2b479f.zip |
GD::Barcode - Create barcode image with GD
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/Makefile | 36 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/distinfo | 1 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Barcode/pkg-plist | 16 |
6 files changed, 57 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4947052079f7..74e60daf9496 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -160,6 +160,7 @@ SUBDIR += opengl-man SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-GD + SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-TextUtil diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile new file mode 100644 index 000000000000..424a310ee0ec --- /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 <bsd.port.mk> diff --git a/graphics/p5-GD-Barcode/distinfo b/graphics/p5-GD-Barcode/distinfo new file mode 100644 index 000000000000..329bb8745bf7 --- /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 000000000000..1f00afd3e09d --- /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 000000000000..419dbfe33e9b --- /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 000000000000..78a329ac6495 --- /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 |