Skip to Content.
Sympa Menu

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

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 (8206edcd989a163e9ba15f2b1b6ca48c9175538e)
  • Date: Wed, 12 Oct 2022 22:18:30 +0000

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

ChangeLog | 1 +
libs/ding-libs/DEPENDS | 1 +
libs/ding-libs/DETAILS | 25 +++++++++++++++++++++++++
libs/ding-libs/HISTORY | 2 ++
libs/ding-libs/PRE_BUILD | 4 ++++
5 files changed, 33 insertions(+)

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

ding-libs: new spell, DING assorted utility libraries

diff --git a/ChangeLog b/ChangeLog
index 39b5d82..b5c82a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2022-10-12 Ismael Luceno <ismael AT sourcemage.org>
* libs/msgpack-cxx: new spell, C++ implementation of MessagePack
+ * libs/ding-libs: new spell, DING assorted utility libraries

2022-10-10 Treeve Jelbert <treeve AT sourcemage.org>
* plasma/kpipewire: added
diff --git a/libs/ding-libs/DEPENDS b/libs/ding-libs/DEPENDS
new file mode 100755
index 0000000..16f5f08
--- /dev/null
+++ b/libs/ding-libs/DEPENDS
@@ -0,0 +1 @@
+depends slibtool LIBTOOL=slibtool-shared
diff --git a/libs/ding-libs/DETAILS b/libs/ding-libs/DETAILS
new file mode 100755
index 0000000..8479103
--- /dev/null
+++ b/libs/ding-libs/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=ding-libs
+ VERSION=0.6.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/SSSD/$SPELL/releases/download/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:566172e0addb0ee6e0ebd12874d3b72f2fa6bcb1ecc628c0c529984193290fae554efc40f52d2cec675bffab32a36183e47ec629db25e83ed2995f1049c64703
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/SSSD/ding-libs";
+ LICENSE[0]="LGPL-3.0-or-later"
+ ENTERED=20221012
+ KEYWORDS=""
+ SHORT="DING assorted utility libraries"
+cat << EOF
+"DING is not GNU" helper libraries for SSSD and FreeIPA.
+
+Libraries:
+* libbasicobjects: Basic objects like dynamic string.
+* libcollection: A data-type to collect data in a heirarchical structure for
+ easy iteration and serialization.
+* libdhash: A hash table which will dynamically resize to achieve optimal
+ storage & access time properties.
+* libini_config: Library to process config files in INI format into a
+ libcollection data structure.
+* libpath_utils: Utility functions to manipulate filesystem pathnames.
+* libref_array: A dynamically-growing, reference-counted array.
+EOF
diff --git a/libs/ding-libs/HISTORY b/libs/ding-libs/HISTORY
new file mode 100644
index 0000000..3d8778c
--- /dev/null
+++ b/libs/ding-libs/HISTORY
@@ -0,0 +1,2 @@
+2022-10-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/libs/ding-libs/PRE_BUILD b/libs/ding-libs/PRE_BUILD
new file mode 100755
index 0000000..72e0fcf
--- /dev/null
+++ b/libs/ding-libs/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable LIBTOOL variable override from libtool.m4
+sedit '/^LIBTOOL=/d' configure



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (8206edcd989a163e9ba15f2b1b6ca48c9175538e), Ismael Luceno, 10/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page