svn commit: r495237 - in head/devel: . p5-Shell-Guess

Kurt Jaeger pi at FreeBSD.org
Sun Mar 10 09:15:59 UTC 2019


Author: pi
Date: Sun Mar 10 09:15:57 2019
New Revision: 495237
URL: https://svnweb.freebsd.org/changeset/ports/495237

Log:
  New port: devel/p5-Shell-Guess
  
  Make an educated guess about the shell in use
  
  WWW: https://metacpan.org/pod/Shell::Guess

Added:
  head/devel/p5-Shell-Guess/
  head/devel/p5-Shell-Guess/Makefile   (contents, props changed)
  head/devel/p5-Shell-Guess/distinfo   (contents, props changed)
  head/devel/p5-Shell-Guess/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 10 09:14:14 2019	(r495236)
+++ head/devel/Makefile	Sun Mar 10 09:15:57 2019	(r495237)
@@ -3382,6 +3382,7 @@
     SUBDIR += p5-Shape
     SUBDIR += p5-Shell-Base
     SUBDIR += p5-Shell-EnvImporter
+    SUBDIR += p5-Shell-Guess
     SUBDIR += p5-Shell-Parser
     SUBDIR += p5-Shell-Source
     SUBDIR += p5-ShipIt

Added: head/devel/p5-Shell-Guess/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Shell-Guess/Makefile	Sun Mar 10 09:15:57 2019	(r495237)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	Shell-Guess
+PORTVERSION=	0.09
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl at FreeBSD.org
+COMMENT=	Make an educated guess about the shell in use
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+
+PLIST_FILES=	${SITE_PERL_REL}/Shell/Guess.pm \
+		${SITE_MAN3_REL}/Shell::Guess.3.gz
+
+.include <bsd.port.mk>

Added: head/devel/p5-Shell-Guess/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Shell-Guess/distinfo	Sun Mar 10 09:15:57 2019	(r495237)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1551863921
+SHA256 (Shell-Guess-0.09.tar.gz) = 4069fa2637e443118ed956d710231d166823d23b2a64eb87b8a46872e865a12b
+SIZE (Shell-Guess-0.09.tar.gz) = 21663

Added: head/devel/p5-Shell-Guess/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Shell-Guess/pkg-descr	Sun Mar 10 09:15:57 2019	(r495237)
@@ -0,0 +1,3 @@
+Make an educated guess about the shell in use
+
+WWW: https://metacpan.org/pod/Shell::Guess


More information about the svn-ports-head mailing list