From 605f95384e283fd919cc5dde7567c647e7622e08 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Mon, 5 Oct 2020 17:24:14 +0000 Subject: [PATCH] Add p5-ColorThemes-Standard 0.002 ColorThemes::Standard provides a standard collection of generic color themes. WWW: https://metacpan.org/release/ColorThemes-Standard --- devel/Makefile | 1 + devel/p5-ColorThemes-Standard/Makefile | 26 +++++++++++++++++++++++++ devel/p5-ColorThemes-Standard/distinfo | 3 +++ devel/p5-ColorThemes-Standard/pkg-descr | 3 +++ devel/p5-ColorThemes-Standard/pkg-plist | 4 ++++ 5 files changed, 37 insertions(+) create mode 100644 devel/p5-ColorThemes-Standard/Makefile create mode 100644 devel/p5-ColorThemes-Standard/distinfo create mode 100644 devel/p5-ColorThemes-Standard/pkg-descr create mode 100644 devel/p5-ColorThemes-Standard/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 2866c4622b22..ae592c18d40d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1896,6 +1896,7 @@ SUBDIR += p5-Color-Theme-Role SUBDIR += p5-ColorThemeBase-Static SUBDIR += p5-ColorThemeUtil-ANSI + SUBDIR += p5-ColorThemes-Standard SUBDIR += p5-Commandable SUBDIR += p5-Commands-Guarded SUBDIR += p5-CommitBit diff --git a/devel/p5-ColorThemes-Standard/Makefile b/devel/p5-ColorThemes-Standard/Makefile new file mode 100644 index 000000000000..009a95dd3643 --- /dev/null +++ b/devel/p5-ColorThemes-Standard/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= ColorThemes-Standard +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLANCAR +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Standard collection of generic color themes + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-ColorThemeBase-Static>=0.006:devel/p5-ColorThemeBase-Static + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include diff --git a/devel/p5-ColorThemes-Standard/distinfo b/devel/p5-ColorThemes-Standard/distinfo new file mode 100644 index 000000000000..b83eb2437d1d --- /dev/null +++ b/devel/p5-ColorThemes-Standard/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1601906276 +SHA256 (ColorThemes-Standard-0.002.tar.gz) = 593304b6d0f8294de302936719056bb9b7bfb7e83f9b27fd10e31e0c0507ca32 +SIZE (ColorThemes-Standard-0.002.tar.gz) = 14442 diff --git a/devel/p5-ColorThemes-Standard/pkg-descr b/devel/p5-ColorThemes-Standard/pkg-descr new file mode 100644 index 000000000000..8d12cff35ea2 --- /dev/null +++ b/devel/p5-ColorThemes-Standard/pkg-descr @@ -0,0 +1,3 @@ +ColorThemes::Standard provides a standard collection of generic color themes. + +WWW: https://metacpan.org/release/ColorThemes-Standard diff --git a/devel/p5-ColorThemes-Standard/pkg-plist b/devel/p5-ColorThemes-Standard/pkg-plist new file mode 100644 index 000000000000..d367c312b5b5 --- /dev/null +++ b/devel/p5-ColorThemes-Standard/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/ColorTheme/NoColor.pm +%%SITE_PERL%%/ColorThemes/Standard.pm +%%PERL5_MAN3%%/ColorTheme::NoColor.3.gz +%%PERL5_MAN3%%/ColorThemes::Standard.3.gz