aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2019-01-06 02:11:22 +0800
committerswills <swills@FreeBSD.org>2019-01-06 02:11:22 +0800
commitab700badfb65fc744f7bde19c8f00abd0b2cd774 (patch)
tree50b5f1b08bb4a513566fdc1f4d8be5a758afcc0d
parent85965775336260817e198afef22324afb7f49952 (diff)
downloadfreebsd-ports-gnome-ab700badfb65fc744f7bde19c8f00abd0b2cd774.tar.gz
freebsd-ports-gnome-ab700badfb65fc744f7bde19c8f00abd0b2cd774.tar.zst
freebsd-ports-gnome-ab700badfb65fc744f7bde19c8f00abd0b2cd774.zip
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
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/p5-Graphics-ColorUtils/Makefile18
-rw-r--r--graphics/p5-Graphics-ColorUtils/distinfo3
-rw-r--r--graphics/p5-Graphics-ColorUtils/pkg-descr3
-rw-r--r--graphics/p5-Graphics-ColorUtils/pkg-plist2
5 files changed, 27 insertions, 0 deletions
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 <bsd.port.mk>
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