Date: Sat, 15 Aug 2020 21:54:07 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545073 - in head/textproc: . p5-Text-sprintfn Message-ID: <202008152154.07FLs7ni013341@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Aug 15 21:54:07 2020 New Revision: 545073 URL: https://svnweb.freebsd.org/changeset/ports/545073 Log: textproc/p5-Text-sprintfn: create port Drop-in replacement for sprintf(), with named parameter support WWW: https://metacpan.org/release/Text-sprintfn PR: 243896 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Added: head/textproc/p5-Text-sprintfn/ head/textproc/p5-Text-sprintfn/Makefile (contents, props changed) head/textproc/p5-Text-sprintfn/distinfo (contents, props changed) head/textproc/p5-Text-sprintfn/pkg-descr (contents, props changed) Modified: head/textproc/Makefile (contents, props changed) Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Aug 15 21:25:10 2020 (r545072) +++ head/textproc/Makefile Sat Aug 15 21:54:07 2020 (r545073) @@ -944,6 +944,7 @@ SUBDIR += p5-Text-Wrapper SUBDIR += p5-Text-Xslate SUBDIR += p5-Text-Xslate-Bridge-TT2Like + SUBDIR += p5-Text-sprintfn SUBDIR += p5-Text-vCard SUBDIR += p5-Tiffany SUBDIR += p5-Time-Human Added: head/textproc/p5-Text-sprintfn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-sprintfn/Makefile Sat Aug 15 21:54:07 2020 (r545073) @@ -0,0 +1,22 @@ +# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net> +# $FreeBSD$ + +PORTNAME= Text-sprintfn +PORTVERSION= 0.090 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Drop-in replacement for sprintf(), with named parameter support + +BUILD_DEPENDS= p5-Exporter>=5.57:devel/p5-Exporter +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= ${SITE_MAN3_REL}/Text::sprintfn.3.gz \ + ${SITE_PERL_REL}/Text/sprintfn.pm + +.include <bsd.port.mk> Added: head/textproc/p5-Text-sprintfn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-sprintfn/distinfo Sat Aug 15 21:54:07 2020 (r545073) @@ -0,0 +1,3 @@ +TIMESTAMP = 1580884747 +SHA256 (Text-sprintfn-0.090.tar.gz) = 1ff9cfbb6a2d3b667109a4751b8421bd81802166c7be2fc367df57dd7a39fcdc +SIZE (Text-sprintfn-0.090.tar.gz) = 18201 Added: head/textproc/p5-Text-sprintfn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Text-sprintfn/pkg-descr Sat Aug 15 21:54:07 2020 (r545073) @@ -0,0 +1,3 @@ +Drop-in replacement for sprintf(), with named parameter support + +WWW: https://metacpan.org/release/Text-sprintfn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008152154.07FLs7ni013341>