Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7cb6ffacce95ddf070232c1e1943c5657a9539b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7cb6ffacce95ddf070232c1e1943c5657a9539b0)
  • Date: Mon, 12 May 2025 10:12:33 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
kde-extra/tellico/DETAILS | 4 ++--
kde-extra/tellico/HISTORY | 3 +++
libs/cfitsio/DETAILS | 12 ++++++------
libs/cfitsio/HISTORY | 3 +++
libs/wcslib/BUILD | 3 +++
libs/wcslib/DEPENDS | 16 ++++++++++++++++
libs/wcslib/DETAILS | 13 +++++++++++++
libs/wcslib/HISTORY | 3 +++
9 files changed, 52 insertions(+), 8 deletions(-)

New commits:
commit 7cb6ffacce95ddf070232c1e1943c5657a9539b0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add wcslib-8.4

commit ec5093def5cd73b5b7d12b7fb43044b71c21f55c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

tellico: => 4.1.2

commit b3dae3700bbaebd37e2fd7ed44178acc13317649
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cfitsio: => 4.6.2

diff --git a/ChangeLog b/ChangeLog
index 8afc727..b296fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2025-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/wcslib: added, 'Representations of world coordinates in FITS'
+
2025-05-02 Pavel Vinogradov <public AT sourcemage.org>
* mozilla.gpg: added new subkeys for Mozilla Software Releases
<release AT mozilla.com>

diff --git a/kde-extra/tellico/DETAILS b/kde-extra/tellico/DETAILS
index 97b8670..aab1ed9 100755
--- a/kde-extra/tellico/DETAILS
+++ b/kde-extra/tellico/DETAILS
@@ -1,6 +1,6 @@
SPELL=tellico
- VERSION=4.1.1
-
SOURCE_HASH=sha512:606428ee18a60b325f1b2e2896cb422ce2cf9f2838441ddb2a72983d3a454aae0d5129c5d3e26c4e487edf4025c56d180ed65ce52db23a152860f4e62fda5c28
+ VERSION=4.1.2
+
SOURCE_HASH=sha512:5f989db8a0d4455bf7f798f91b9bcd2cfec5a3a4ee493ad7afd9f10a0c3492db1dc369313142d1c5c29dda6addb048011208c83184e655be2b8f568eccadc303
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://tellico-project.org
diff --git a/kde-extra/tellico/HISTORY b/kde-extra/tellico/HISTORY
index 1d0b987..ff78f2b 100644
--- a/kde-extra/tellico/HISTORY
+++ b/kde-extra/tellico/HISTORY
@@ -1,3 +1,6 @@
+2025-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.1.2
+
2025-02-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.1.1

diff --git a/libs/cfitsio/DETAILS b/libs/cfitsio/DETAILS
index a1bd2ea..5d64f06 100755
--- a/libs/cfitsio/DETAILS
+++ b/libs/cfitsio/DETAILS
@@ -1,10 +1,10 @@
SPELL=cfitsio
- VERSION=3450
- SOURCE="${SPELL}${VERSION}.tar.gz"
- SOURCE_URL[0]=ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${SOURCE}
-
SOURCE_HASH=sha512:f553f9bbedc3ffabf939bb507d3c41d6dc0d889b3a0835c23a7aff90ba98d7f9a6217527d69bc8984ce9bd9664681baeec5b1555d2ab51aaca003fdb5a08127e
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
- WEB_SITE="http://heasarc.gsfc.nasa.gov/fitsio/";
+ VERSION=4.6.2
+
SOURCE_HASH=sha512:fb987b28b56e686fee80bb9cef87e8bb0b5094c425008b12fa3748c772479995c38cc16a15ba662c9ca9d5b295cfd49392bf81512446e1ecbea40760a065f091
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/${SOURCE}
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://heasarc.gsfc.nasa.gov/fitsio/";
LICENSE[0]=GPL
ENTERED=20091023
SHORT="C and Fortran libraries to read and write files in FITS"
diff --git a/libs/cfitsio/HISTORY b/libs/cfitsio/HISTORY
index 9bd84cc..2f8fb2d 100644
--- a/libs/cfitsio/HISTORY
+++ b/libs/cfitsio/HISTORY
@@ -1,3 +1,6 @@
+2025-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.6.2
+
2019-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 3450

diff --git a/libs/wcslib/BUILD b/libs/wcslib/BUILD
new file mode 100755
index 0000000..5d2b9e8
--- /dev/null
+++ b/libs/wcslib/BUILD
@@ -0,0 +1,3 @@
+OPTS+=' --disable-fortran' &&
+OPTS+=' --disable-static' &&
+default_build
diff --git a/libs/wcslib/DEPENDS b/libs/wcslib/DEPENDS
new file mode 100755
index 0000000..80e466d
--- /dev/null
+++ b/libs/wcslib/DEPENDS
@@ -0,0 +1,16 @@
+optional_depends cfitsio \
+ '' \
+ '--without-cfitsio' \
+ 'FITS support' &&
+
+optional_depends flex \
+ '' \
+ '--disable-flex' \
+ 'generate source files' &&
+
+optional_depends pgplot \
+ '' \
+ '--without-pgplot' \
+ 'plotting support'
+
+
diff --git a/libs/wcslib/DETAILS b/libs/wcslib/DETAILS
new file mode 100755
index 0000000..706d5c8
--- /dev/null
+++ b/libs/wcslib/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=wcslib
+ VERSION=8.4
+
SOURCE_HASH=sha512:1989f8f5788fd6d9fa102b771ad7db188b0899f716e11360516c96742f81f50755881279f90fce388451e8857f24003c85751f06aea83377e04bb5230523469f
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=https://www.atnf.csiro.au/computing/software/wcs/WCS/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://www.atnf.csiro.au/computing/software/wcs
+ LICENSE[0]=LGPL
+ ENTERED=20250512
+ SHORT="Representations of world coordinates in FITS"
+cat << EOF
+Representations of world coordinates in FITS
+EOF
diff --git a/libs/wcslib/HISTORY b/libs/wcslib/HISTORY
new file mode 100644
index 0000000..ee109a8
--- /dev/null
+++ b/libs/wcslib/HISTORY
@@ -0,0 +1,3 @@
+2025-05-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.4
+ spell created


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (7cb6ffacce95ddf070232c1e1943c5657a9539b0), Treeve Jelbert, 05/12/2025

Archive powered by MHonArc 2.6.24.

Top of Page