Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e2e7cf9b3a78afd13a33eb2392ea2547cb35ce19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e2e7cf9b3a78afd13a33eb2392ea2547cb35ce19)
  • Date: Tue, 23 Jan 2024 01:10:15 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/smu/DETAILS | 4 ++--
doc/smu/HISTORY | 3 +++
editors/tidy/DETAILS | 29 ++++++++++-------------------
editors/tidy/HISTORY | 4 ++++
editors/tidy/PREPARE | 4 ++--
5 files changed, 21 insertions(+), 23 deletions(-)

New commits:
commit e2e7cf9b3a78afd13a33eb2392ea2547cb35ce19
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tidy 5.8.0

commit 53f2f4eb0a58af822fb892d488e7e78c695ebd96
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

smu 1.5

diff --git a/doc/smu/DETAILS b/doc/smu/DETAILS
index a47cbb4..c108a4a 100755
--- a/doc/smu/DETAILS
+++ b/doc/smu/DETAILS
@@ -1,8 +1,8 @@
SPELL=smu
- VERSION=1.4
+ VERSION=1.5
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/Gottox/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:75f411ff289a30a686ac9d14aab2171d08eef1597b4810bd45b07336273b81a5efe4c8d4fe9a217fb2d063911af001a1f397b64ccad4c65f01f31e2766997b8a
+
SOURCE_HASH=sha512:243f6896e34acf3a21dc5b55e4aa0f99bf417917b20716d3e9997a33320e7151ecc9e889e26d87bd7be3da38b964ed496e149a7d0e4236124e000d030939a8d4
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/Gottox/smu";
LICENSE[0]="MIT"
diff --git a/doc/smu/HISTORY b/doc/smu/HISTORY
index f17a73f..9519788 100644
--- a/doc/smu/HISTORY
+++ b/doc/smu/HISTORY
@@ -1,2 +1,5 @@
+2024-01-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.5
+
2015-04-08 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, INSTALL: spell created
diff --git a/editors/tidy/DETAILS b/editors/tidy/DETAILS
index 08df4ab..5c5f5a7 100755
--- a/editors/tidy/DETAILS
+++ b/editors/tidy/DETAILS
@@ -1,31 +1,22 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=tidy
-if [[ "${TIDY_BRANCH}" == "scm" ]]; then
- VERSION=$(get_scm_version)
- SOURCE=$SPELL-cvsroot.tar.bz2
-
SOURCE_URL[0]=cvs://:pserver:anonymous AT tidy.cvs.sourceforge.net:/cvsroot/tidy:tidy
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvsroot
-
-else
SPELLX=tidy-html5
- VERSION=5.4.0
-
SOURCE_HASH=sha512:d92c89f2ef371499f9c3de6f9389783d2449433b4da1f5a29e2eb81b7a7db8dd9f68e220cdde092d446e9bd779bcbc30f84bda79013526540f29d00f438cb402
+ VERSION=5.8.0
+
SOURCE_HASH=sha512:f352165bdda5d1fca7bba3365560b64d6f70a4e010821cd246cde43bed5c23cea3408d461d3f889110fd35ec9b68aa2b4e95412b07775eb852b7ee1745007a44
SOURCE=${SPELLX}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELLX}-${VERSION}
-
SOURCE_URL[0]=https://github.com/htacg/$SPELLX/releases/download/$VERSION/$SOURCE
-fi
+
SOURCE_URL[0]=https://github.com/htacg/$SPELLX/archive/refs/tags/$VERSION.tar.gz
WEB_SITE=http://www.html-tidy.org
ENTERED=20021002
LICENSE[0]=W3C
KEYWORDS="html editors"
SHORT="Tidy cleans up bad HTML"
cat << EOF
-Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more.
It corrects and
-cleans up HTML and XML documents by fixing markup errors and upgrading
legacy code to modern
-standards.
-libtidy is a C static and dynamic library that developers can integrate into
their applications
-in order to bring all of Tidy’s power to your favorite tools. libtidy is
used today in desktop
-applications, web servers, and more.
+Tidy is a console application for Mac OS X, Linux, Windows, UNIX, and more.
It
+corrects and cleans up HTML and XML documents by fixing markup errors and
+upgrading legacy code to modern standards.
+
+libtidy is a C static and dynamic library that developers can integrate into
+their applications in order to bring all of Tidy’s power to your favorite
+tools. libtidy is used today in desktop applications, web servers, and more.
EOF
diff --git a/editors/tidy/HISTORY b/editors/tidy/HISTORY
index f2e563a..78d8c7d 100644
--- a/editors/tidy/HISTORY
+++ b/editors/tidy/HISTORY
@@ -1,3 +1,7 @@
+2024-01-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 5.8.0
+ * PREPARE, DETAILS: removed scm branch
+
2017-03-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.4.0
multiple changes
diff --git a/editors/tidy/PREPARE b/editors/tidy/PREPARE
index 98d27e4..538cdfb 100755
--- a/editors/tidy/PREPARE
+++ b/editors/tidy/PREPARE
@@ -1,2 +1,2 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable scm
+persistent_remove TIDY_BRANCH &&
+persistent_remove TIDY_AUTOUPDATE



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e2e7cf9b3a78afd13a33eb2392ea2547cb35ce19), Ismael Luceno, 01/22/2024

Archive powered by MHonArc 2.6.24.

Top of Page