aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Color-Theme-Role
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:25:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-21 00:25:21 +0000
commit733f56652fcdea49d0cf70516a10fd56f58bb6a8 (patch)
tree260cb84aa40e2c3de94994ee6fcb3ffa1a5206f0 /devel/p5-Color-Theme-Role
parent786ebd160df1360ef8940b9e3438f789e4597d2b (diff)
downloadports-733f56652fcdea49d0cf70516a10fd56f58bb6a8.tar.gz
ports-733f56652fcdea49d0cf70516a10fd56f58bb6a8.zip
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
Notes
Notes: svn path=/head/; revision=499515
Diffstat (limited to 'devel/p5-Color-Theme-Role')
-rw-r--r--devel/p5-Color-Theme-Role/Makefile28
-rw-r--r--devel/p5-Color-Theme-Role/distinfo3
-rw-r--r--devel/p5-Color-Theme-Role/pkg-descr10
-rw-r--r--devel/p5-Color-Theme-Role/pkg-plist4
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-Color-Theme-Role/Makefile b/devel/p5-Color-Theme-Role/Makefile
new file mode 100644
index 000000000000..2e812cf2e8b4
--- /dev/null
+++ b/devel/p5-Color-Theme-Role/Makefile
@@ -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>
diff --git a/devel/p5-Color-Theme-Role/distinfo b/devel/p5-Color-Theme-Role/distinfo
new file mode 100644
index 000000000000..ba6be3189eab
--- /dev/null
+++ b/devel/p5-Color-Theme-Role/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552648823
+SHA256 (Color-Theme-Role-0.020.tar.gz) = 497b2cb90243080865d44569857b4dc1e98dbb027ce478d8bc08eaf8dd151a25
+SIZE (Color-Theme-Role-0.020.tar.gz) = 16905
diff --git a/devel/p5-Color-Theme-Role/pkg-descr b/devel/p5-Color-Theme-Role/pkg-descr
new file mode 100644
index 000000000000..f17a22828f48
--- /dev/null
+++ b/devel/p5-Color-Theme-Role/pkg-descr
@@ -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
diff --git a/devel/p5-Color-Theme-Role/pkg-plist b/devel/p5-Color-Theme-Role/pkg-plist
new file mode 100644
index 000000000000..86024efbb0b5
--- /dev/null
+++ b/devel/p5-Color-Theme-Role/pkg-plist
@@ -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