Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2020 18:39:35 +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: r538930 - in head/devel: . p5-Term-App-Util-Size
Message-ID:  <202006151839.05FIdZJY051946@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 15 18:39:35 2020
New Revision: 538930
URL: https://svnweb.freebsd.org/changeset/ports/538930

Log:
  Add p5-Term-App-Util-Size 0.002
  
  Term::App::Util::Size tries to determine the sane terminal height and width.
  
  WWW: https://metacpan.org/release/Term-App-Util-Size

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jun 15 18:39:29 2020	(r538929)
+++ head/devel/Makefile	Mon Jun 15 18:39:35 2020	(r538930)
@@ -3247,6 +3247,7 @@
     SUBDIR += p5-Term-App-Roles
     SUBDIR += p5-Term-App-Util-Color
     SUBDIR += p5-Term-App-Util-Interactive
+    SUBDIR += p5-Term-App-Util-Size
     SUBDIR += p5-Term-CallEditor
     SUBDIR += p5-Term-Choose
     SUBDIR += p5-Term-Choose-Util

Added: head/devel/p5-Term-App-Util-Size/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Util-Size/Makefile	Mon Jun 15 18:39:35 2020	(r538930)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Term-App-Util-Size
+PORTVERSION=	0.002
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Determine the sane terminal size (width, height)
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Term-Size>=0:devel/p5-Term-Size
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Term-App-Util-Size/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Util-Size/distinfo	Mon Jun 15 18:39:35 2020	(r538930)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592145007
+SHA256 (Term-App-Util-Size-0.002.tar.gz) = ca8f94e6e109ac72fd02026f662a15c51e55a41539fe22f2187a9fc60c2ddba2
+SIZE (Term-App-Util-Size-0.002.tar.gz) = 15868

Added: head/devel/p5-Term-App-Util-Size/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Util-Size/pkg-descr	Mon Jun 15 18:39:35 2020	(r538930)
@@ -0,0 +1,3 @@
+Term::App::Util::Size tries to determine the sane terminal height and width.
+
+WWW: https://metacpan.org/release/Term-App-Util-Size

Added: head/devel/p5-Term-App-Util-Size/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-App-Util-Size/pkg-plist	Mon Jun 15 18:39:35 2020	(r538930)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Term/App/Util/Size.pm
+%%PERL5_MAN3%%/Term::App::Util::Size.3.gz



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