From d125b52078c06026363e8706a2e7818c9dda95f2 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sat, 15 Aug 2020 21:54:07 +0000 Subject: [PATCH] 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 --- textproc/Makefile | 1 + textproc/p5-Text-sprintfn/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Text-sprintfn/distinfo | 3 +++ textproc/p5-Text-sprintfn/pkg-descr | 3 +++ 4 files changed, 29 insertions(+) create mode 100644 textproc/p5-Text-sprintfn/Makefile create mode 100644 textproc/p5-Text-sprintfn/distinfo create mode 100644 textproc/p5-Text-sprintfn/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 76f6c0003ba3..d1018503303d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Text-sprintfn/Makefile b/textproc/p5-Text-sprintfn/Makefile new file mode 100644 index 000000000000..8e085b9811c9 --- /dev/null +++ b/textproc/p5-Text-sprintfn/Makefile @@ -0,0 +1,22 @@ +# Created by: Zane C. Bowers-Hadley +# $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 diff --git a/textproc/p5-Text-sprintfn/distinfo b/textproc/p5-Text-sprintfn/distinfo new file mode 100644 index 000000000000..bd65a46f603c --- /dev/null +++ b/textproc/p5-Text-sprintfn/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1580884747 +SHA256 (Text-sprintfn-0.090.tar.gz) = 1ff9cfbb6a2d3b667109a4751b8421bd81802166c7be2fc367df57dd7a39fcdc +SIZE (Text-sprintfn-0.090.tar.gz) = 18201 diff --git a/textproc/p5-Text-sprintfn/pkg-descr b/textproc/p5-Text-sprintfn/pkg-descr new file mode 100644 index 000000000000..d9a1280352fc --- /dev/null +++ b/textproc/p5-Text-sprintfn/pkg-descr @@ -0,0 +1,3 @@ +Drop-in replacement for sprintf(), with named parameter support + +WWW: https://metacpan.org/release/Text-sprintfn