Date: Mon, 15 Jun 2020 18:39:29 +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: r538929 - in head/devel: . p5-Term-App-Util-Interactive Message-ID: <202006151839.05FIdTle051761@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 15 18:39:29 2020 New Revision: 538929 URL: https://svnweb.freebsd.org/changeset/ports/538929 Log: Add p5-Term-App-Util-Interactive 0.002 Term::App::Util::Interactive tries to determine whether terminal application is running interactively. WWW: https://metacpan.org/release/Term-App-Util-Interactive Added: head/devel/p5-Term-App-Util-Interactive/ head/devel/p5-Term-App-Util-Interactive/Makefile (contents, props changed) head/devel/p5-Term-App-Util-Interactive/distinfo (contents, props changed) head/devel/p5-Term-App-Util-Interactive/pkg-descr (contents, props changed) head/devel/p5-Term-App-Util-Interactive/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 15 18:39:22 2020 (r538928) +++ head/devel/Makefile Mon Jun 15 18:39:29 2020 (r538929) @@ -3246,6 +3246,7 @@ SUBDIR += p5-Term-Animation SUBDIR += p5-Term-App-Roles SUBDIR += p5-Term-App-Util-Color + SUBDIR += p5-Term-App-Util-Interactive SUBDIR += p5-Term-CallEditor SUBDIR += p5-Term-Choose SUBDIR += p5-Term-Choose-Util Added: head/devel/p5-Term-App-Util-Interactive/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-App-Util-Interactive/Makefile Mon Jun 15 18:39:29 2020 (r538929) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Term-App-Util-Interactive +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Determine whether terminal application is running interactively + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/p5-Term-App-Util-Interactive/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-App-Util-Interactive/distinfo Mon Jun 15 18:39:29 2020 (r538929) @@ -0,0 +1,3 @@ +TIMESTAMP = 1592145005 +SHA256 (Term-App-Util-Interactive-0.002.tar.gz) = 722c58b86ada48a9f8d914d24d9fceb3b62d5c40b25c735d093166d58fff0e60 +SIZE (Term-App-Util-Interactive-0.002.tar.gz) = 15019 Added: head/devel/p5-Term-App-Util-Interactive/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-App-Util-Interactive/pkg-descr Mon Jun 15 18:39:29 2020 (r538929) @@ -0,0 +1,4 @@ +Term::App::Util::Interactive tries to determine whether terminal application is +running interactively. + +WWW: https://metacpan.org/release/Term-App-Util-Interactive Added: head/devel/p5-Term-App-Util-Interactive/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-App-Util-Interactive/pkg-plist Mon Jun 15 18:39:29 2020 (r538929) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Term/App/Util/Interactive.pm +%%PERL5_MAN3%%/Term::App::Util::Interactive.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151839.05FIdTle051761>