git: 98a7ddcb172e - main - math/p5-PDL-Graphics-Limits: Add p5-PDL-Graphics-Limits 0.03
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:06:09 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=98a7ddcb172eaf0d229502c6c969f16b8dfeefc2 commit 98a7ddcb172eaf0d229502c6c969f16b8dfeefc2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:49:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:02:51 +0000 math/p5-PDL-Graphics-Limits: Add p5-PDL-Graphics-Limits 0.03 PDL::Graphics::Limits provides functions to derive limits for data for display purposes. --- math/Makefile | 1 + math/p5-PDL-Graphics-Limits/Makefile | 24 ++++++++++++++++++++++++ math/p5-PDL-Graphics-Limits/distinfo | 3 +++ math/p5-PDL-Graphics-Limits/pkg-descr | 2 ++ math/p5-PDL-Graphics-Limits/pkg-plist | 2 ++ 5 files changed, 32 insertions(+) diff --git a/math/Makefile b/math/Makefile index a48ef7b3b970..f389ba09b1d3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -821,6 +821,7 @@ SUBDIR += p5-PDL-Fit SUBDIR += p5-PDL-GSL SUBDIR += p5-PDL-Graphics-IIS + SUBDIR += p5-PDL-Graphics-Limits SUBDIR += p5-Parse-Range SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan diff --git a/math/p5-PDL-Graphics-Limits/Makefile b/math/p5-PDL-Graphics-Limits/Makefile new file mode 100644 index 000000000000..acdb3ebcfc94 --- /dev/null +++ b/math/p5-PDL-Graphics-Limits/Makefile @@ -0,0 +1,24 @@ +PORTNAME= PDL-Graphics-Limits +PORTVERSION= 0.03 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Derive limits for display purposes +WWW= https://metacpan.org/dist/PDL-Graphics-Limits + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-PDL>=2.095:math/p5-PDL \ + p5-PDL-Fit>=0:math/p5-PDL-Fit +TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/p5-PDL-Graphics-Limits/distinfo b/math/p5-PDL-Graphics-Limits/distinfo new file mode 100644 index 000000000000..bf3662356752 --- /dev/null +++ b/math/p5-PDL-Graphics-Limits/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1736671137 +SHA256 (PDL-Graphics-Limits-0.03.tar.gz) = 6e0d76fab90cb9c9bea0b01e04d18161af47c153a956476aee1f2b7a1d80a012 +SIZE (PDL-Graphics-Limits-0.03.tar.gz) = 17135 diff --git a/math/p5-PDL-Graphics-Limits/pkg-descr b/math/p5-PDL-Graphics-Limits/pkg-descr new file mode 100644 index 000000000000..82aa1eb98ab4 --- /dev/null +++ b/math/p5-PDL-Graphics-Limits/pkg-descr @@ -0,0 +1,2 @@ +PDL::Graphics::Limits provides functions to derive limits for data for display +purposes. diff --git a/math/p5-PDL-Graphics-Limits/pkg-plist b/math/p5-PDL-Graphics-Limits/pkg-plist new file mode 100644 index 000000000000..bc7230bbb5f4 --- /dev/null +++ b/math/p5-PDL-Graphics-Limits/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/PDL/Graphics/Limits.pm +%%PERL5_MAN3%%/PDL::Graphics::Limits.3.gz