diff options
-rw-r--r-- | academic/ds9/README | 17 | ||||
-rw-r--r-- | academic/ds9/ds9.SlackBuild | 13 | ||||
-rw-r--r-- | academic/ds9/ds9.desktop | 6 | ||||
-rw-r--r-- | academic/ds9/ds9.info | 8 | ||||
-rw-r--r-- | academic/ds9/slack-desc | 2 |
5 files changed, 26 insertions, 20 deletions
diff --git a/academic/ds9/README b/academic/ds9/README index 5bffb53e7f2e..bab29ee8631a 100644 --- a/academic/ds9/README +++ b/academic/ds9/README @@ -1,7 +1,10 @@ -SAOImage DS9 is an application for astronomical imaging and data -visualization. It supports the FITS format and binary tables. As well -as standard imaging manipulation tools, it includes many advanced -features such as multiple frame buffers, 2D, 3D, RGB frame buffers, -region and colormap manipulation, mosaic images and geometric markers. -DS9 supports a variety of coordinate systems and it has a user -configurable interface. +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, 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. diff --git a/academic/ds9/ds9.SlackBuild b/academic/ds9/ds9.SlackBuild index f6767b091ddf..6f38b13804ba 100644 --- a/academic/ds9/ds9.SlackBuild +++ b/academic/ds9/ds9.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for SAOImage DS9 +# Slackware build script for ds9 (SAOImageDS9) -# Copyright 2020 Nitish Ragoomundun, Mauritius +# Copyright 2021 Nitish Ragoomundun, Mauritius # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ds9 -VERSION=${VERSION:-8.1} +VERSION=${VERSION:-8.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,9 +78,12 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-arch=${ARCH}-slackware-linux + --x-includes=/usr/include \ + --x-libraries=/usr/lib$LIBDIRSUFFIX \ + --with-x \ + --with-arch=$ARCH-slackware-linux -make -j1 +make # Install the ds9 executable mkdir -p $PKG/usr/{bin,doc/$PRGNAM-$VERSION} diff --git a/academic/ds9/ds9.desktop b/academic/ds9/ds9.desktop index 318d5d41c22b..08b18e0bbd06 100644 --- a/academic/ds9/ds9.desktop +++ b/academic/ds9/ds9.desktop @@ -1,7 +1,7 @@ [Desktop Entry] -Name=DS9 -GenericName=SAOImage DS9 -Comment=SAOImage DS9 Astronomical Software +Name=ds9 +GenericName=SAOImageDS9 +Comment=Astronomical Software and FITS viewing program Exec=ds9 Icon=ds9-icon Terminal=false diff --git a/academic/ds9/ds9.info b/academic/ds9/ds9.info index f6d9328bcf0f..475fe5329060 100644 --- a/academic/ds9/ds9.info +++ b/academic/ds9/ds9.info @@ -1,8 +1,8 @@ PRGNAM="ds9" -VERSION="8.1" -HOMEPAGE="http://ds9.si.edu/site/Home.html" -DOWNLOAD="http://ds9.si.edu/archive/source/ds9.8.1.tar.gz" -MD5SUM="d9b3c43c9375328e4872b7eefb0f86bc" +VERSION="8.2.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_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/academic/ds9/slack-desc b/academic/ds9/slack-desc index b07917b06111..b4bd41a6414e 100644 --- a/academic/ds9/slack-desc +++ b/academic/ds9/slack-desc @@ -15,5 +15,5 @@ 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: Homepage: http://ds9.si.edu/site/Home.html +ds9: Homepage: https://sites.google.com/cfa.harvard.edu/saoimageds9/home ds9: |