Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 00:15:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499492 - in head/devel: . p5-Color-RGB-Util
Message-ID:  <201904210015.x3L0FWg4010368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 21 00:15:32 2019
New Revision: 499492
URL: https://svnweb.freebsd.org/changeset/ports/499492

Log:
  Add p5-Color-RGB-Util 0.595
  
  Color::RGB::Util provides utilities related to RGB colors.
  
  WWW: https://metacpan.org/release/Color-RGB-Util

Added:
  head/devel/p5-Color-RGB-Util/
  head/devel/p5-Color-RGB-Util/Makefile   (contents, props changed)
  head/devel/p5-Color-RGB-Util/distinfo   (contents, props changed)
  head/devel/p5-Color-RGB-Util/pkg-descr   (contents, props changed)
  head/devel/p5-Color-RGB-Util/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Apr 20 23:18:55 2019	(r499491)
+++ head/devel/Makefile	Sun Apr 21 00:15:32 2019	(r499492)
@@ -2163,6 +2163,7 @@
     SUBDIR += p5-Clone-PP
     SUBDIR += p5-Code-Perl
     SUBDIR += p5-Color-ANSI-Util
+    SUBDIR += p5-Color-RGB-Util
     SUBDIR += p5-Commandable
     SUBDIR += p5-Commands-Guarded
     SUBDIR += p5-CommitBit

Added: head/devel/p5-Color-RGB-Util/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Color-RGB-Util/Makefile	Sun Apr 21 00:15:32 2019	(r499492)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Color-RGB-Util
+PORTVERSION=	0.595
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Utilities related to RGB colors
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Color-RGB-Util/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Color-RGB-Util/distinfo	Sun Apr 21 00:15:32 2019	(r499492)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552646755
+SHA256 (Color-RGB-Util-0.595.tar.gz) = 17bc8a5a9f4877be7a976d4e6a9e071f80c02b5cd86dda00d9686c96b2abb412
+SIZE (Color-RGB-Util-0.595.tar.gz) = 19305

Added: head/devel/p5-Color-RGB-Util/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Color-RGB-Util/pkg-descr	Sun Apr 21 00:15:32 2019	(r499492)
@@ -0,0 +1,3 @@
+Color::RGB::Util provides utilities related to RGB colors.
+
+WWW: https://metacpan.org/release/Color-RGB-Util

Added: head/devel/p5-Color-RGB-Util/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Color-RGB-Util/pkg-plist	Sun Apr 21 00:15:32 2019	(r499492)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Color/RGB/Util.pm
+%%PERL5_MAN3%%/Color::RGB::Util.3.gz



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