SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

psh rpm build for : Mageia 8. For other distributions click psh.

Name : psh
Version : 1.8.1 Vendor : Mageia_Org
Release : 15.mga8 Date : 2020-02-12 09:33:41
Group : Development/Perl Source RPM : psh-1.8.1-15.mga8.src.rpm
Size : 0.38 MB
Packager : umeabot < umeabot>
Summary : Developping for Perl Shell
Description :
*psh* is a Perl program which executes a read-eval loop with enough options
so that general behavior reasonably similar to more traditional shells like
\'*sh*\' or \'*bash*\' can be achieved, while still allowing arbitrary perl
expressions to be evaluated.

By default within *psh*, the Perl *-w* flag and \'\'use strict\'\' are not
employed so that the user is not bound by their stipulations. They can both
be turned on via a command-line flag; or setting \'$^W = 1\' will turn on
warnings, and calling \'\'use strict\'\' will (almost) do the usual thing if
called by the user (see LIMITATIONS, below).

Each line of input is read. *psh* knows a number of possible strategies for
evaluating the line, such as \"send it to \'system()\' if it starts with the
name of an executable visible in \'$ENV{PATH}\'\". (See below for a complete
list.) Each strategy in turn (from a user-definable list) examines the
command line to see if it can apply, and the first matching strategy
evaluates the line. There is a *psh* configuration variable (see below)
which controls whether the perl value of the evaluation is saved and
printed after each command.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  psh-1.8.1-15.mga8.noarch.rpm
ftp.icm.edu.pl  psh-1.8.1-15.mga8.noarch.rpm
ftp.icm.edu.pl  psh-1.8.1-15.mga8.noarch.rpm
ftp.icm.edu.pl  psh-1.8.1-15.mga8.noarch.rpm
     

Provides :
perl(Psh)
perl(Psh::Builtins::Alias)
perl(Psh::Builtins::Bg)
perl(Psh::Builtins::Bind)
perl(Psh::Builtins::Builtin)
perl(Psh::Builtins::Cd)
perl(Psh::Builtins::Complete)
perl(Psh::Builtins::Delenv)
perl(Psh::Builtins::Dirs)
perl(Psh::Builtins::Drives)
perl(Psh::Builtins::Else)
perl(Psh::Builtins::Elsif)
perl(Psh::Builtins::Exit)
perl(Psh::Builtins::Export)
perl(Psh::Builtins::Fallback::Env)
perl(Psh::Builtins::Fallback::Ls)
perl(Psh::Builtins::Fc)
perl(Psh::Builtins::Fg)
perl(Psh::Builtins::Firsttime)
perl(Psh::Builtins::Forfile)
perl(Psh::Builtins::Function)
perl(Psh::Builtins::Hash)
perl(Psh::Builtins::Help)
perl(Psh::Builtins::History)
perl(Psh::Builtins::If)
perl(Psh::Builtins::Jobs)
perl(Psh::Builtins::Kill)
perl(Psh::Builtins::Modules)
perl(Psh::Builtins::Option)
perl(Psh::Builtins::Package)
perl(Psh::Builtins::Printenv)
perl(Psh::Builtins::Readline)
perl(Psh::Builtins::Rehash)
perl(Psh::Builtins::Rename)
perl(Psh::Builtins::Set)
perl(Psh::Builtins::Setenv)
perl(Psh::Builtins::Source)
perl(Psh::Builtins::Strategy)
perl(Psh::Builtins::Sudo)
perl(Psh::Builtins::Symbols)
perl(Psh::Builtins::Theme)
perl(Psh::Builtins::Tieopt)
perl(Psh::Builtins::Ulimit)
perl(Psh::Builtins::Unalias)
perl(Psh::Builtins::Which)
perl(Psh::Completion)
perl(Psh::Job)
perl(Psh::Joblist)
perl(Psh::Locale)
perl(Psh::Locale::Default)
perl(Psh::Locale::French)
perl(Psh::Locale::German)
perl(Psh::Locale::Italian)
perl(Psh::Locale::Portuguese)
perl(Psh::Locale::Spanish)
perl(Psh::OS)
perl(Psh::OS::Unix)
perl(Psh::OS::Win)
perl(Psh::Options)
perl(Psh::PCompletion)
perl(Psh::Parser)
perl(Psh::PerlEval)
perl(Psh::Prompt)
perl(Psh::Strategy)
perl(Psh::Strategy::Auto_cd)
perl(Psh::Strategy::Auto_resume)
perl(Psh::Strategy::Bang)
perl(Psh::Strategy::Brace)
perl(Psh::Strategy::Built_in)
perl(Psh::Strategy::Darwin_apps)
perl(Psh::Strategy::Debug)
perl(Psh::Strategy::Eval)
perl(Psh::Strategy::Executable)
perl(Psh::Strategy::Fallback_builtin)
perl(Psh::Strategy::Perl)
perl(Psh::Strategy::Perlfunc)
perl(Psh::Strategy::Perlfunc_heavy)
perl(Psh::Strategy::Perlscript)
perl(Psh::Support::Alias)
perl(Psh::Support::Builtins)
perl(Psh::Support::Debug)
perl(Psh::Support::Dirs)
perl(Psh::Support::Env)
perl(Psh::Support::Functions)
perl(Psh::Support::TiedOption)
perl(Psh::Support::TiedOption::Array)
perl(Psh::Support::TiedOption::Hash)
perl(Psh::Support::TiedOption::Scalar)
perl(Psh::Util)
perl(Psh::_version)
psh

Requires :
perl(Cwd)
perl(Data::Dumper)
perl(Exporter)
perl(File::Spec)
perl(Getopt::Std)
perl(POSIX)
perl(Psh)
perl(Psh::Builtins::Cd)
perl(Psh::Builtins::If)
perl(Psh::Completion)
perl(Psh::Joblist)
perl(Psh::Locale)
perl(Psh::OS)
perl(Psh::Options)
perl(Psh::Parser)
perl(Psh::PerlEval)
perl(Psh::Strategy)
perl(Psh::Support::Alias)
perl(Psh::Support::Builtins)
perl(Psh::Support::Debug)
perl(Psh::Support::Dirs)
perl(Psh::Support::Env)
perl(Psh::Support::Functions)
perl(Psh::Support::TiedOption)
perl(Psh::Util)
perl(locale)
perl(strict)
perl(vars)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/psh
/usr/share/doc/psh
/usr/share/doc/psh/COPYRIGHT
/usr/share/doc/psh/HACKING
/usr/share/doc/psh/INSTALL
/usr/share/doc/psh/META.yml
/usr/share/doc/psh/README
/usr/share/doc/psh/RELEASE
/usr/share/doc/psh/TODO
/usr/share/doc/psh/examples
/usr/share/doc/psh/examples/complete-examples
/usr/share/man/man1/psh.1.xz
/usr/share/man/man1/pshcomplete.1.xz
/usr/share/man/man1/pshconfig.1.xz
/usr/share/man/man1/pshdevel.1.xz
/usr/share/man/man3/Psh::Builtins::Alias.3pm.xz
/usr/share/man/man3/Psh::Builtins::Bg.3pm.xz
/usr/share/man/man3/Psh::Builtins::Bind.3pm.xz
/usr/share/man/man3/Psh::Builtins::Builtin.3pm.xz
/usr/share/man/man3/Psh::Builtins::Cd.3pm.xz
/usr/share/man/man3/Psh::Builtins::Complete.3pm.xz
/usr/share/man/man3/Psh::Builtins::Delenv.3pm.xz
/usr/share/man/man3/Psh::Builtins::Dirs.3pm.xz
/usr/share/man/man3/Psh::Builtins::Drives.3pm.xz
/usr/share/man/man3/Psh::Builtins::Exit.3pm.xz
/usr/share/man/man3/Psh::Builtins::Export.3pm.xz
/usr/share/man/man3/Psh::Builtins::Fallback::Env.3pm.xz
/usr/share/man/man3/Psh::Builtins::Fallback::Ls.3pm.xz
/usr/share/man/man3/Psh::Builtins::Fc.3pm.xz
/usr/share/man/man3/Psh::Builtins::Fg.3pm.xz
There is 141 files more in these RPM.

 
ICM