Date: Sun, 10 Mar 2019 09:15:57 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495237 - in head/devel: . p5-Shell-Guess Message-ID: <201903100915.x2A9Fv1H076599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903100915.x2A9Fv1H076599>