From owner-svn-ports-head@freebsd.org Fri Dec 20 14:23:35 2019 Return-Path: Delivered-To: svn-ports-head@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 9838F1DB005; Fri, 20 Dec 2019 14:23:35 +0000 (UTC) (envelope-from danfe@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) server-signature RSA-PSS (4096 bits) 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 47fWFM3YNgz41d4; Fri, 20 Dec 2019 14:23:35 +0000 (UTC) (envelope-from danfe@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 75633D0; Fri, 20 Dec 2019 14:23:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBKENZ4w048716; Fri, 20 Dec 2019 14:23:35 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBKENYCf048711; Fri, 20 Dec 2019 14:23:34 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201912201423.xBKENYCf048711@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Fri, 20 Dec 2019 14:23:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520508 - in head/devel: . p5-Shell-GetEnv X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/devel: . p5-Shell-GetEnv X-SVN-Commit-Revision: 520508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2019 14:23:35 -0000 Author: danfe Date: Fri Dec 20 14:23:34 2019 New Revision: 520508 URL: https://svnweb.freebsd.org/changeset/ports/520508 Log: Perl module to extract shell environment after executing commands. WWW: https://metacpan.org/release/Shell-GetEnv Added: head/devel/p5-Shell-GetEnv/ head/devel/p5-Shell-GetEnv/Makefile (contents, props changed) head/devel/p5-Shell-GetEnv/distinfo (contents, props changed) head/devel/p5-Shell-GetEnv/pkg-descr (contents, props changed) head/devel/p5-Shell-GetEnv/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Dec 20 14:20:04 2019 (r520507) +++ head/devel/Makefile Fri Dec 20 14:23:34 2019 (r520508) @@ -3179,6 +3179,7 @@ SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-Config-Generate SUBDIR += p5-Shell-EnvImporter + SUBDIR += p5-Shell-GetEnv SUBDIR += p5-Shell-Guess SUBDIR += p5-Shell-Parser SUBDIR += p5-Shell-Source Added: head/devel/p5-Shell-GetEnv/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Shell-GetEnv/Makefile Fri Dec 20 14:23:34 2019 (r520508) @@ -0,0 +1,23 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= Shell-GetEnv +PORTVERSION= 0.10 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Extract shell environment after executing commands + +LICENSE= GPLv3+ + +TEST_DEPENDS= p5-Env-Path>=0:devel/p5-Env-Path \ + p5-Test-TempDir-Tiny>=0:devel/p5-Test-TempDir-Tiny \ + p5-Time-Out>=0:devel/p5-Time-Out + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Shell-GetEnv/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Shell-GetEnv/distinfo Fri Dec 20 14:23:34 2019 (r520508) @@ -0,0 +1,3 @@ +TIMESTAMP = 1472133315 +SHA256 (Shell-GetEnv-0.10.tar.gz) = 7999d401082bbf99d4f3362b649c6cb9223257f5e73bec91bf817acd17cae128 +SIZE (Shell-GetEnv-0.10.tar.gz) = 53861 Added: head/devel/p5-Shell-GetEnv/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Shell-GetEnv/pkg-descr Fri Dec 20 14:23:34 2019 (r520508) @@ -0,0 +1,13 @@ +Shell::GetEnv provides facility for obtaining changes made to environment +variables as the result of running shell scripts. It does this by causing +a shell to invoke a series of user provided shell commands (some of which +might source scripts) and having the shell process store its environment +(using a short Perl script) into a temporary file, which is parsed by the +Shell::Getenv. + +Communications with the shell subprocess may be done via standard IPC (via +a pipe), or may be done via the Perl Expect module (necessary if proper +execution of the shell script requires the shell to be attached to a "real" +terminal). + +WWW: https://metacpan.org/release/Shell-GetEnv Added: head/devel/p5-Shell-GetEnv/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Shell-GetEnv/pkg-plist Fri Dec 20 14:23:34 2019 (r520508) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Shell/GetEnv.pm +%%SITE_PERL%%/Shell/GetEnv/Dumper.pm +%%PERL5_MAN3%%/Shell::GetEnv.3.gz +%%PERL5_MAN3%%/Shell::GetEnv::Dumper.3.gz