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:
Po-Chuan Hsieh 2025-01-29 00:49:05 +08:00
parent a9e6257cfd
commit 6654009b1c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 39 additions and 0 deletions

View file

@ -820,6 +820,7 @@
SUBDIR += p5-PDL-DateTime
SUBDIR += p5-PDL-Fit
SUBDIR += p5-PDL-GSL
SUBDIR += p5-PDL-Graphics-IIS
SUBDIR += p5-Parse-Range
SUBDIR += p5-Roman
SUBDIR += p5-Set-IntSpan

View 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>

View 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

View 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.

View 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