Skip to Content.
Sympa Menu

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

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 (21f80e3d619580ac6417cbd4dfffc7f4266f4e13)
  • Date: Sat, 30 Jul 2022 22:02:49 +0000

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

ChangeLog | 3 +++
libs/libt3config/DEPENDS | 1 +
libs/libt3config/DETAILS | 25 +++++++++++++++++++++++++
libs/libt3config/HISTORY | 2 ++
libs/libt3config/PRE_BUILD | 3 +++
5 files changed, 34 insertions(+)

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

libt3config: new spell, configuration files library

diff --git a/ChangeLog b/ChangeLog
index 09e0320..eb465e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-07-30 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libt3config: new spell, configuration files library
+
2022-07-29 Vlad Glagolev <stealth AT sourcemage.org>
* wm-addons/xmenu: new spell, X menu utility

diff --git a/libs/libt3config/DEPENDS b/libs/libt3config/DEPENDS
new file mode 100755
index 0000000..16f5f08
--- /dev/null
+++ b/libs/libt3config/DEPENDS
@@ -0,0 +1 @@
+depends slibtool LIBTOOL=slibtool-shared
diff --git a/libs/libt3config/DETAILS b/libs/libt3config/DETAILS
new file mode 100755
index 0000000..5364e80
--- /dev/null
+++ b/libs/libt3config/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=libt3config
+ VERSION=1.0.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=https://os.ghalkes.nl/dist/${SOURCE}
+
SOURCE_HASH=sha512:9eb1d9a1b4fac3b170486382e220d666b8e6990f5ea112a18bd25291baf5ea7d98cadfbb5d89710db73c0a0fb57d6271d8b0e3ef5cc4621a0a6f5dbb942c7f30
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://os.ghalkes.nl/t3/libt3config.html";
+ LICENSE[0]="GPL-3.0-only"
+ ENTERED=20220730
+ KEYWORDS=""
+ SHORT="configuration files library"
+cat << EOF
+The libt3config library provides functions for reading and writing simple
+structured configuration files. libt3config provides the following features:
+* Simple structured syntax.
+* Simple API for reading and manipulating configurations.
+* Parsed configurations use typed data (boolean, integer, floating point
+ number string, list, section).
+* Schema definitions, allowing verification of the structure of loaded
+ configuration data.
+* No use of global variables, allowing easy use in threaded programs (with
the
+ exception that if uselocale is not available, setlocale should not be
called
+ at the same time in another thread while reading or writing configuration
+ data).
+EOF
diff --git a/libs/libt3config/HISTORY b/libs/libt3config/HISTORY
new file mode 100644
index 0000000..85bd8b5
--- /dev/null
+++ b/libs/libt3config/HISTORY
@@ -0,0 +1,2 @@
+2022-07-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/libs/libt3config/PRE_BUILD b/libs/libt3config/PRE_BUILD
new file mode 100755
index 0000000..44cb7fb
--- /dev/null
+++ b/libs/libt3config/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/^\tchmod 0644 [^/]*[/]libt3config[.]la$/d' Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (21f80e3d619580ac6417cbd4dfffc7f4266f4e13), Ismael Luceno, 07/30/2022

Archive powered by MHonArc 2.6.24.

Top of Page