pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Shell-Guess devel/p5-Shell-Guess: import p5-S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a8fba362fd27
branches: trunk
changeset: 369391:a8fba362fd27
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 29 13:19:09 2017 +0000
description:
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.
diffstat:
devel/p5-Shell-Guess/DESCR | 5 +++++
devel/p5-Shell-Guess/Makefile | 18 ++++++++++++++++++
devel/p5-Shell-Guess/distinfo | 6 ++++++
3 files changed, 29 insertions(+), 0 deletions(-)
diffs (41 lines):
diff -r ffdab687d3ec -r a8fba362fd27 devel/p5-Shell-Guess/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Guess/DESCR Fri Sep 29 13:19:09 2017 +0000
@@ -0,0 +1,5 @@
+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.
diff -r ffdab687d3ec -r a8fba362fd27 devel/p5-Shell-Guess/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Guess/Makefile Fri Sep 29 13:19:09 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 13:19:09 wiz Exp $
+
+DISTNAME= Shell-Guess-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Shell/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Shell-Guess/
+COMMENT= Make an educated guess about the shell in use
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Unix-Process-[0-9]*:../../sysutils/p5-Unix-Process
+
+PERL5_PACKLIST= auto/Shell/Guess/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ffdab687d3ec -r a8fba362fd27 devel/p5-Shell-Guess/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Shell-Guess/distinfo Fri Sep 29 13:19:09 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 13:19:09 wiz Exp $
+
+SHA1 (Shell-Guess-0.07.tar.gz) = b04d8412d4ea063076780915fa7872d47df0bf32
+RMD160 (Shell-Guess-0.07.tar.gz) = 8847ba1e94f78a61dc229e91a1c2846e6ae16a55
+SHA512 (Shell-Guess-0.07.tar.gz) = 534eb01c0186a56a61dc4af65126742246b50fa3b32cb5046807cd68c5f6e2814958532d372d9c86be9247f5ea58d0dd4c65c7a20f52f8b1429157c13dce878f
+Size (Shell-Guess-0.07.tar.gz) = 21909 bytes
Home |
Main Index |
Thread Index |
Old Index