Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 2020 17:24:14 +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: r551511 - in head/devel: . p5-ColorThemes-Standard
Message-ID:  <202010051724.095HOEhI065121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct  5 17:24:14 2020
New Revision: 551511
URL: https://svnweb.freebsd.org/changeset/ports/551511

Log:
  Add p5-ColorThemes-Standard 0.002
  
  ColorThemes::Standard provides a standard collection of generic color themes.
  
  WWW: https://metacpan.org/release/ColorThemes-Standard

Added:
  head/devel/p5-ColorThemes-Standard/
  head/devel/p5-ColorThemes-Standard/Makefile   (contents, props changed)
  head/devel/p5-ColorThemes-Standard/distinfo   (contents, props changed)
  head/devel/p5-ColorThemes-Standard/pkg-descr   (contents, props changed)
  head/devel/p5-ColorThemes-Standard/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Oct  5 17:24:08 2020	(r551510)
+++ head/devel/Makefile	Mon Oct  5 17:24:14 2020	(r551511)
@@ -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

Added: head/devel/p5-ColorThemes-Standard/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ColorThemes-Standard/Makefile	Mon Oct  5 17:24:14 2020	(r551511)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/devel/p5-ColorThemes-Standard/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ColorThemes-Standard/distinfo	Mon Oct  5 17:24:14 2020	(r551511)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1601906276
+SHA256 (ColorThemes-Standard-0.002.tar.gz) = 593304b6d0f8294de302936719056bb9b7bfb7e83f9b27fd10e31e0c0507ca32
+SIZE (ColorThemes-Standard-0.002.tar.gz) = 14442

Added: head/devel/p5-ColorThemes-Standard/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ColorThemes-Standard/pkg-descr	Mon Oct  5 17:24:14 2020	(r551511)
@@ -0,0 +1,3 @@
+ColorThemes::Standard provides a standard collection of generic color themes.
+
+WWW: https://metacpan.org/release/ColorThemes-Standard

Added: head/devel/p5-ColorThemes-Standard/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-ColorThemes-Standard/pkg-plist	Mon Oct  5 17:24:14 2020	(r551511)
@@ -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



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