mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
math/p5-PDL-IO-ENVI: Add p5-PDL-IO-ENVI 2.097
PDL::IO::ENVI allows you to read ENVI data into an ndarray.
This commit is contained in:
parent
d4105267c7
commit
0b51c1ca68
5 changed files with 29 additions and 0 deletions
|
@ -825,6 +825,7 @@
|
||||||
SUBDIR += p5-PDL-Graphics-PLplot
|
SUBDIR += p5-PDL-Graphics-PLplot
|
||||||
SUBDIR += p5-PDL-IO-Browser
|
SUBDIR += p5-PDL-IO-Browser
|
||||||
SUBDIR += p5-PDL-IO-Dicom
|
SUBDIR += p5-PDL-IO-Dicom
|
||||||
|
SUBDIR += p5-PDL-IO-ENVI
|
||||||
SUBDIR += p5-Parse-Range
|
SUBDIR += p5-Parse-Range
|
||||||
SUBDIR += p5-Roman
|
SUBDIR += p5-Roman
|
||||||
SUBDIR += p5-Set-IntSpan
|
SUBDIR += p5-Set-IntSpan
|
||||||
|
|
22
math/p5-PDL-IO-ENVI/Makefile
Normal file
22
math/p5-PDL-IO-ENVI/Makefile
Normal file
|
@ -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>
|
3
math/p5-PDL-IO-ENVI/distinfo
Normal file
3
math/p5-PDL-IO-ENVI/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1736671145
|
||||||
|
SHA256 (PDL-IO-ENVI-2.097.tar.gz) = a593ca458a658d59fd76fa3897b29393f6a8afe75665a6c8ee9af36c07a6a52f
|
||||||
|
SIZE (PDL-IO-ENVI-2.097.tar.gz) = 7022
|
1
math/p5-PDL-IO-ENVI/pkg-descr
Normal file
1
math/p5-PDL-IO-ENVI/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
PDL::IO::ENVI allows you to read ENVI data into an ndarray.
|
2
math/p5-PDL-IO-ENVI/pkg-plist
Normal file
2
math/p5-PDL-IO-ENVI/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
%%SITE_PERL%%/PDL/IO/ENVI.pm
|
||||||
|
%%PERL5_MAN3%%/PDL::IO::ENVI.3.gz
|
Loading…
Add table
Reference in a new issue