Date: Thu, 24 Aug 2023 10:30:32 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a457202aa547 - main - devel/p5-Data-Dumper-Interp: Add new port Message-ID: <202308241030.37OAUWfj005768@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=a457202aa54759d0f008561d8bec9cdae43932fd commit a457202aa54759d0f008561d8bec9cdae43932fd Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-08-24 10:28:46 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-08-24 10:29:35 +0000 devel/p5-Data-Dumper-Interp: Add new port This Data::Dumper wrapper optimizes output for human consumption and avoids side-effects which interfere with debugging. The namesake feature is interpolating Data::Dumper output into strings, but simple functions are also provided to format a scalar, array, or hash. --- devel/Makefile | 1 + devel/p5-Data-Dumper-Interp/Makefile | 33 +++++++++++++++++++++++++++++++++ devel/p5-Data-Dumper-Interp/distinfo | 3 +++ devel/p5-Data-Dumper-Interp/pkg-descr | 5 +++++ devel/p5-Data-Dumper-Interp/pkg-plist | 2 ++ 5 files changed, 44 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 6bc3b82babda..2bba6d667e7a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2122,6 +2122,7 @@ SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Dumper SUBDIR += p5-Data-Dumper-Concise + SUBDIR += p5-Data-Dumper-Interp SUBDIR += p5-Data-Dumper-Perltidy SUBDIR += p5-Data-Dumper-Simple SUBDIR += p5-Data-Flow diff --git a/devel/p5-Data-Dumper-Interp/Makefile b/devel/p5-Data-Dumper-Interp/Makefile new file mode 100644 index 000000000000..1e0986e7ff8e --- /dev/null +++ b/devel/p5-Data-Dumper-Interp/Makefile @@ -0,0 +1,33 @@ +PORTNAME= Data-Dumper-Interp +PORTVERSION= 6.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Interpolate Data::Dumper output into strings for human consumption +WWW= https://metacpan.org/release/Data-Dumper-Interp + +LICENSE= CC0-1.0 + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Data-Dumper>=0:devel/p5-Data-Dumper \ + p5-Data-Structure-Util>=0:devel/p5-Data-Structure-Util \ + p5-Data-Visitor>=0.32:devel/p5-Data-Visitor \ + p5-Moose>=0:devel/p5-Moose \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-Term-ReadKey>=0:devel/p5-Term-ReadKey +TEST_DEPENDS= p5-Data-Compare>=0:devel/p5-Data-Compare \ + p5-Guard>=0:devel/p5-Guard \ + p5-Math-BigInt>=1.999837:math/p5-Math-BigInt \ + p5-Math-BigRat>=0.2624:math/p5-Math-BigRat \ + p5-Test2-Suite>=0:devel/p5-Test2-Suite \ + p5-autovivification>=0:devel/p5-autovivification \ + p5-bignum>=0:math/p5-bignum \ + p5-indirect>=0:devel/p5-indirect \ + p5-multidimensional>=0:devel/p5-multidimensional + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/devel/p5-Data-Dumper-Interp/distinfo b/devel/p5-Data-Dumper-Interp/distinfo new file mode 100644 index 000000000000..8b8f8727c3e9 --- /dev/null +++ b/devel/p5-Data-Dumper-Interp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1692868919 +SHA256 (Data-Dumper-Interp-6.004.tar.gz) = 1e3dfd6e8db77d293ca3212c76d7b68e23fff106f9cc0ade606503567b1de4d0 +SIZE (Data-Dumper-Interp-6.004.tar.gz) = 70174 diff --git a/devel/p5-Data-Dumper-Interp/pkg-descr b/devel/p5-Data-Dumper-Interp/pkg-descr new file mode 100644 index 000000000000..6c1652e8f522 --- /dev/null +++ b/devel/p5-Data-Dumper-Interp/pkg-descr @@ -0,0 +1,5 @@ +This Data::Dumper wrapper optimizes output for human consumption and +avoids side-effects which interfere with debugging. + +The namesake feature is interpolating Data::Dumper output into strings, +but simple functions are also provided to format a scalar, array, or hash. diff --git a/devel/p5-Data-Dumper-Interp/pkg-plist b/devel/p5-Data-Dumper-Interp/pkg-plist new file mode 100644 index 000000000000..ab9ff8b5a4a2 --- /dev/null +++ b/devel/p5-Data-Dumper-Interp/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Data/Dumper/Interp.pm +%%PERL5_MAN3%%/Data::Dumper::Interp.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308241030.37OAUWfj005768>