Date: Sun, 21 Apr 2019 00:25:21 +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: r499515 - in head/devel: . p5-Color-Theme-Role Message-ID: <201904210025.x3L0PLxm019372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 21 00:25:21 2019 New Revision: 499515 URL: https://svnweb.freebsd.org/changeset/ports/499515 Log: Add p5-Color-Theme-Role 0.020 Color::Theme::Role is for class that wants to support color themes. Color theme is represented as a structure according to the specification described in Color::Theme. Color themes are put in modules under Color::Theme::Themes:: (configurable using color_theme_module_prefix attribute). Each color theme modules can contain one or more color themes. The module must define a package global variable named %color_themes that contain color themes keyed by their names. WWW: https://metacpan.org/release/Color-Theme-Role Added: head/devel/p5-Color-Theme-Role/ head/devel/p5-Color-Theme-Role/Makefile (contents, props changed) head/devel/p5-Color-Theme-Role/distinfo (contents, props changed) head/devel/p5-Color-Theme-Role/pkg-descr (contents, props changed) head/devel/p5-Color-Theme-Role/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 21 00:24:50 2019 (r499514) +++ head/devel/Makefile Sun Apr 21 00:25:21 2019 (r499515) @@ -2165,6 +2165,7 @@ SUBDIR += p5-Code-Perl SUBDIR += p5-Color-ANSI-Util SUBDIR += p5-Color-RGB-Util + SUBDIR += p5-Color-Theme-Role SUBDIR += p5-Commandable SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit Added: head/devel/p5-Color-Theme-Role/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-Theme-Role/Makefile Sun Apr 21 00:25:21 2019 (r499515) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Color-Theme-Role +PORTVERSION= 0.020 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Role for class wanting to support color themes + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Color-ANSI-Util>=0.160:devel/p5-Color-ANSI-Util \ + p5-Module-List>=0:devel/p5-Module-List \ + p5-Moo>=0:devel/p5-Moo \ + p5-Term-App-Roles>=0:devel/p5-Term-App-Roles + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-Color-Theme-Role/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-Theme-Role/distinfo Sun Apr 21 00:25:21 2019 (r499515) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552648823 +SHA256 (Color-Theme-Role-0.020.tar.gz) = 497b2cb90243080865d44569857b4dc1e98dbb027ce478d8bc08eaf8dd151a25 +SIZE (Color-Theme-Role-0.020.tar.gz) = 16905 Added: head/devel/p5-Color-Theme-Role/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-Theme-Role/pkg-descr Sun Apr 21 00:25:21 2019 (r499515) @@ -0,0 +1,10 @@ +Color::Theme::Role is for class that wants to support color themes. Color theme +is represented as a structure according to the specification described in +Color::Theme. + +Color themes are put in modules under Color::Theme::Themes:: (configurable using +color_theme_module_prefix attribute). Each color theme modules can contain one +or more color themes. The module must define a package global variable named +%color_themes that contain color themes keyed by their names. + +WWW: https://metacpan.org/release/Color-Theme-Role Added: head/devel/p5-Color-Theme-Role/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Color-Theme-Role/pkg-plist Sun Apr 21 00:25:21 2019 (r499515) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Color/Theme/Role.pm +%%SITE_PERL%%/Color/Theme/Role/ANSI.pm +%%PERL5_MAN3%%/Color::Theme::Role.3.gz +%%PERL5_MAN3%%/Color::Theme::Role::ANSI.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904210025.x3L0PLxm019372>