git: 0b51c1ca6840 - main - math/p5-PDL-IO-ENVI: Add p5-PDL-IO-ENVI 2.097
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:06:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b51c1ca6840ec2dd15ac7931b817f470e7c3498 commit 0b51c1ca6840ec2dd15ac7931b817f470e7c3498 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:49:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:03:32 +0000 math/p5-PDL-IO-ENVI: Add p5-PDL-IO-ENVI 2.097 PDL::IO::ENVI allows you to read ENVI data into an ndarray. --- math/Makefile | 1 + math/p5-PDL-IO-ENVI/Makefile | 22 ++++++++++++++++++++++ math/p5-PDL-IO-ENVI/distinfo | 3 +++ math/p5-PDL-IO-ENVI/pkg-descr | 1 + math/p5-PDL-IO-ENVI/pkg-plist | 2 ++ 5 files changed, 29 insertions(+) diff --git a/math/Makefile b/math/Makefile index 41952ad8d1c0..34e0a475096e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -825,6 +825,7 @@ SUBDIR += p5-PDL-Graphics-PLplot SUBDIR += p5-PDL-IO-Browser SUBDIR += p5-PDL-IO-Dicom + SUBDIR += p5-PDL-IO-ENVI SUBDIR += p5-Parse-Range SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan diff --git a/math/p5-PDL-IO-ENVI/Makefile b/math/p5-PDL-IO-ENVI/Makefile new file mode 100644 index 000000000000..4baf6d7a494d --- /dev/null +++ b/math/p5-PDL-IO-ENVI/Makefile @@ -0,0 +1,22 @@ +PORTNAME= PDL-IO-ENVI +PORTVERSION= 2.097 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read ENVI data files into PDL +WWW= https://metacpan.org/dist/PDL-IO-ENVI + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-PDL>=2.094:math/p5-PDL + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/math/p5-PDL-IO-ENVI/distinfo b/math/p5-PDL-IO-ENVI/distinfo new file mode 100644 index 000000000000..5f144a9d3984 --- /dev/null +++ b/math/p5-PDL-IO-ENVI/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1736671145 +SHA256 (PDL-IO-ENVI-2.097.tar.gz) = a593ca458a658d59fd76fa3897b29393f6a8afe75665a6c8ee9af36c07a6a52f +SIZE (PDL-IO-ENVI-2.097.tar.gz) = 7022 diff --git a/math/p5-PDL-IO-ENVI/pkg-descr b/math/p5-PDL-IO-ENVI/pkg-descr new file mode 100644 index 000000000000..ba97612c7614 --- /dev/null +++ b/math/p5-PDL-IO-ENVI/pkg-descr @@ -0,0 +1 @@ +PDL::IO::ENVI allows you to read ENVI data into an ndarray. diff --git a/math/p5-PDL-IO-ENVI/pkg-plist b/math/p5-PDL-IO-ENVI/pkg-plist new file mode 100644 index 000000000000..52361fb093c7 --- /dev/null +++ b/math/p5-PDL-IO-ENVI/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/PDL/IO/ENVI.pm +%%PERL5_MAN3%%/PDL::IO::ENVI.3.gz