academic/ds9: Updated for version 8.4.1.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nitish Ragoomundun 2023-02-03 18:52:41 +00:00 committed by Willy Sudiarto Raharjo
parent 2012cd80ed
commit 1122933ad5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
6 changed files with 30 additions and 27 deletions

View file

@ -1,11 +1,13 @@
SAOImageDS9 is an astronomical imaging and data visualization
application. DS9 is a stand-alone application which supports FITS
images and binary tables, multiple frame buffers, region manipulation,
and many scale algorithms and colormaps. DS9 supports a consistent set
of GUI and functional capabilities, as well as advanced features such
as 2-D, 3-D and RGB frame buffers, mosaic images, tiling, blinking,
application. DS9 supports FITS images and binary tables, multiple
frame buffers, region manipulation, and many scale algorithms and
colormaps. All versions and platforms support a consistent set of GUI
and functional capabilities. DS9 supports advanced features such as
2-D, 3-D and RGB frame buffers, mosaic images, tiling, blinking,
geometric markers, colormap manipulation, scaling, arbitrary zoom,
cropping, rotation, pan, and a variety of coordinate systems. The GUI
for DS9 is user configurable. GUI elements such as the coordinate
display, panner, magnifier, horizontal and vertical graphs, button
bar, and color bar can be configured via menus or the command line.
cropping, rotation, pan, and a variety of coordinate systems.
Furthermore, the application is stand-alone and requires no
installation or support files. The GUI for DS9 is user configurable.
GUI elements such as the coordinate display, panner, magnifier,
horizontal and vertical graphs, button bar, and color bar can be
configured via menus or the command line.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -2,7 +2,7 @@
# Slackware build script for ds9 (SAOImageDS9)
# Copyright 2021 Nitish Ragoomundun, Mauritius
# Copyright 2022 Nitish Ragoomundun, Mauritius
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ds9
VERSION=${VERSION:-8.2.1}
VERSION=${VERSION:-8.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -82,7 +82,7 @@ find -L . \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./unix/configure \
unix/configure \
--prefix=/usr \
--bindir=/usr/bin \
--sysconfdir=/etc \
@ -102,8 +102,8 @@ install -D -m755 bin/ds9 $PKG/usr/bin/
# Install icon
mkdir -p $PKG/usr/share/applications
mkdir -p $PKG/usr/share/pixmaps
install -m 644 ds9/doc/sun.png $PKG/usr/share/pixmaps/ds9-icon.png
install -m 644 $CWD/ds9.desktop $PKG/usr/share/applications
install -m 644 $CWD/ds9-icon.png $PKG/usr/share/pixmaps
# Copy documentation
cp -a BUILD.txt LICENSE README.md ds9/doc/* $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,9 +1,10 @@
[Desktop Entry]
Exec=ds9
Icon=ds9-icon
Type=Application
Categories=Education;Science;Astronomy;
Name=ds9
GenericName=SAOImageDS9
Comment=Astronomical Software and FITS viewing program
Exec=ds9
Icon=ds9-icon
MimeType=image/fits;
Terminal=false
Type=Application
Categories=Education;Science;Astronomy;

View file

@ -1,8 +1,8 @@
PRGNAM="ds9"
VERSION="8.2.1"
VERSION="8.4.1"
HOMEPAGE="https://sites.google.com/cfa.harvard.edu/saoimageds9/home"
DOWNLOAD="https://ds9.si.edu/archive/source/ds9.8.2.1.tar.gz"
MD5SUM="99afcdc4a72e2ca15fda0b5f9af945af"
DOWNLOAD="https://ds9.si.edu/archive/source/ds9.8.4.1.tar.gz"
MD5SUM="b227d7ce367d3d7901d88cd5fccd23f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
ds9: ds9 (Astronomical tool)
ds9:
ds9: DS9 is an astronomical imaging and visualization tool. It supports
ds9: the FITS format and binary tables. It includes many imaging features
ds9: such as tiling, cropping, as well as advanced features such as
ds9: multiple 2D, 3D, RGB frame buffers, colormap manipulation and mosaic
ds9: images. DS9 also supports a variety of coordinate systems and has a
ds9: user configurable interface.
ds9:
ds9: SAOImageDS9 is an astronomical imaging and data visualization tool.
ds9: It supports FITS images and binary tables. It also includes many
ds9: advanced imaging features such as 2-D, 3-D and RGB frame buffers,
ds9: mosaic images, tiling, blinking, geometric markers, colormap
ds9: manipulation, scaling, arbitrary zoom, cropping, rotation, pan, and a
ds9: variety of coordinate systems. DS9 also has user configurable GUI
ds9: elements.
ds9: Homepage: https://sites.google.com/cfa.harvard.edu/saoimageds9/home
ds9: