Skip to Content.
Sympa Menu

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

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 (6bdd3ba82d8fa2454dd48d13aff201064cdbd04f)
  • Date: Thu, 19 Sep 2024 08:11:37 +0000

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

ChangeLog | 5 +
database/valkey/BUILD | 3
database/valkey/CONFLICTS | 1
database/valkey/DEPENDS | 4
database/valkey/DETAILS | 26 ++++++
database/valkey/HISTORY | 3
database/valkey/INSTALL | 1
devel/fpc/BUILD | 14 ---
devel/fpc/DEPENDS | 1
devel/fpc/DETAILS | 31 -------
devel/fpc/EXPORTS | 2
devel/fpc/HISTORY | 149 ----------------------------------
devel/fpc/INSTALL | 15 ---
devel/fpc/PRE_BUILD | 24 -----
devel/fpc/REPAIR^none^EXPORTS | 2
devel/fpcsrc/BUILD | 1
devel/fpcsrc/DETAILS | 28 ------
devel/fpcsrc/HISTORY | 35 --------
devel/fpcsrc/INSTALL | 5 -
devel/fpcsrc/PRE_BUILD | 26 ------
devel/lazarus/BUILD | 54 ------------
devel/lazarus/CONFIGURE | 8 -
devel/lazarus/DEPENDS | 13 ---
devel/lazarus/DETAILS | 32 -------
devel/lazarus/FINAL | 7 -
devel/lazarus/HISTORY | 164
--------------------------------------
devel/lazarus/INSTALL | 7 -
devel/lazarus/PREPARE | 8 -
devel/lazarus/lazarus.cfg | 4
devel/sdl4fp/BUILD | 1
devel/sdl4fp/DEPENDS | 3
devel/sdl4fp/DETAILS | 14 ---
devel/sdl4fp/HISTORY | 2
devel/sdl4fp/INSTALL | 4
editors/gawk/DETAILS | 2
editors/gawk/HISTORY | 3
graphics/djview4/DETAILS | 8 -
graphics/djview4/HISTORY | 3
science-libs/avogadrolibs/DEPENDS | 1
science-libs/avogadrolibs/HISTORY | 3
science/avogadroapp/DEPENDS | 2
science/avogadroapp/DETAILS | 10 +-
science/avogadroapp/HISTORY | 5 +
science/hdf5/BUILD | 3
science/hdf5/DETAILS | 8 -
science/hdf5/HISTORY | 4
utils/corectrl/DETAILS | 4
utils/corectrl/HISTORY | 3
48 files changed, 81 insertions(+), 675 deletions(-)

New commits:
commit 6bdd3ba82d8fa2454dd48d13aff201064cdbd04f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gawk: => 5.3.1

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

corectrl: => 1.4.2

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

delete unbuildable fpc related spells

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

djview4: => 4.12

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

avogadroapp: => 1.99.0

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

avogadrolibs - tweak depends

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

hdf5 - delete BUILD

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

hdf5: => 1.14.4-3

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

valkey-8.0.0

diff --git a/ChangeLog b/ChangeLog
index 10d0e72..9d89d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2024-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * lazarus fpc fpc src sdl4fp:
+ delete obsolete unbuildable spells
+
2024-09-17 Treeve Jelbert <treeve AT sourcemage.org>
* libs/uriparser: added, URI parsing
* libs/md4qt: added
+ * database/valkey: added, fork of redis

2024-09-14 Ismael Luceno <ismael AT sourcemage.org>
* utils/waycheck: new spell, GUI tool that shows the wayland protocols
diff --git a/database/valkey/BUILD b/database/valkey/BUILD
new file mode 100755
index 0000000..ecf1022
--- /dev/null
+++ b/database/valkey/BUILD
@@ -0,0 +1,3 @@
+#create_account redis &&
+cd $SOURCE_DIRECTORY &&
+make V=1 OPTIMIZATION="$CFLAGS" $OPTS
diff --git a/database/valkey/CONFLICTS b/database/valkey/CONFLICTS
new file mode 100755
index 0000000..b4cb928
--- /dev/null
+++ b/database/valkey/CONFLICTS
@@ -0,0 +1 @@
+conflicts redis n
diff --git a/database/valkey/DEPENDS b/database/valkey/DEPENDS
new file mode 100755
index 0000000..37c2e8c
--- /dev/null
+++ b/database/valkey/DEPENDS
@@ -0,0 +1,4 @@
+depends PKG-CONFIG &&
+optional_depends SSL 'BUILD_TLS=module' '' 'TLS support' &&
+optional_depends systemd 'USE_SYSTEMD=yes' '' 'Systemd support'
+#suggest_depends SYSTEM-LOGGER "" "" "for syslog support"
diff --git a/database/valkey/DETAILS b/database/valkey/DETAILS
new file mode 100755
index 0000000..eca2c16
--- /dev/null
+++ b/database/valkey/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=valkey
+ VERSION=8.0.0
+
SOURCE_HASH=sha512:bb1acbbcc6c52a54e77c2341cc01a128c08f08599319bc67997ebf1204d6a2f99d3c70a6234bed9526c553e26bbbb8417bdebdc6369375f22b471181dbc2408c
+# SECURITY_PATCH=
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=https://github.com/valkey-io/valkey/archive/refs/tags/$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=BSD
+ WEB_SITE=https://valkey.io
+ ENTERED=20240916
+ KEYWORDS="nosql database"
+ SHORT="open source, advanced key-value store"
+cat << EOF
+Valkey is an open source (BSD) high-performance key/value datastore
+that supports a variety of workloads such as caching, message queues,
+and can act as a primary database.
+Valkey can run as either a standalone daemon or in a cluster,
+with options for replication and high availability.
+
+Valkey natively supports a rich collection of datatypes,
+including strings, numbers, hashes, lists, sets, sorted sets,
+bitmaps, hyperloglogs and more.
+You can operate on data structures in-place with an expressive collection of
commands.
+Valkey also supports native extensibility with built-in scripting support
+for Lua and supports module plugins to create new commands, data types, and
more.
+EOF
diff --git a/database/valkey/HISTORY b/database/valkey/HISTORY
new file mode 100644
index 0000000..d6c82a1
--- /dev/null
+++ b/database/valkey/HISTORY
@@ -0,0 +1,3 @@
+2024-09-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.0.0
+ spell created
diff --git a/database/valkey/INSTALL b/database/valkey/INSTALL
new file mode 100755
index 0000000..9e80957
--- /dev/null
+++ b/database/valkey/INSTALL
@@ -0,0 +1 @@
+make INSTALL_BIN="$INSTALL_ROOT/usr/bin" PREFIX="$INSTALL_ROOT/usr" install
diff --git a/devel/fpc/BUILD b/devel/fpc/BUILD
deleted file mode 100755
index 9f75fcb..0000000
--- a/devel/fpc/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "ia32" ]]; then
- ARCH=386 # Yes, they switch between i386 and 386...
-elif [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}"
== "em64t" ]]; then
- ARCH=x64 # Yes, they switch between x86_64 and x64...
-else
- ARCH=386
-fi &&
-
-if ! spell_ok fpc ; then
- PP=$SOURCE_DIRECTORY/bootstrap/lib/fpc/$VERSION/ppc$ARCH
-else
- PP=$INSTALL_ROOT/usr/bin/fpc
-fi &&
-make PP=$PP build
diff --git a/devel/fpc/DEPENDS b/devel/fpc/DEPENDS
deleted file mode 100755
index b8e2779..0000000
--- a/devel/fpc/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends gdb "" "" "debugging support"
diff --git a/devel/fpc/DETAILS b/devel/fpc/DETAILS
deleted file mode 100755
index c4a5282..0000000
--- a/devel/fpc/DETAILS
+++ /dev/null
@@ -1,31 +0,0 @@
- SPELL=fpc
- VERSION=3.2.0
-
SOURCE_HASH=sha512:e692ab6fd3a07f347a395e167a32e4833840258f44bec226ce2ca870e96fb49721ef02dd42fa7b72439e6d6cc25a472081efdd6f7e1a64f83e67eceb85056e8f
- SOURCE=$SPELL-$VERSION.source.tar.gz
-
SOURCE_URL[0]=http://downloads.sourceforge.net/project/freepascal/Source/$VERSION/$SOURCE
- SOURCE_URL[1]=ftp://ftp.freepascal.org/fpc/dist/$VERSION/source/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.freepascal.org
-if ! spell_ok fpc ; then
-case "${SMGL_COMPAT_ARCHS[1]}" in
-ia32) B_ARCH=i386-linux ARCH=386
-
SOURCE2_HASH=sha512:6d409aaa3827018f27813d7965f2d820e36b725ad8ec3257b89688b0bbf722b41e44ab99495050422b91db71323a081bd60c68f3919d04f17b1922264ec10e13
-# FIXME Upstream dropped support for ia32
- ;;
-*) B_ARCH=${SMGL_COMPAT_ARCHS[1]}-linux ARCH=x64
-
SOURCE2_HASH=sha512:83e7b0489ac532701111684f2e20a67531d445ac009f0f0a1687c2d009d3a9631d4d932b4519345d64750601df877031109f80e7466280289f270422e7f620e5
- ;;
-esac
- SOURCE2=$SPELL-$VERSION-$B_ARCH.tar
- SOURCE2_URL[0]=ftp://ftp.freepascal.org/fpc/dist/$VERSION/$B_ARCH/$SOURCE2
-fi
- LICENSE[0]=GPL
- KEYWORDS="pascal compiler devel"
- ENTERED=20050521
- CCACHE=off
- SHORT="a Pascal compiler"
-cat << EOF
-Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler.
-It is available for different processors: Intel x86, Amd64/x86 64, PowerPC,
-Sparc.
-EOF
diff --git a/devel/fpc/EXPORTS b/devel/fpc/EXPORTS
deleted file mode 100644
index 91a9309..0000000
--- a/devel/fpc/EXPORTS
+++ /dev/null
@@ -1,2 +0,0 @@
-VERSION
-SOURCE_HASH
diff --git a/devel/fpc/HISTORY b/devel/fpc/HISTORY
deleted file mode 100644
index 193f24c..0000000
--- a/devel/fpc/HISTORY
+++ /dev/null
@@ -1,149 +0,0 @@
-2020-08-10 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 3.2.0
-
-2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
- * Set 64-bit for EM64T as well.
- Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
- SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
-
-2016-04-06 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 3.0.0
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2014-04-14 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 2.6.4
-
-2013-04-21 Ismael Luceno <ismael AT sourcemage.org>
- * BUILD, DETAILS, EXPORTS, INSTALL, PREPARE, PRE_BUILD,
- REPAIR^none^EXPORTS: updated spell to 2.6.2
- Fixed SOURCE_URL[0] and SOURCE2_URL[0]
- Removed FPV_DEV, VERSIONB, added ARCH and B_ARCH variables
-
-2011-10-12 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: updated spell to 2.4.4
-
-2009-04-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.4 (stable)
-
-2009-02-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.4rc1 (devel)
- * PREPARE: add support for devel version
- * EXPORTS, REPAIR^none^EXPORTS: added
- * INSTALL: fix symlink
-
-2008-08-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.2
-
-2008-07-30 Alexander Tsamutali <astsmtl AT gmail.com>
- * DETAILS: PATCHLEVEL++
- * BUILD: No need to build compiler several times by hand, upstream
- build system does it
- * INSTALL: Define 'basepath' for fpc.cfg
-
-2008-07-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.2.rc2
- leave bootstrap version as 2.2.0, as not always needed
- * DETAILS, PRE_BUILD, BUILD: don't bootstrap if fpc already installed
- * INSTALL: 'make distinstall'
- fix symlink for ppc386
- * BUILD: remove make_single
- just do 'make build'
-
-2008-07-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: removed STAGED_INSTALL=off; works fine
-
-2008-04-13 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Updated bootstrap to FPC's 2.2.0 binaries (Bug #14408)
- Added support for x86_64
- * PRE_BUILD: Unpack FPC's binary bootstrap
- * BUILD: Not sure why, but building the targets, "rtl
packages_base_all
- packages_fcl_all fv_all packages_extra_all utils" works, whereas
- "all" seems to clean out compiler/ppc$ARCH. Target list obtained
- from http://gentoo-portage.com/AJAX/Ebuild/51609
- * INSTALL: Not sure why, but installing the targets, "compiler_install
- rtl_install packages_install fv_install utils_install" instead of
- "install" works. "install" clears out compiler/ppc$ARCH as well!
- from http://gentoo-portage.com/AJAX/Ebuild/51609
- Install a default /etc/fpc.cfg via install_config_file
- * FINAL: No longer needed, we install a default /etc/fpc.cfg
-
-2007-09-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.0
-
-2007-07-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.1.4
- * PRE_BUILD, INSTALL: directory layout changes
-
-2007-03-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- * PRE_BUILD: fix man path
- * FINAL: don't bail out on the warning
-
-2007-03-01 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: PATCHLEVEL++
- STAGED_INSTALL=off
- * BUILD: add make_single
- * CONFIGURE, configs, volatiles: deleted
- * BUILD, INSTALL: remove saving of source files
- this is now done in a separate spell, fpcsrc
- don't need user pascal
- * PRE_BUILD: copy libgdb.a
- don't bother deleting lots of files
- * FINAL: improve message regarding fpc.cfg
-
-2006-11-24 Eric Sandall <sandalle AT sourcemage.org>
- * DEPENDS: Does not depend on gpm
-
-2006-08-30 Treeve Jelbert <treeve AT sourcemage.org>
- * INSTALL: don't install fpc.cfg
- * FINAL: added, tell users how to get a cfg file
-
-2006-08-30 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.4
-
-2006-08-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.4-rc3
- * BUILD, INSTALL: change for new source file layout
-
-2006-07-18 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * INSTALL: fix the brokeness for bug #12742, unfixing the install
config
- file stuff this is to stupid imho...
- * volatiles: added for config files
- * configs: added for config files
- * BUILD: broken build chain
-
-2006-06-23 David Kowis <dkowis AT shlrm.org>
- * DETAILS: fixed a glitch with spell_ok
-
-2006-04-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS BUILD PRE_BUILD: bootstrap from existing fpc if possible
- * PRE_BUILD: delete unnecessary files
- * DETAILS: set PATCHLEVEL
- ARCHIVE=off, it takes too long to do it, would be faster to rebuild
- * CONFIGURE: add
- * INSTALL: optionally install source files for use by Lazarus
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.2
- add another url
- add CCACHE=off, as it does not process pascal code
-
-2005-11-29 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-11-28 Seth Woolley <seth AT tautology.org>
- * PRE_BUILD: unpack api update
-
-2005-05-21 Treeve Jelbert <treeve AT sourcemage.org>
- * INSTALL: make ppc38c accessible
- create /etc/fpc.cfg
-
-2005-05-21 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD, DEPENDS, DETAILS, HISTORY, INSTALL, PRE_BUILD:
- created this spell
-
diff --git a/devel/fpc/INSTALL b/devel/fpc/INSTALL
deleted file mode 100755
index 10a1985..0000000
--- a/devel/fpc/INSTALL
+++ /dev/null
@@ -1,15 +0,0 @@
-local FPCDEST FPCDIR FPC_COMP FPC_MAKE
&&
-FPCDEST=${INSTALL_ROOT}/usr
&&
-FPCDIR=$FPCDEST/lib/fpc/${VERSION//rc?}
&&
-FPC_COMP=$SOURCE_DIRECTORY/compiler/ppc$ARCH
&&
-FPC_MAKE=$SOURCE_DIRECTORY/utils/fpcm/fpcmake
&&
-mkdir -p $FPCDIR
&&
-make PP=$FPC_COMP INSTALL_PREFIX=$FPCDEST FPCMAKE=$FPC_MAKE install &&
-ln -sf $FPCDIR/ppc$ARCH $FPCDEST/bin &&
-
-#
-# Generate a default /etc/fpc.cfg
-#
-fpcmkcfg -d basepath=$FPCDIR > $SOURCE_DIRECTORY/fpc.cfg &&
-install_config_file $SOURCE_DIRECTORY/fpc.cfg \
- $INSTALL_ROOT/etc/fpc.cfg
diff --git a/devel/fpc/PRE_BUILD b/devel/fpc/PRE_BUILD
deleted file mode 100755
index d93b431..0000000
--- a/devel/fpc/PRE_BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-default_pre_build &&
-
-cd $SOURCE_DIRECTORY &&
-#
-# Setup bootstrapping, only if we don't have fpc already
-#
-if ! spell_ok fpc ; then
-mkdir bootstrap &&
-cd bootstrap &&
-unpack_file 2 &&
-tar -xf fpc-$VERSION-$B_ARCH/binary.$B_ARCH.tar &&
-tar -xzf base.$B_ARCH.tar.gz
-fi &&
-
-cd $SOURCE_DIRECTORY &&
-# we need libgdb.a in our tree
-local GDB WHERE &&
-GDB=$INSTALL_ROOT/usr/lib/libgdb.a &&
-
-if [[ -e $GDB ]];then
- WHERE=packages/base/gdbint/libgdb/units/$B_ARCH/ &&
- mkdir -p $WHERE &&
- cp $GDB $WHERE
-fi
diff --git a/devel/fpc/REPAIR^none^EXPORTS b/devel/fpc/REPAIR^none^EXPORTS
deleted file mode 100644
index 91a9309..0000000
--- a/devel/fpc/REPAIR^none^EXPORTS
+++ /dev/null
@@ -1,2 +0,0 @@
-VERSION
-SOURCE_HASH
diff --git a/devel/fpcsrc/BUILD b/devel/fpcsrc/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/devel/fpcsrc/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/devel/fpcsrc/DETAILS b/devel/fpcsrc/DETAILS
deleted file mode 100755
index 8d86a7b..0000000
--- a/devel/fpcsrc/DETAILS
+++ /dev/null
@@ -1,28 +0,0 @@
- SPELL=fpcsrc
- SPELLX=fpc
-persistent_read fpc FPV_DEV FPV_DEV
-if [[ $FPV_DEV == y ]];then
- VERSION=2.2.4rc1
-
SOURCE_HASH=sha512:3382741b4b95dda1d4d9e4ba3dbb86535c29ff9d772baf44cdf5b5cf4a1dd383fd61208cdcbcaff548a08ea84b3ee45174c4dbe841495df1bf8aca1790682de3
- SOURCE=$SPELLX-$VERSION.source.tar.gz
-
SOURCE_URL[0]=ftp://ftp.freepascal.org/pub/fpc/beta/${VERSION}/source/$SOURCE
-else
- VERSION=3.0.0
-
SOURCE_HASH=sha512:18b91a10320b0c52d0486aa241dbfeb5777eebe040f393f9b3661e8ab27a338b5a8d84c9461d40c6d11b362af2deb014f7c3fc273fc11fee1fc9badf19e18b88
- SOURCE=$SPELLX-$VERSION.source.tar.gz
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/freepascal/$SOURCE
- SOURCE_URL[1]=ftp://ftp.freepascal.org/fpc/dist/source-${VERSION}/$SOURCE
-fi
- SOURCE=fpc-$VERSION.source.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/fpc-$VERSION
- WEB_SITE=http://www.freepascal.org
- LICENSE[0]=GPL
- ENTERED=20050521
- CCACHE=off
- ARCHIVE=off
- STAGED_INSTALL=off
- KEYWORDS="pascal compiler devel"
- SHORT="a Pascal compiler"
-cat << EOF
-Source files for Free Pascal
-EOF
diff --git a/devel/fpcsrc/HISTORY b/devel/fpcsrc/HISTORY
deleted file mode 100644
index e680d25..0000000
--- a/devel/fpcsrc/HISTORY
+++ /dev/null
@@ -1,35 +0,0 @@
-2016-04-06 Florian Franzmann <bwlf AT bandrate.org>
- * DETAILS: version 3.0.0
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2009-04-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.4
-
-2009-02-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.4rc1
- add persistent_read, to align version with that of fpc
-
-2008-08-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.2
-
-2008-07-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.2.rc2
- * PRE_BUILD: fix usage of VERSION
- note: the tree ahs been restructured in this release
- some subdirs are no longer present
- remove a lot more subdirs
- * BUILD: remove junk
-
-2007-09-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.2.0
-
-2007-07-10 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.1.4
- * PRE_BUILD, INSTALL: adapt directory structure
-
-2007-02-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 2.0.4
- spell created
-
diff --git a/devel/fpcsrc/INSTALL b/devel/fpcsrc/INSTALL
deleted file mode 100755
index 7edebde..0000000
--- a/devel/fpcsrc/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-cd $SOURCE_DIRECTORY &&
-FPCDEST=${INSTALL_ROOT}/usr/share/fpc &&
-mkdir -p $FPCDEST &&
-message copying source files &&
-cp -a ./* $FPCDEST
diff --git a/devel/fpcsrc/PRE_BUILD b/devel/fpcsrc/PRE_BUILD
deleted file mode 100755
index b7293ad..0000000
--- a/devel/fpcsrc/PRE_BUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-#some directories are not needed now
-local FDIRS FARCH FF DD &&
-default_pre_build &&
-FDIRS="compiler installer tests ide utils" &&
-cd $SOURCE_DIRECTORY &&
-rm -r $FDIRS $FARCH &&
-cd packages &&
-rm -r fcl-*/tests \
- amunits gnome1 gtk1 libndsfpc os2units palmunits univint winceunits
winunits* &&
-cd ptc/src &&
-rm -r dos win32 wince &&
-cd $SOURCE_DIRECTORY &&
-mkdir $FDIRS &&
-# link to existing units
-ln -s ${INSTALL_ROOT}/usr/lib/fpc/${VERSION//\.rc?}/units &&
-for DD in packages/fcl-base/src rtl rtl/linux; do
- cd $SOURCE_DIRECTORY/$DD &&
- for FF in `ls`;do
- if [[ -d $FF ]];then
- case $FF in
- common|linux|unix|i386|x86_64|inc);;
- *) rm -r $FF;;
- esac
- fi
- done
-done
diff --git a/devel/lazarus/BUILD b/devel/lazarus/BUILD
deleted file mode 100755
index a9639f2..0000000
--- a/devel/lazarus/BUILD
+++ /dev/null
@@ -1,54 +0,0 @@
-local FF PP TARGET UNIT &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}"
== "em64t" ]]; then
- TARGET=x86_64
-else
- TARGET=i386
-fi &&
-
-
-#create idemake.cfg
-#LazarusDir=$SOURCE_DIRECTORY &&
-mkdir -p ~/.lazarus &&
-cat > idemake.cfg << EOF
-#-Fu\$(LazarusDir)/components/synedit/units/$TARGET-linux/
-#-Fu\$(LazarusDir)/components/synedit/units/$TARGET-linux/
-#-Fu\$(LazarusDir)/ideintf/units/$TARGET-linux/
-#-Fu\$(LazarusDir)/lcl/units/$TARGET-linux/
-#-Fu\$(LazarusDir)/lcl/units/$TARGET-linux/$LAZ_GUI/
-#-Fu\$(LazarusDir)/components/codetools/units/$TARGET-linux/
-#-Fu\$(LazarusDir)/packager/units/$TARGET-linux/
--Fu.
--dLCL
--dLCL${LAZ_GUI}
--dAddStaticPkgs
--Fi~/.lazarus/
-EOF
-#export LCL_PLATFORM=$LAZ_GUI &&
-make_single &&
-make LCL_PLATFORM=$LAZ_GUI $OPTS &&
-UNIT=$SOURCE_DIRECTORY/components &&
-cd $SOURCE_DIRECTORY/components &&
-# only build the sqlite3 package
-rm sqlite/sqlitelaz.lpk &&
-for FF in $LAZ_PACK;do
- if [[ $FF == lazreport ]];then
- FF=$FF/source
- echo -Fu${UNIT}/$FF/lib/$TARGET-linux/ >> ../idemake.cfg
- else
- echo -Fu${UNIT}/$FF/lib/$TARGET-linux/$LAZ_GUI/ >> ../idemake.cfg
- fi &&
- cp ../idemake.cfg ~/.lazarus &&
- cd $FF &&
- $SOURCE_DIRECTORY/lazbuild -B `ls *.lpk` --ws=$LAZ_GUI &&
-# add to package list
- PP=`grep '<Name Value=' *.lpk|cut -d\" -f2` &&
- echo $PP, >> $SOURCE_DIRECTORY/staticpackages.inc &&
- cd -
-done &&
-cd $SOURCE_DIRECTORY &&
-cp staticpackages.inc ~/.lazarus &&
-make LCL_PLATFORM=$LAZ_GUI $OPTS idepkg &&
-cp ~/.lazarus/packagefiles.xml ./ &&
-sed -i "s|$SOURCE_DIRECTORY|$TRACK_ROOT/usr/share/lazarus|" idemake.cfg &&
-strip -s lazarus startlazarus &&
-make_normal
diff --git a/devel/lazarus/CONFIGURE b/devel/lazarus/CONFIGURE
deleted file mode 100755
index 1770bf3..0000000
--- a/devel/lazarus/CONFIGURE
+++ /dev/null
@@ -1,8 +0,0 @@
-. $GRIMOIRE/config_query_multi.function &&
-config_query_list LAZ_GUI "which gui?" qt gtk2 gtk &&
-config_query_multi LAZ_PACK "which packages to build?" \
- dbexport lazreport opengl paradox printers sqldb sqlite tachart
rtticontrols &&
-# opengl is not yet supported for qt
-if [[ $LAZ_GUI == qt ]];then
- LAZ_PACK=${LAZ_PACK//opengl}
-fi
diff --git a/devel/lazarus/DEPENDS b/devel/lazarus/DEPENDS
deleted file mode 100755
index 31d6000..0000000
--- a/devel/lazarus/DEPENDS
+++ /dev/null
@@ -1,13 +0,0 @@
-depends fpc &&
-depends fpcsrc &&
-case $LAZ_GUI in
- gtk) depends gtk+ &&
- depends gdk-pixbuf
- ;;
- gtk2) depends gtk+2
- ;;
- qt) depends qt4 &&
- depends -sub CXX gcc &&
- depends qt4pas 'OPT="-dUSE_QT_44"'
- ;;
-esac
diff --git a/devel/lazarus/DETAILS b/devel/lazarus/DETAILS
deleted file mode 100755
index d8c7451..0000000
--- a/devel/lazarus/DETAILS
+++ /dev/null
@@ -1,32 +0,0 @@
- SPELL=lazarus
-if [[ "$LAZ_DEV" == "y" ]];then
- VERSION=0.9.27-19066-20090323
-
SOURCE_HASH=sha512:696c12b3bcbaa4575266492304d6b3bb2b931212a3ec50864f47db43a35680230027ee39b7c0e54a44198b8f81dd94162acc51b5861d5f8a2e4b3daf753b77f7
-# VERSION=0.9.25-$(date +%Y%m%d)
-# SOURCE_IGNORE=volatile
-# FORCE_DOWNLOAD=on
- SOURCE=$SPELL-$VERSION-src.tar.bz2
- SOURCE_URL[0]=ftp://ftp.hu.freepascal.org/pub/lazarus/$SOURCE
-else
- VERSION=0.9.26.2-0
-
SOURCE_HASH=sha512:10f92a92f125725627cd137a3b055a2c7d5cfe9b9dc46e1add4e64faf25b6918559bbf4da72ed654cb2019659dc1b84835a0c3ccb040d8c3a665b4fae89e69b3
- SOURCE=$SPELL-$VERSION.tgz
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-fi
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/lazarus
- WEB_SITE=http://www.lazarus.freepascal.org
-# SOURCE_URL[1]=ftp://ftp.de.freepascal.org/pub/lazarus/$SOURCE
-# SOURCE_URL[0]=http://michael-ep3.physik.uni-halle.de/Lazarus/$SOURCE
- LICENSE=LGPL
- ENTERED=20030701
- GATHER_DOCS=off
- CCACHE=off
- ARCHIVE=off
-SHORT="visual programming environment for Pascal"
-cat << EOF
-The Lazarus IDE is a stable and feature rich visual programming environment
-for the
-FreePascal Compiler. It supports the creation of self-standing graphical
-and console
-applications.
-EOF
diff --git a/devel/lazarus/FINAL b/devel/lazarus/FINAL
deleted file mode 100755
index 0b83eaa..0000000
--- a/devel/lazarus/FINAL
+++ /dev/null
@@ -1,7 +0,0 @@
-message ${QUERY_COLOR}\
-If you have previously used Lazarus, you may have a \~/.lazarus/bin
directory, \
-which contains a private copy of lazarus with different packages than the
system version.\
-Please delete the \~/.lazarus/bin directory and run startlazarus. \
-Then rebuild your private copy from within lazarus.\
-${DEFAULT_COLOR}
-
diff --git a/devel/lazarus/HISTORY b/devel/lazarus/HISTORY
deleted file mode 100644
index 098580c..0000000
--- a/devel/lazarus/HISTORY
+++ /dev/null
@@ -1,164 +0,0 @@
-2019-07-08 Eric Sandall <sandalle AT sourcemage.org>
- * Set 64-bit for EM64T as well.
- Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs
changed
- SMGL_COMPAT_ARCHS[1] from x86_64 to em64t.
-
-2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2011-10-14 Bor Kraljič <pyrobor AT ver.si>
- * DETAILS: fixed long description wrap (scripted)
-
-2011-07-30 Florian Franzmann <bwlf AT bandrate.org>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2009-03-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-19066-20090323
- stable -> 0.9.26.2
-
-2009-03-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-18993-20090315
-
-2009-02-23 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-18800-20090223
-
-2009-02-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-18751-20090219
- * CONFIGURE: add rtticontrols package
-
-2009-01-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-18093-20090104
-
-2008-12-12 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated snapshot to 0.9.27-17807-20081212
-
-2008-1206 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-17696-20081206
-
-2008-11-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-17394-20081115
- GATHER_DOCS=off
- * DEPENDS, BUILD, INSTALL: support USE_QT_44
-
-2008-10-20 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE: add more packages
- suppress opengl if using qt gui
- * BUILD: fix build of sqlite package
-
-2008-10-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.27-16995-20081015
- version 0.9.26-0 (stable)
-
-2008-09-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: snapshot = 0.9.25-16584-20080914
- snapshot now includes a revision number, which is difficult to
handle
-
-2008-08-31 Treeve Jelbert <treeve AT sourcemage.org>
- * CONFIGURE, BUILD, INSTALL: add support for extra packages
-
-2008-07-19 Treeve Jelbert <treeve AT sourcemage.org>
- * PRE_BUILD: deleted, not needed, even by devel version
- * CONFIGURE, DEPENDS: change qt4 -> qt.
- no longer experimental, builds ok
-
-2007-12-24 Treeve Jelbert <treeve AT sourcemage.org>
- * BUILD, INSTALL: set FPC, for use on x86_64
-
-2007-12-08 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.24-0 / 0.9.25-date
-
-2007-07-19 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS: delinting
-
-2007-05-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.22-1
- * DEPNEDS: add fpcsrc
-
-2007-03-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.22 / 0.9.23-date
- * PREPARE: allow snapshot or stable versions
- * PRE_BUILD: stable tarball can use default_pre_build
- * FINAL: added, to inform user how to upgrade local lazarus
-
-2007-02-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.21-20070227
- * PREPARE: added, check for a valid fpc.cfg file
-
-2007-01-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.21-20070121
- * BUILD: add make_single
- * PRE_BUILD: add
-
-2006-11-06 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.20
- ARCHIVE=off, it is faster to rebuild lazarus
-
-2006-09-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.18
- * PRE_BUILD, FINAL: remove
-
-2006-09-16 Treeve Jelbert <treeve AT sourcemage.org>
- * INSTALL: create symlinks to fpc stuff
-
-2006-08-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.17-`date +%Y%m%d`
- use snapshot until a better stable release
- * PRE_BUILD: add
-
-2006-04-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.14
- * CONFIGURE DEPENDS: qt gui needs qt4
- builds ok for gtk+2
- * FINAL: add, update fpc.cfg
-
-2006-02-07 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.12
- still WIP
-
-2005-10-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.10
-
-2005-07-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.9.8
-
-2005-06-12 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version =cvs (needed for fpc-2.0
- * CONFIGURE DEPENDS: allow choice of gui
-
-2005-01-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 050102
-
-2004-10-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 041001
-
-2004-09-11 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 040910
-
-2004-08-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 040822
-
-2004-06-02 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 040529
-
-2004-05-22 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 040307
- BUILD_API=2
-
-2004-01-24 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 20040123
-
-2004-01-13 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 20040113
- set ARCHIVE=off, it's too big
- it builds, but crashes on startup
-
-2003-11-09 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 20031109
-
-20021018 Treeve Jelbert <treeve AT sourcemage.org>
- needs the fpc sources and compiled binaries
- version snapshot
- spell created
-
-
diff --git a/devel/lazarus/INSTALL b/devel/lazarus/INSTALL
deleted file mode 100755
index 69ff342..0000000
--- a/devel/lazarus/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-make $OPTS install INSTALL_PREFIX=${INSTALL_ROOT}/usr FPC=fpc &&
-CFG=$INSTALL_ROOT/etc/lazarus &&
-install -m 755 -d $CFG &&
-#mkdir -p $CFG &&
-for FF in idemake.cfg packagefiles.xml staticpackages.inc;do
- install_config_file $FF $CFG/$FF
-done
diff --git a/devel/lazarus/PREPARE b/devel/lazarus/PREPARE
deleted file mode 100755
index 520d36b..0000000
--- a/devel/lazarus/PREPARE
+++ /dev/null
@@ -1,8 +0,0 @@
-config_query LAZ_DEV 'Do you wnat the development version?' n
-local CFG &&
-CFG=fpc.cfg &&
-if ([ ! -e /etc/$CFG ] && [ ! -e ~/.fpc.cfg ] ) ;then
- message ${PROBLEM_COLOR} please create a $CFG file. ${MESSAGE_COLOR}\
-Try "fpcmkcfg > /etc/fpc.cfg" ${DEFAULT_COLOR}
- return 1
-fi
diff --git a/devel/lazarus/lazarus.cfg b/devel/lazarus/lazarus.cfg
deleted file mode 100644
index b37bd77..0000000
--- a/devel/lazarus/lazarus.cfg
+++ /dev/null
@@ -1,4 +0,0 @@
-#lazarus stuff
--Fu/usr/share/lazarus/units/$fpctarget
--Fu/usr/share/lazarus/lcl/units/$fpctarget
-
diff --git a/devel/sdl4fp/BUILD b/devel/sdl4fp/BUILD
deleted file mode 100755
index 3e339ce..0000000
--- a/devel/sdl4fp/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-./build.sh
diff --git a/devel/sdl4fp/DEPENDS b/devel/sdl4fp/DEPENDS
deleted file mode 100755
index 262b7e7..0000000
--- a/devel/sdl4fp/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends fpc &&
-depends sdl
-
diff --git a/devel/sdl4fp/DETAILS b/devel/sdl4fp/DETAILS
deleted file mode 100755
index d5f6a4c..0000000
--- a/devel/sdl4fp/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- SPELL=sdl4fp
- VERSION=1.2.0.0
- SOURCE=SDL4Freepascal-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.grulic.org.ar/~dmoisset/files/$SOURCE
-
SOURCE_HASH=sha512:1a5ef6b8bb79fd8dd7a062c1d8774d40b9a762c3e7de587595f1cf15f548c52548d401a430024e9c492056ee3295b828fd97792739d4ac3dcc6dd5f8d537076f
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/SDL4Freepascal-${VERSION}
- WEB_SITE=http://sdl4fp.sourceforge.net/
- ENTERED=20060718
- LICENSE[0]=LGPL
- SHORT="SDL bindings for Freepascal."
-cat << EOF
-SDL4Freepascal is a set of FreePascal units binding to the SDL (Simple
-Directmedia Layer) game development API.
-EOF
diff --git a/devel/sdl4fp/HISTORY b/devel/sdl4fp/HISTORY
deleted file mode 100644
index d2efc35..0000000
--- a/devel/sdl4fp/HISTORY
+++ /dev/null
@@ -1,2 +0,0 @@
-2006-07-18 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/devel/sdl4fp/INSTALL b/devel/sdl4fp/INSTALL
deleted file mode 100755
index 7fa1acb..0000000
--- a/devel/sdl4fp/INSTALL
+++ /dev/null
@@ -1,4 +0,0 @@
-mkdir -vp \
-$INSTALL_ROOT/usr/lib/fpc/$(installed_version
fpc)/units/linux/SDL4Freepascal-1.2.0.0 &&
-mv *.o *.ppu \
-$INSTALL_ROOT/usr/lib/fpc/$(installed_version
fpc)/units/linux/SDL4Freepascal-1.2.0.0
diff --git a/editors/gawk/DETAILS b/editors/gawk/DETAILS
index ace9357..855d753 100755
--- a/editors/gawk/DETAILS
+++ b/editors/gawk/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://ftp.gnu.org/gnu/gawk/
SPELL=gawk
- VERSION=5.3.0
+ VERSION=5.3.1
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/editors/gawk/HISTORY b/editors/gawk/HISTORY
index 527aeb0..81ef5a0 100644
--- a/editors/gawk/HISTORY
+++ b/editors/gawk/HISTORY
@@ -1,3 +1,6 @@
+2024-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.3.1
+
2023-11-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.3.0

diff --git a/graphics/djview4/DETAILS b/graphics/djview4/DETAILS
index cf80e6b..5d9e43d 100755
--- a/graphics/djview4/DETAILS
+++ b/graphics/djview4/DETAILS
@@ -1,11 +1,11 @@
SPELL=djview4
SPELLX=djview
- VERSION=4.10.6
-
SOURCE_HASH=sha512:c06b9c4c7addd9dededdc9d441094bca685c4d23744e3d1208eab33d9d341a85f120176bf9f1b879ac6620f591eefe05ac774870b1ba3215c43baf1eaf9d14f8
+ VERSION=4.12
+
SOURCE_HASH=sha512:0314c409b5474bb5bbe81aa2dc44b24507dac6f7cfde8d275a9d3bb1c2046b6ce2173543618ab7cbb702dbe94d7b2d85d3e19df09fafea73bb8662ee2ba89a01
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/djvu/$SOURCE
- WEB_SITE=http://djvu.SourceForge.net
+ SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/djvu/$SOURCE
+ WEB_SITE=https://djvu.SourceForge.net
LICENSE[0]=GPL
ENTERED=20070201
KEYWORDS="doc viewer"
diff --git a/graphics/djview4/HISTORY b/graphics/djview4/HISTORY
index a9b5f53..567536c 100644
--- a/graphics/djview4/HISTORY
+++ b/graphics/djview4/HISTORY
@@ -1,3 +1,6 @@
+2024-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.12
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/science-libs/avogadrolibs/DEPENDS
b/science-libs/avogadrolibs/DEPENDS
index a410e4e..79ea6b8 100755
--- a/science-libs/avogadrolibs/DEPENDS
+++ b/science-libs/avogadrolibs/DEPENDS
@@ -1,4 +1,3 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
source $GRIMOIRE/QT_DEPENDS &&
if is_depends_enabled $SPELL qt6base;then
depends qt5compat
diff --git a/science-libs/avogadrolibs/HISTORY
b/science-libs/avogadrolibs/HISTORY
index 9b7fb03..28b5d69 100644
--- a/science-libs/avogadrolibs/HISTORY
+++ b/science-libs/avogadrolibs/HISTORY
@@ -1,3 +1,6 @@
+2024-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: tweak
+
2024-06-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.99.0
* BUILD DEPENDS: add qt5/6 support
diff --git a/science/avogadroapp/DEPENDS b/science/avogadroapp/DEPENDS
index 993eb93..7d775b9 100755
--- a/science/avogadroapp/DEPENDS
+++ b/science/avogadroapp/DEPENDS
@@ -1,4 +1,4 @@
-source $GRIMOIRE/QT5_DEPENDS &&
+source $GRIMOIRE/QT_DEPENDS &&
depends eigen3 &&
depends hdf5 &&
depends avogadrolibs
diff --git a/science/avogadroapp/DETAILS b/science/avogadroapp/DETAILS
index 60fa246..dee5515 100755
--- a/science/avogadroapp/DETAILS
+++ b/science/avogadroapp/DETAILS
@@ -1,10 +1,10 @@
SPELL=avogadroapp
- VERSION=0.8.0
-
SOURCE_HASH=sha512:e353d844b4b113a9f1bbef04b9767459e824e66348347222929927ae413d673229a604c5cfa5f23980daf4e98acd40d34f5bced005676304783e855e0080a6f2
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=1.99.0
+
SOURCE_HASH=sha512:8c1b8c69f31ea602a196394a4a33e1d962cc457426b46425b454815e4c15e562684dcddb4a192d958091cadccbdc839cb3f8a03d94ecf9f75501d278517920ee
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.openchemistry.org
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/avogadro/$SOURCE
+ WEB_SITE=https://www.openchemistry.org
+
SOURCE_URL[0]=https://github.com/OpenChemistry/avogadroapp/archive/refs/tags/$VERSION.tar.gz
LICENSE[0]=BSD
ENTERED=20130713
KEYWORDS="chemistry editory"
diff --git a/science/avogadroapp/HISTORY b/science/avogadroapp/HISTORY
index 175ef36..33c1fd6 100644
--- a/science/avogadroapp/HISTORY
+++ b/science/avogadroapp/HISTORY
@@ -1,3 +1,8 @@
+2024-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.99.0
+ download from github
+ * DEPENDS: qt6 support
+
2015-12-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.0
* BUILD DEPENDS: qt5 support
diff --git a/science/hdf5/BUILD b/science/hdf5/BUILD
deleted file mode 100755
index 1ce3edf..0000000
--- a/science/hdf5/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-# NetCDF needs API v18. Update once that requirement changes.
-OPTS="$OPTS --with-default-api-version=v18" &&
-default_build
diff --git a/science/hdf5/DETAILS b/science/hdf5/DETAILS
index b85d5e5..79cbfe4 100755
--- a/science/hdf5/DETAILS
+++ b/science/hdf5/DETAILS
@@ -1,11 +1,11 @@
SPELL=hdf5
- VERSION=1.12.1
+ VERSION=1.14.4-3
PATCHLEVEL=1
-
SOURCE_HASH=sha512:158a067ee284ccb9e2c4db12e9d37cf187d90d9ef1bed7a6303e2c3a2fd216d7b13a46c5f46018b097511281c4246156b6f917633ca88872f10f0ad04be285fd
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_HASH=sha512:667a40703b4e330db32d3ede48247781019414426d2949aabf2036089155bc7f2167fbc8b8c78b76286d8369d1f3c9bdd66049d3e4eda2c234ef751df9cc597a
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-$(echo
$VERSION|cut -f1,2 -d.)/hdf5-${VERSION}/src/${SOURCE}"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.hdfgroup.org/HDF5/";
+ WEB_SITE="https://www.hdfgroup.org/HDF5/";
LICENSE[0]="BSD"
ENTERED=20091102
KEYWORDS="gis"
diff --git a/science/hdf5/HISTORY b/science/hdf5/HISTORY
index 259ba74..d4ca315 100644
--- a/science/hdf5/HISTORY
+++ b/science/hdf5/HISTORY
@@ -1,3 +1,7 @@
+2024-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.14.4-3
+ * BUILD: deleted
+
2023-11-11 Thomas Orgis <sobukus AT sourcemage.org>
* BUILD: build --with-default-api-version=v18 to fix netcdf build
* DETAILS: ++PATCHLEVEL
diff --git a/utils/corectrl/DETAILS b/utils/corectrl/DETAILS
index 0c272a3..59ae244 100755
--- a/utils/corectrl/DETAILS
+++ b/utils/corectrl/DETAILS
@@ -1,10 +1,10 @@
. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=corectrl
- VERSION=1.3.9
+ VERSION=1.4.2
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION

SOURCE_URL[0]=https://gitlab.com/${SPELL}/${SPELL}/-/archive/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha256:18cd0363475c7f2cba9c83e9a5064438371841b8e1f0458589d790e29f4c5b30
+
SOURCE_HASH=sha256:49288504e0e83913afe241ee0666bcf49a6d024a4c14ec1fe26d46bb9cfae0dd
LICENSE[0]=GPL
WEB_SITE=https://gitlab.com/corectrl/corectrl
ENTERED=20230423
diff --git a/utils/corectrl/HISTORY b/utils/corectrl/HISTORY
index f0b87ed..74ee595 100644
--- a/utils/corectrl/HISTORY
+++ b/utils/corectrl/HISTORY
@@ -1,3 +1,6 @@
+2024-09-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.2
+
2024-01-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.9



  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6bdd3ba82d8fa2454dd48d13aff201064cdbd04f), Treeve Jelbert, 09/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page