Shell::EnvImporter allows various kinds of shell scripts (csh, tcsh, bash, zsh

and even perl) to be "sourced" into a Perl program.  This module also allows
restoration of the pre-sourced environment.

WWW: http://search.cpan.org/dist/Shell-EnvImporter/

PR:		ports/102587
Submitted by:	Martin Jackson (mhjacks at swbell.net)
This commit is contained in:
Alejandro Pulver 2006-10-05 22:51:12 +00:00
parent 8a4b4ae9e4
commit 076b36615a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174590
5 changed files with 51 additions and 0 deletions

View file

@ -1340,6 +1340,7 @@
SUBDIR += p5-Set-Scalar
SUBDIR += p5-Shape
SUBDIR += p5-Shell-Base
SUBDIR += p5-Shell-EnvImporter
SUBDIR += p5-Shell-Parser
SUBDIR += p5-Shell-Source
SUBDIR += p5-Smart-Comments

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: devel/p5-Shell-EnvImporter
# Date created: 25 Aug 2006
# Whom: Martin Jackson (mhjacks@swbell.net)
#
# $FreeBSD$
#
PORTNAME= Shell-EnvImporter
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Shell
PKGNAMEPREFIX= p5-
MAINTAINER= mhjacks@swbell.net
COMMENT= Inherit different shell environments, and restore previous
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
PERL_CONFIGURE= yes
MAN3= Shell::EnvImporter.3 Shell::EnvImporter::Result.3 Shell::EnvImporter::Shell.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Shell-EnvImporter-1.02.tar.gz) = ef7bb7792174435db4dbe77a92d31a85
SHA256 (Shell-EnvImporter-1.02.tar.gz) = f45d702ecaa710463dee65c0c28720ebc2cd58db9c9907551d8a0710ed4eb985
SIZE (Shell-EnvImporter-1.02.tar.gz) = 15109

View file

@ -0,0 +1,5 @@
Shell::EnvImporter allows various kinds of shell scripts (csh, tcsh, bash, zsh
and even perl) to be "sourced" into a Perl program. This module also allows
restoration of the pre-sourced environment.
WWW: http://search.cpan.org/dist/Shell-EnvImporter/

View file

@ -0,0 +1,18 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/EnvImporter/.packlist
%%SITE_PERL%%/Shell/EnvImporter.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell.pm
%%SITE_PERL%%/Shell/EnvImporter/Result.pm
%%SITE_PERL%%/Shell/EnvImporter/Change.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/sh.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/perl.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/tcsh.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/zsh.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/ksh.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/bash.pm
%%SITE_PERL%%/Shell/EnvImporter/Shell/csh.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/EnvImporter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Shell/EnvImporter
@dirrm %%SITE_PERL%%/Shell/EnvImporter/Shell
@dirrm %%SITE_PERL%%/Shell/EnvImporter
@dirrmtry %%SITE_PERL%%/Shell