pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Shell-Guess



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep 29 13:19:09 UTC 2017

Added Files:
        pkgsrc/devel/p5-Shell-Guess: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Shell-Guess/DESCR \
    pkgsrc/devel/p5-Shell-Guess/Makefile pkgsrc/devel/p5-Shell-Guess/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Shell-Guess/DESCR
diff -u /dev/null pkgsrc/devel/p5-Shell-Guess/DESCR:1.1
--- /dev/null   Fri Sep 29 13:19:09 2017
+++ pkgsrc/devel/p5-Shell-Guess/DESCR   Fri Sep 29 13:19:09 2017
@@ -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.
Index: pkgsrc/devel/p5-Shell-Guess/Makefile
diff -u /dev/null pkgsrc/devel/p5-Shell-Guess/Makefile:1.1
--- /dev/null   Fri Sep 29 13:19:09 2017
+++ pkgsrc/devel/p5-Shell-Guess/Makefile        Fri Sep 29 13:19:09 2017
@@ -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"
Index: pkgsrc/devel/p5-Shell-Guess/distinfo
diff -u /dev/null pkgsrc/devel/p5-Shell-Guess/distinfo:1.1
--- /dev/null   Fri Sep 29 13:19:09 2017
+++ pkgsrc/devel/p5-Shell-Guess/distinfo        Fri Sep 29 13:19:09 2017
@@ -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