Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5f89c36a942e704e489acd4741869bf8f96e49eb)
  • Date: Fri, 26 Nov 2021 21:13:46 +0000

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

ChangeLog | 4 ++++
graphics-libs/box2d/CONFIGURE | 1 +
graphics-libs/box2d/DEPENDS | 1 +
graphics-libs/box2d/DETAILS | 15 +++++++++++++++
graphics-libs/box2d/HISTORY | 4 ++++
kde5-apps/zanshin/CONFIGURE | 1 -
kde5-apps/zanshin/DEPENDS | 14 --------------
kde5-apps/zanshin/DETAILS | 21 ---------------------
kde5-apps/zanshin/HISTORY | 14 --------------
kde5-utils/zanshin/CONFIGURE | 1 +
kde5-utils/zanshin/DEPENDS | 14 ++++++++++++++
kde5-utils/zanshin/DETAILS | 21 +++++++++++++++++++++
kde5-utils/zanshin/HISTORY | 18 ++++++++++++++++++
libs/ixion/DETAILS | 6 +++---
libs/ixion/HISTORY | 3 +++
libs/libe-book/BUILD | 1 -
libs/libe-book/DEPENDS | 3 ++-
libs/libe-book/HISTORY | 4 ++++
libs/libwpg/DETAILS | 12 ++++++------
libs/libwpg/HISTORY | 3 +++
libs/orcus/DETAILS | 4 ++--
libs/orcus/HISTORY | 3 +++
science-libs/mdds/DETAILS | 9 ++++-----
science-libs/mdds/HISTORY | 3 +++
spelling/mythes/DETAILS | 9 ++++-----
spelling/mythes/HISTORY | 3 +++
26 files changed, 119 insertions(+), 73 deletions(-)

New commits:
commit 5f89c36a942e704e489acd4741869bf8f96e49eb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

box2d-2.4.1

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

libwpg: => 0.3.3

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

zanshin: => 21.11.90

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

move zanshin

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

mythes: => 1.2.4

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

libe-book - tweak

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

ixion: => 0.17.0

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

mdds: => 2.0.0

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

orcus: => 0.17.0

diff --git a/ChangeLog b/ChangeLog
index bb07d37..416a6c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * zanshin: move to kde5-utils
+ * graphics-libs/box2d: added,
+
2021-11-25 Treeve Jelbert <treeve AT sourcemage.org>
* qt5-cmake/kddockwidgets: added

diff --git a/graphics-libs/box2d/CONFIGURE b/graphics-libs/box2d/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/graphics-libs/box2d/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/graphics-libs/box2d/DEPENDS b/graphics-libs/box2d/DEPENDS
new file mode 100755
index 0000000..6d7d390
--- /dev/null
+++ b/graphics-libs/box2d/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/graphics-libs/box2d/DETAILS b/graphics-libs/box2d/DETAILS
new file mode 100755
index 0000000..d71d587
--- /dev/null
+++ b/graphics-libs/box2d/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=box2d
+ VERSION=2.4.1
+
SOURCE_HASH=sha512:d900f925b77906777719c91488bdc5e2df1ad1f4a8ca39a574229f5e57070e3a843bdd7530e817112605fde6d82145c872d8afdfc65b84531a73199098c81162
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/erincatto/box2d
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz
+ LICENSE[0]=MIT
+ ENTERED=20211226
+ KEYWORDS=""
+ SHORT="2D physics engine for games"
+cat << EOF
+Box2D is a 2D physics engine for games
+EOF
diff --git a/graphics-libs/box2d/HISTORY b/graphics-libs/box2d/HISTORY
new file mode 100644
index 0000000..cefe2d7
--- /dev/null
+++ b/graphics-libs/box2d/HISTORY
@@ -0,0 +1,4 @@
+2021-12-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.4.1
+ spell created
+
diff --git a/kde5-apps/zanshin/CONFIGURE b/kde5-apps/zanshin/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/kde5-apps/zanshin/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-apps/zanshin/DEPENDS b/kde5-apps/zanshin/DEPENDS
deleted file mode 100755
index f87e5f5..0000000
--- a/kde5-apps/zanshin/DEPENDS
+++ /dev/null
@@ -1,14 +0,0 @@
-source $GRIMOIRE/KDE5_DEPENDS &&
-depends qtdeclarative &&
-depends ki18n &&
-depends krunner &&
-depends kwallet5 &&
-
-depends akonadi &&
-depends akonadi-calendar &&
-depends akonadi-notes &&
-depends akonadi-search &&
-depends kldap &&
-depends kontactinterface &&
-depends kidentitymanagement &&
-depends boost
diff --git a/kde5-apps/zanshin/DETAILS b/kde5-apps/zanshin/DETAILS
deleted file mode 100755
index 0adc5c4..0000000
--- a/kde5-apps/zanshin/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- SPELL=zanshin
- VERSION=0.5.71
- SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL=https://download.kde.org/stable/zanshin/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://zanshin.kde.org
- ENTERED=20160403
-# SECURITY_PATCH=1
- LICENSE[0]=GPL
- KEYWORDS="kde5"
- SHORT="personal organizer"
-cat << EOF
-Zanshin is a powerful yet simple application for managing your day to day
actions.
-It helps you organize and rwww.e the cognitive pressure of what one has to
do in
-his job and personal life. You'll never forget anything anymore, getting
your mind
-like water
-EOF
diff --git a/kde5-apps/zanshin/HISTORY b/kde5-apps/zanshin/HISTORY
deleted file mode 100644
index 5e48ea7..0000000
--- a/kde5-apps/zanshin/HISTORY
+++ /dev/null
@@ -1,14 +0,0 @@
-2020-01-14 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.71
-
-2018-01-04 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.5.0
- * DETAILS: add gpg checking
- * DEPENDS: akonadi stuff
-
-2016-04-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 0.4.0
-
-2016-04-03 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version master
- spell created
diff --git a/kde5-utils/zanshin/CONFIGURE b/kde5-utils/zanshin/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/kde5-utils/zanshin/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-utils/zanshin/DEPENDS b/kde5-utils/zanshin/DEPENDS
new file mode 100755
index 0000000..f87e5f5
--- /dev/null
+++ b/kde5-utils/zanshin/DEPENDS
@@ -0,0 +1,14 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends ki18n &&
+depends krunner &&
+depends kwallet5 &&
+
+depends akonadi &&
+depends akonadi-calendar &&
+depends akonadi-notes &&
+depends akonadi-search &&
+depends kldap &&
+depends kontactinterface &&
+depends kidentitymanagement &&
+depends boost
diff --git a/kde5-utils/zanshin/DETAILS b/kde5-utils/zanshin/DETAILS
new file mode 100755
index 0000000..9785669
--- /dev/null
+++ b/kde5-utils/zanshin/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=zanshin
+ VERSION=21.11.90
+ SOURCE=$SPELL-$VERSION.tar.xz
+
SOURCE_URL=https://download.kde.org/unstable/release-service/$VERSION/src/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://cgi.kde.org/..git/about
+ ENTERED=20160403
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="personal organizer"
+cat << EOF
+Zanshin is a powerful yet simple application for managing your day to day
actions.
+It helps you organize and rwww.e the cognitive pressure of what one has to
do in
+his job and personal life. You'll never forget anything anymore, getting
your mind
+like water
+EOF
diff --git a/kde5-utils/zanshin/HISTORY b/kde5-utils/zanshin/HISTORY
new file mode 100644
index 0000000..7d24bc4
--- /dev/null
+++ b/kde5-utils/zanshin/HISTORY
@@ -0,0 +1,18 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 21.11.90
+
+2020-01-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.71
+
+2018-01-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.0
+ * DETAILS: add gpg checking
+ * DEPENDS: akonadi stuff
+
+2016-04-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.0
+
+2016-04-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+ spell created
diff --git a/libs/ixion/DETAILS b/libs/ixion/DETAILS
index 93c086a..db1d850 100755
--- a/libs/ixion/DETAILS
+++ b/libs/ixion/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=ixion
- VERSION=0.15.0
-
SOURCE_HASH=sha512:feecaa4a8e6191649a7ecbc6c0f4d7db6dba3a5e4a031c1f55236907bf94e2ece9ee05d18ed345e3503cffb4a380b04f6c4941ef4214ddf92687998a070b7543
+ VERSION=0.17.0
+
SOURCE_HASH=sha512:0acdb2eae5250236a94b1a3344ca990058ea8db7b1e741545bcb7160f9e28d21a3c2ec336621fd590df10188a4d5feadfbb3a63f57e9bfd2cc1bffc04009ffad
SOURCE=lib$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=http://kohei.us/files/ixion/src/$SOURCE
+ SOURCE_URL[0]=https://kohei.us/files/ixion/src/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/lib$SPELL-$VERSION
WEB_SITE=https://gitlab.com/ixion/ixion
ENTERED=20150129
diff --git a/libs/ixion/HISTORY b/libs/ixion/HISTORY
index 6d66429..4e23cba 100644
--- a/libs/ixion/HISTORY
+++ b/libs/ixion/HISTORY
@@ -1,3 +1,6 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.17.0
+
2020-08-18 TREEVE Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.15.0
* PRE_BUILD PREPARE: deleted
diff --git a/libs/libe-book/BUILD b/libs/libe-book/BUILD
index b3dcfb0..bcb0d70 100755
--- a/libs/libe-book/BUILD
+++ b/libs/libe-book/BUILD
@@ -1,4 +1,3 @@
CXXFLAGS+=' -Wno-error=unused-function' &&
LDFLAGS+=" -lboost_system" &&
-OPTS+=" --without-liblangtag" &&
default_build
diff --git a/libs/libe-book/DEPENDS b/libs/libe-book/DEPENDS
index 8a1acfa..08e7583 100755
--- a/libs/libe-book/DEPENDS
+++ b/libs/libe-book/DEPENDS
@@ -7,4 +7,5 @@ depends gperf &&
depends zlib &&
#depends libwpd &&
optional_depends cppunit '--enable-tests' '--disable-tests' 'build tests' &&
-optional_depends doxygen '--with-docs' '--without-docs' 'build documentation'
+optional_depends doxygen '--with-docs' '--without-docs' 'build
documentation' &&
+optional_depends liblangtag '--with-liblangtag' '--without-liblangtag' 'tag
support'
diff --git a/libs/libe-book/HISTORY b/libs/libe-book/HISTORY
index 09276b4..df31b59 100644
--- a/libs/libe-book/HISTORY
+++ b/libs/libe-book/HISTORY
@@ -1,3 +1,7 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add liblangtag
+ * BUILD: adjust
+
2020-12-29 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: added, to fix build

diff --git a/libs/libwpg/DETAILS b/libs/libwpg/DETAILS
index 5e5c5aa..daef0e5 100755
--- a/libs/libwpg/DETAILS
+++ b/libs/libwpg/DETAILS
@@ -1,11 +1,11 @@
SPELL=libwpg
- VERSION=0.3.0
-
SOURCE_HASH=sha512:254b5d2ff3cfeb23a3a94d81e9fc44c4c78550bb25a822e2b0ae7bc7cfdcdc4db5742992d20087353d66c81df956b9837c329c950afd41e297bddd0e9d1f3aa8
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=0.3.3
+
SOURCE_HASH=sha512:99f8346b336eb902626fe07836c73870a57e100620ddd242ce7c2866e564483ed024a3a0b2804f81a0f59a0873310c3a93c005d306437a27818a6f4374c0c491
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://dev-www.libreoffice.org/src/$SOURCE
-http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
LICENSE[0]=GPL
- WEB_SITE=http://libwpg.sourceforge.net/
+ SOURCE_URL[0]=https://dev-www.libreoffice.org/src/$SOURCE
+ LICENSE[0]=GPL
+ WEB_SITE=https://libwpg.sourceforge.net/
ENTERED=20071006
KEYWORDS="libs wordperfect"
SHORT="libraries and tools to work with graphics in WPG format"
diff --git a/libs/libwpg/HISTORY b/libs/libwpg/HISTORY
index 3b8e275..76b06ba 100644
--- a/libs/libwpg/HISTORY
+++ b/libs/libwpg/HISTORY
@@ -1,3 +1,6 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.3
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/libs/orcus/DETAILS b/libs/orcus/DETAILS
index b5ef7f6..55fb20a 100755
--- a/libs/orcus/DETAILS
+++ b/libs/orcus/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=orcus
- VERSION=0.15.4
-
SOURCE_HASH=sha512:edbe1d6f86a249e43915e7fb960e6b269fa8703e3f571a023e811dd3f9b5d9c9a36edff491faa7ed7ea3490bf5afe1999e26d05c658a0a393b3ffd08b311b76f
+ VERSION=0.17.0
+
SOURCE_HASH=sha512:1ac24f3c10973d0e0f6e3db7982391434631ec998ae07bb011fa8e000e48ca430c07a0c2588871a93b6d9bf7a19e30d4f05d34aef699dfce1f59a4556c7727e8
SOURCE=lib$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://kohei.us/files/orcus/src/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/lib$SPELL-$VERSION
diff --git a/libs/orcus/HISTORY b/libs/orcus/HISTORY
index 20e30b5..344e925 100644
--- a/libs/orcus/HISTORY
+++ b/libs/orcus/HISTORY
@@ -1,3 +1,6 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.17.0
+
2020-08-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.15.4
now at gitlab
diff --git a/science-libs/mdds/DETAILS b/science-libs/mdds/DETAILS
index 62bca39..fac41c2 100755
--- a/science-libs/mdds/DETAILS
+++ b/science-libs/mdds/DETAILS
@@ -8,11 +8,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
else
- VERSION=1.6.0
-
SOURCE_HASH=sha512:7c66894748e998f24374a5c6ea342ae2736e4bdba53be89510a1674690517ed7303786e1290fcfa26b07f236788c192ad29790129c228074397ab43699cdb290
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://kohei.us/files/${SPELL}/src/${SOURCE}
-http://kohei.us/files/mdds/src/mdds-1.6.0.tar.bz2
+ VERSION=2.0.0
+
SOURCE_HASH=sha512:bc6b7629d69cb8a685c611e371c998579eea66ac006cfe3d7a39d216714767093832cc0978d1bfb73912c7f200921a44c477dadd311cd6e28586af55ae678f14
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+ SOURCE_URL[0]=https://kohei.us/files/${SPELL}/src/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
WEB_SITE="https://gitlab.com/mdds/mdds";
diff --git a/science-libs/mdds/HISTORY b/science-libs/mdds/HISTORY
index bdfe53e..dbaffad 100644
--- a/science-libs/mdds/HISTORY
+++ b/science-libs/mdds/HISTORY
@@ -1,3 +1,6 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.0
+
2020-08-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.6.0
now at gitlab
diff --git a/spelling/mythes/DETAILS b/spelling/mythes/DETAILS
index 19f1fda..31d5b40 100755
--- a/spelling/mythes/DETAILS
+++ b/spelling/mythes/DETAILS
@@ -1,11 +1,10 @@
SPELL=mythes
- VERSION=1.2.2
+ VERSION=1.2.4
+
SOURCE_HASH=sha512:a04da39812bcfb1391a2cba7de73e955eafe141679ec03ed6657d03bebf360b432480d0037dff9ed72a1dfda5a70d77d44ac2bb14cdb109fd8e2a38376feee21
SOURCE="$SPELL-${VERSION}.tar.gz"
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/hunspell/${SOURCE}
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/hunspell/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-${VERSION}"
- WEB_SITE=http://hunspell.sourceforge.net/
+ WEB_SITE=https://hunspell.sourceforge.net/
LICENSE[0]=BSD
ENTERED=20090901
SHORT="thesaurus library"
diff --git a/spelling/mythes/HISTORY b/spelling/mythes/HISTORY
index abfc9ad..18f1554 100644
--- a/spelling/mythes/HISTORY
+++ b/spelling/mythes/HISTORY
@@ -1,3 +1,6 @@
+2021-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.4
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5f89c36a942e704e489acd4741869bf8f96e49eb), Treeve Jelbert, 11/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page