From owner-svn-ports-all@freebsd.org Mon Jun 15 18:39:37 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 67D4833BCFD; Mon, 15 Jun 2020 18:39:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49m0Vc481dz42lk; Mon, 15 Jun 2020 18:39:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85DA621D6C; Mon, 15 Jun 2020 18:39:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 05FIdaDR051953; Mon, 15 Jun 2020 18:39:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05FIdZJY051946; Mon, 15 Jun 2020 18:39:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202006151839.05FIdZJY051946@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 15 Jun 2020 18:39:35 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . p5-Term-App-Util-Size X-SVN-Commit-Revision: 538930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2020 18:39:38 -0000 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 +# $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 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