From owner-svn-ports-head@freebsd.org Sat Jan 5 18:11:24 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3276F1419AA2; Sat, 5 Jan 2019 18:11:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CCED58C769; Sat, 5 Jan 2019 18:11:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C11641C26D; Sat, 5 Jan 2019 18:11:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x05IBN4a020566; Sat, 5 Jan 2019 18:11:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x05IBM1R020559; Sat, 5 Jan 2019 18:11:22 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901051811.x05IBM1R020559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 5 Jan 2019 18:11:22 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/graphics: . p5-Graphics-ColorUtils X-SVN-Commit-Revision: 489360 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CCED58C769 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2019 18:11:24 -0000 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 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