mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
math/p5-PDL-IO-Browser: Add p5-PDL-IO-Browser 0.001
PDL::IO::Browsercd provides cursor terminal browser for ndarrays.
This commit is contained in:
parent
e05d39136c
commit
dc59b7cb11
5 changed files with 33 additions and 0 deletions
|
@ -823,6 +823,7 @@
|
||||||
SUBDIR += p5-PDL-Graphics-IIS
|
SUBDIR += p5-PDL-Graphics-IIS
|
||||||
SUBDIR += p5-PDL-Graphics-Limits
|
SUBDIR += p5-PDL-Graphics-Limits
|
||||||
SUBDIR += p5-PDL-Graphics-PLplot
|
SUBDIR += p5-PDL-Graphics-PLplot
|
||||||
|
SUBDIR += p5-PDL-IO-Browser
|
||||||
SUBDIR += p5-Parse-Range
|
SUBDIR += p5-Parse-Range
|
||||||
SUBDIR += p5-Roman
|
SUBDIR += p5-Roman
|
||||||
SUBDIR += p5-Set-IntSpan
|
SUBDIR += p5-Set-IntSpan
|
||||||
|
|
25
math/p5-PDL-IO-Browser/Makefile
Normal file
25
math/p5-PDL-IO-Browser/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
PORTNAME= PDL-IO-Browser
|
||||||
|
PORTVERSION= 0.001
|
||||||
|
CATEGORIES= math perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= 2D data browser for PDL
|
||||||
|
WWW= https://metacpan.org/dist/PDL-IO-Browser
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Devel-CheckLib>=0:devel/p5-Devel-CheckLib \
|
||||||
|
p5-File-Which>=0:sysutils/p5-File-Which \
|
||||||
|
${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= p5-PDL>=0:math/p5-PDL
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL/IO/Browser/Browser.so
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
math/p5-PDL-IO-Browser/distinfo
Normal file
3
math/p5-PDL-IO-Browser/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1736671141
|
||||||
|
SHA256 (PDL-IO-Browser-0.001.tar.gz) = f4aadcd3481e935d837af2c588b93b90d8fc27ca6df0ba77c310d9f3a432b0c9
|
||||||
|
SIZE (PDL-IO-Browser-0.001.tar.gz) = 6117
|
1
math/p5-PDL-IO-Browser/pkg-descr
Normal file
1
math/p5-PDL-IO-Browser/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
PDL::IO::Browsercd provides cursor terminal browser for ndarrays.
|
3
math/p5-PDL-IO-Browser/pkg-plist
Normal file
3
math/p5-PDL-IO-Browser/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
%%SITE_ARCH%%/PDL/IO/Browser.pm
|
||||||
|
%%SITE_ARCH%%/auto/PDL/IO/Browser/Browser.so
|
||||||
|
%%PERL5_MAN3%%/PDL::IO::Browser.3.gz
|
Loading…
Add table
Reference in a new issue