Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2019 18:11:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489360 - in head/graphics: . p5-Graphics-ColorUtils
Message-ID:  <201901051811.x05IBM1R020559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jan  5 18:11:22 2019
New Revision: 489360
URL: https://svnweb.freebsd.org/changeset/ports/489360

Log:
  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

Added:
  head/graphics/p5-Graphics-ColorUtils/
  head/graphics/p5-Graphics-ColorUtils/Makefile   (contents, props changed)
  head/graphics/p5-Graphics-ColorUtils/distinfo   (contents, props changed)
  head/graphics/p5-Graphics-ColorUtils/pkg-descr   (contents, props changed)
  head/graphics/p5-Graphics-ColorUtils/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile   (contents, props changed)

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jan  5 18:05:38 2019	(r489359)
+++ head/graphics/Makefile	Sat Jan  5 18:11:22 2019	(r489360)
@@ -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

Added: head/graphics/p5-Graphics-ColorUtils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Graphics-ColorUtils/Makefile	Sat Jan  5 18:11:22 2019	(r489360)
@@ -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>

Added: head/graphics/p5-Graphics-ColorUtils/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Graphics-ColorUtils/distinfo	Sat Jan  5 18:11:22 2019	(r489360)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520253638
+SHA256 (Graphics-ColorUtils-0.17.tar.gz) = 3cd61bac56a9cf78fc132941df876292db70b872a7220ccde6eefcb36ed63604
+SIZE (Graphics-ColorUtils-0.17.tar.gz) = 21968

Added: head/graphics/p5-Graphics-ColorUtils/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Graphics-ColorUtils/pkg-descr	Sat Jan  5 18:11:22 2019	(r489360)
@@ -0,0 +1,3 @@
+Graphics::ColorUtils - Easy-to-use color space conversions and more.
+
+WWW: http://search.cpan.org/dist/Graphics-ColorUtils/

Added: head/graphics/p5-Graphics-ColorUtils/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Graphics-ColorUtils/pkg-plist	Sat Jan  5 18:11:22 2019	(r489360)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Graphics/ColorUtils.pm
+%%PERL5_MAN3%%/Graphics::ColorUtils.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901051811.x05IBM1R020559>