diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 00:49:09 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 01:02:51 +0800 |
commit | 98a7ddcb172eaf0d229502c6c969f16b8dfeefc2 (patch) | |
tree | 4ec5d91e08cf5877c1c760293abdf38b428d08ad | |
parent | math/p5-PDL-Graphics-IIS: Add p5-PDL-Graphics-IIS 0.001 (diff) |
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.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-PDL-Graphics-Limits/Makefile | 24 | ||||
-rw-r--r-- | math/p5-PDL-Graphics-Limits/distinfo | 3 | ||||
-rw-r--r-- | math/p5-PDL-Graphics-Limits/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-PDL-Graphics-Limits/pkg-plist | 2 |
5 files changed, 32 insertions, 0 deletions
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 |