Date: Sun, 7 Apr 2019 11:59:46 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498275 - in head/net: . p5-Text-Authinfo Message-ID: <201904071159.x37BxkHP090047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Sun Apr 7 11:59:46 2019 New Revision: 498275 URL: https://svnweb.freebsd.org/changeset/ports/498275 Log: Add a port for Text::Authinfo, which reads .authinfo files used by some Usenet and email clients. Added: head/net/p5-Text-Authinfo/ head/net/p5-Text-Authinfo/Makefile (contents, props changed) head/net/p5-Text-Authinfo/distinfo (contents, props changed) head/net/p5-Text-Authinfo/pkg-descr (contents, props changed) head/net/p5-Text-Authinfo/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 7 11:42:51 2019 (r498274) +++ head/net/Makefile Sun Apr 7 11:59:46 2019 (r498275) @@ -864,6 +864,7 @@ SUBDIR += p5-Sort-Key-IPv4 SUBDIR += p5-TFTP SUBDIR += p5-Test-URI + SUBDIR += p5-Text-Authinfo SUBDIR += p5-Twitter-API SUBDIR += p5-URI SUBDIR += p5-URI-FromHash Added: head/net/p5-Text-Authinfo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Text-Authinfo/Makefile Sun Apr 7 11:59:46 2019 (r498275) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Text-Authinfo +PORTVERSION= 0.03 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= des@FreeBSD.org +COMMENT= Read, query and write authinfo files + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Text-CSV>=1.21:textproc/p5-Text-CSV + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/net/p5-Text-Authinfo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Text-Authinfo/distinfo Sun Apr 7 11:59:46 2019 (r498275) @@ -0,0 +1,3 @@ +TIMESTAMP = 1554630551 +SHA256 (Text-Authinfo-0.03.tar.gz) = 9736c0637c9df15418461328b6c51300f5c44c321cbfd1e735b95995453dd2c7 +SIZE (Text-Authinfo-0.03.tar.gz) = 5393 Added: head/net/p5-Text-Authinfo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Text-Authinfo/pkg-descr Sun Apr 7 11:59:46 2019 (r498275) @@ -0,0 +1,4 @@ +Text::Authinfo provides methods to read, query and write authinfo +files. + +WWW: https://metacpan.org/release/Text-Authinfo Added: head/net/p5-Text-Authinfo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Text-Authinfo/pkg-plist Sun Apr 7 11:59:46 2019 (r498275) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Text/Authinfo.pm +%%PERL5_MAN3%%/Text::Authinfo.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904071159.x37BxkHP090047>