Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 00:23:04 +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: r499510 - in head/devel: . p5-Term-App-Roles
Message-ID:  <201904210023.x3L0N4sK018370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 21 00:23:04 2019
New Revision: 499510
URL: https://svnweb.freebsd.org/changeset/ports/499510

Log:
  Add p5-Term-App-Roles 0.02
  
  Term::App::Roles provides collection of roles for terminal-based application.
  This role gives several options to turn on/off terminal-oriented features like
  whether to use UTF8 characters, whether to use colors, and color depth. Defaults
  are set from environment variables or by detecting terminal
  software/capabilities.
  
  WWW: https://metacpan.org/release/Term-App-Roles

Added:
  head/devel/p5-Term-App-Roles/
  head/devel/p5-Term-App-Roles/Makefile   (contents, props changed)
  head/devel/p5-Term-App-Roles/distinfo   (contents, props changed)
  head/devel/p5-Term-App-Roles/pkg-descr   (contents, props changed)
  head/devel/p5-Term-App-Roles/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Apr 21 00:22:29 2019	(r499509)
+++ head/devel/Makefile	Sun Apr 21 00:23:04 2019	(r499510)
@@ -3462,6 +3462,7 @@
     SUBDIR += p5-Term-ANSIColor
     SUBDIR += p5-Term-ANSIScreen
     SUBDIR += p5-Term-Animation
+    SUBDIR += p5-Term-App-Roles
     SUBDIR += p5-Term-CallEditor
     SUBDIR += p5-Term-Choose
     SUBDIR += p5-Term-Choose-Util

Added: head/devel/p5-Term-App-Roles/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Roles/Makefile	Sun Apr 21 00:23:04 2019	(r499510)
@@ -0,0 +1,26 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Term-App-Roles
+PORTVERSION=	0.02
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Collection of roles for terminal-based application
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Moo>=0:devel/p5-Moo \
+		p5-Term-Detect-Software>=0:devel/p5-Term-Detect-Software
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Term-App-Roles/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Roles/distinfo	Sun Apr 21 00:23:04 2019	(r499510)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552169805
+SHA256 (Term-App-Roles-0.02.tar.gz) = bf9b0b76fe7650bd31d8beb41e644918f12bbc8ddb06395532a9eb2f5b665852
+SIZE (Term-App-Roles-0.02.tar.gz) = 16111

Added: head/devel/p5-Term-App-Roles/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Roles/pkg-descr	Sun Apr 21 00:23:04 2019	(r499510)
@@ -0,0 +1,7 @@
+Term::App::Roles provides collection of roles for terminal-based application.
+This role gives several options to turn on/off terminal-oriented features like
+whether to use UTF8 characters, whether to use colors, and color depth. Defaults
+are set from environment variables or by detecting terminal
+software/capabilities.
+
+WWW: https://metacpan.org/release/Term-App-Roles

Added: head/devel/p5-Term-App-Roles/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Roles/pkg-plist	Sun Apr 21 00:23:04 2019	(r499510)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Term/App/Role/Attrs.pm
+%%SITE_PERL%%/Term/App/Roles.pm
+%%PERL5_MAN3%%/Term::App::Role::Attrs.3.gz
+%%PERL5_MAN3%%/Term::App::Roles.3.gz



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