Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Shell-Guess
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 6 09:40:00 2023 UTC (2 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: recursive bump for perl 5.38
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:13 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
*: recursive bump for perl 5.36
Revision 1.8 / (download) - annotate - [select for diffs], Mon May 24 19:51:32 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.34
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:50 2020 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:19 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:43 2019 UTC (4 years, 2 months ago) by nia
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 16 06:59:46 2018 UTC (4 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.3: +2 -3
lines
Diff to previous 1.3 (colored)
Update to 0.09 Upstream changes: 0.09 2018-12-06 21:07:21 -0500 - Detect PowerShell on Unix (pwsh)
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:37 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Recursive bump for perl5-5.28.0
Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 30 14:13:27 2017 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
p5-Shell-Guess: update to 0.08. 0.08 2017-12-19 11:30:36 -0500 - Use /proc/[pid]/comm as a method for guessing the shell in addition to the methods already used (simbabque++)
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 29 13:19:09 2017 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
devel/p5-Shell-Guess: import p5-Shell-Guess-0.07 Shell::Guess makes a reasonably aggressive attempt to determine the shell being employed by the user, either the shell that executed the perl script directly (the "running" shell), or the users' login shell (the "login" shell). It does this by a variety of means available to it, depending on the platform that it is running on.