svn commit: r333079 - in head/graphics: . p5-Color-Calc

Vanilla I. Shu vanilla at FreeBSD.org
Thu Nov 7 10:45:24 UTC 2013


Author: vanilla
Date: Thu Nov  7 10:45:23 2013
New Revision: 333079
URL: http://svnweb.freebsd.org/changeset/ports/333079

Log:
  Add p5-Color-Calc.

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Nov  7 10:39:25 2013	(r333078)
+++ head/graphics/Makefile	Thu Nov  7 10:45:23 2013	(r333079)
@@ -640,6 +640,7 @@
     SUBDIR += p5-Chart-Clicker
     SUBDIR += p5-Chart-Graph
     SUBDIR += p5-Chart-PNGgraph
+    SUBDIR += p5-Color-Calc
     SUBDIR += p5-Color-Library
     SUBDIR += p5-Color-Palette
     SUBDIR += p5-Color-Rgb

Added: head/graphics/p5-Color-Calc/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Color-Calc/Makefile	Thu Nov  7 10:45:23 2013	(r333079)
@@ -0,0 +1,20 @@
+# Created by: vanilla
+# $FreeBSD$
+
+PORTNAME=	Color-Calc
+PORTVERSION=	1.073
+CATEGORIES=	graphics perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	Color
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	vanilla at FreeBSD.org
+COMMENT=	Simple calculations with RGB colors
+
+BUILD_DEPENDS=	p5-Graphics-ColorNames-WWW>=1.13:${PORTSDIR}/graphics/p5-Graphics-ColorNames-WWW
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/graphics/p5-Color-Calc/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Color-Calc/distinfo	Thu Nov  7 10:45:23 2013	(r333079)
@@ -0,0 +1,2 @@
+SHA256 (Color-Calc-1.073.tar.gz) = f474253f0017691fc8473e0bcd3e6b7de4948a81fa90d39dee2e4eedb2f12323
+SIZE (Color-Calc-1.073.tar.gz) = 26949

Added: head/graphics/p5-Color-Calc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Color-Calc/pkg-descr	Thu Nov  7 10:45:23 2013	(r333079)
@@ -0,0 +1,4 @@
+The module implements simple calculations with RGB colors.
+This can be used to create a full color scheme from a few colors.
+
+WWW: http://search.cpan.org/dist/Color-Calc/

Added: head/graphics/p5-Color-Calc/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/p5-Color-Calc/pkg-plist	Thu Nov  7 10:45:23 2013	(r333079)
@@ -0,0 +1,9 @@
+%%PERL5_MAN3%%/Color::Calc.3.gz
+%%PERL5_MAN3%%/Color::Calc::WWW.3.gz
+%%SITE_PERL%%/Color/Calc.pm
+%%SITE_PERL%%/Color/Calc/WWW.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Calc/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color/Calc
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Color
+ at dirrmtry %%SITE_PERL%%/Color/Calc
+ at dirrmtry %%SITE_PERL%%/Color


More information about the svn-ports-all mailing list