mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/p5-PDL-Graphics-IIS: Add p5-PDL-Graphics-IIS 0.001
PDL::Graphics::IIS provides an interface to any image display 'device' which support the 'IIS protocol' - viz the SAOimage and Ximtool X-windows programs, the old SunView imtool program and presumably even the original IIS CRT itself if they aren't all in museums! These programs should be familiar to astronomers - they are used by the common IRAF system. Non-astronomers may find they quite nifty for displaying 2D data.
This commit is contained in:
parent
a9e6257cfd
commit
6654009b1c
5 changed files with 39 additions and 0 deletions
|
@ -820,6 +820,7 @@
|
||||||
SUBDIR += p5-PDL-DateTime
|
SUBDIR += p5-PDL-DateTime
|
||||||
SUBDIR += p5-PDL-Fit
|
SUBDIR += p5-PDL-Fit
|
||||||
SUBDIR += p5-PDL-GSL
|
SUBDIR += p5-PDL-GSL
|
||||||
|
SUBDIR += p5-PDL-Graphics-IIS
|
||||||
SUBDIR += p5-Parse-Range
|
SUBDIR += p5-Parse-Range
|
||||||
SUBDIR += p5-Roman
|
SUBDIR += p5-Roman
|
||||||
SUBDIR += p5-Set-IntSpan
|
SUBDIR += p5-Set-IntSpan
|
||||||
|
|
23
math/p5-PDL-Graphics-IIS/Makefile
Normal file
23
math/p5-PDL-Graphics-IIS/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
PORTNAME= PDL-Graphics-IIS
|
||||||
|
PORTVERSION= 0.001
|
||||||
|
CATEGORIES= math perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Display PDL images on IIS devices (saoimage/ximtool)
|
||||||
|
WWW= https://metacpan.org/dist/PDL-Graphics-IIS
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1+
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
RUN_DEPENDS= p5-PDL>=2.093:math/p5-PDL
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PDL/Graphics/IIS/IIS.so
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
math/p5-PDL-Graphics-IIS/distinfo
Normal file
3
math/p5-PDL-Graphics-IIS/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1736671135
|
||||||
|
SHA256 (PDL-Graphics-IIS-0.001.tar.gz) = e7c85783272a9bbb592c38388c2c4644b4d2bbcbb402f52a1bc94335f6dfdb9f
|
||||||
|
SIZE (PDL-Graphics-IIS-0.001.tar.gz) = 12605
|
9
math/p5-PDL-Graphics-IIS/pkg-descr
Normal file
9
math/p5-PDL-Graphics-IIS/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
PDL::Graphics::IIS provides an interface to any image display 'device' which
|
||||||
|
support the 'IIS protocol' - viz the SAOimage and Ximtool X-windows programs,
|
||||||
|
the old SunView imtool program and presumably even the original IIS CRT itself
|
||||||
|
if they aren't all in museums!
|
||||||
|
|
||||||
|
These programs should be familiar to astronomers - they are used by the common
|
||||||
|
IRAF system.
|
||||||
|
|
||||||
|
Non-astronomers may find they quite nifty for displaying 2D data.
|
3
math/p5-PDL-Graphics-IIS/pkg-plist
Normal file
3
math/p5-PDL-Graphics-IIS/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
%%SITE_ARCH%%/PDL/Graphics/IIS.pm
|
||||||
|
%%SITE_ARCH%%/auto/PDL/Graphics/IIS/IIS.so
|
||||||
|
%%PERL5_MAN3%%/PDL::Graphics::IIS.3.gz
|
Loading…
Add table
Reference in a new issue