From ad04b8aa66d232da7fe9815d2a0915d69d2d9b8f Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 5 Jan 2019 18:11:22 +0000 Subject: graphics/p5-Graphics-ColorUtils: create port Graphics::ColorUtils - Easy-to-use color space conversions and more. WWW: http://search.cpan.org/dist/Graphics-ColorUtils/ PR: 226364 Submitted by: n_hibma --- graphics/Makefile | 1 + graphics/p5-Graphics-ColorUtils/Makefile | 18 ++++++++++++++++++ graphics/p5-Graphics-ColorUtils/distinfo | 3 +++ graphics/p5-Graphics-ColorUtils/pkg-descr | 3 +++ graphics/p5-Graphics-ColorUtils/pkg-plist | 2 ++ 5 files changed, 27 insertions(+) create mode 100644 graphics/p5-Graphics-ColorUtils/Makefile create mode 100644 graphics/p5-Graphics-ColorUtils/distinfo create mode 100644 graphics/p5-Graphics-ColorUtils/pkg-descr create mode 100644 graphics/p5-Graphics-ColorUtils/pkg-plist (limited to 'graphics') diff --git a/graphics/Makefile b/graphics/Makefile index 8b08143b0030..993f6a2e66bf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -670,6 +670,7 @@ SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW + SUBDIR += p5-Graphics-ColorUtils SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo diff --git a/graphics/p5-Graphics-ColorUtils/Makefile b/graphics/p5-Graphics-ColorUtils/Makefile new file mode 100644 index 000000000000..e6bc683a1e98 --- /dev/null +++ b/graphics/p5-Graphics-ColorUtils/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Graphics-ColorUtils +PORTVERSION= 0.17 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Easy-to-use color space conversions and more + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include diff --git a/graphics/p5-Graphics-ColorUtils/distinfo b/graphics/p5-Graphics-ColorUtils/distinfo new file mode 100644 index 000000000000..b4195492bb49 --- /dev/null +++ b/graphics/p5-Graphics-ColorUtils/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1520253638 +SHA256 (Graphics-ColorUtils-0.17.tar.gz) = 3cd61bac56a9cf78fc132941df876292db70b872a7220ccde6eefcb36ed63604 +SIZE (Graphics-ColorUtils-0.17.tar.gz) = 21968 diff --git a/graphics/p5-Graphics-ColorUtils/pkg-descr b/graphics/p5-Graphics-ColorUtils/pkg-descr new file mode 100644 index 000000000000..80dc57d0c995 --- /dev/null +++ b/graphics/p5-Graphics-ColorUtils/pkg-descr @@ -0,0 +1,3 @@ +Graphics::ColorUtils - Easy-to-use color space conversions and more. + +WWW: http://search.cpan.org/dist/Graphics-ColorUtils/ diff --git a/graphics/p5-Graphics-ColorUtils/pkg-plist b/graphics/p5-Graphics-ColorUtils/pkg-plist new file mode 100644 index 000000000000..522db73f5f56 --- /dev/null +++ b/graphics/p5-Graphics-ColorUtils/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Graphics/ColorUtils.pm +%%PERL5_MAN3%%/Graphics::ColorUtils.3.gz -- cgit