Skip to Content.
Sympa Menu

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

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 (2c071f46f810dde5f1aad398e1d2dc32b0307ef5)
  • Date: Tue, 13 Sep 2022 10:21:54 +0000

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

ChangeLog | 3 +++
libs/libxtend/BUILD | 2 ++
libs/libxtend/DETAILS | 18 ++++++++++++++++++
libs/libxtend/HISTORY | 2 ++
libs/libxtend/INSTALL | 1 +
5 files changed, 26 insertions(+)

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

libxtend: new spell, misc generic C functions

diff --git a/ChangeLog b/ChangeLog
index e533668..5435ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-09-13 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libxtend: new spell, misc generic C functions
+
2022-09-10 Vlad Glagolev <stealth AT sourcemage.org>
* x11/evid: new spell, screen recorder for X with a minimal interface
with support for gifs and mp4
diff --git a/libs/libxtend/BUILD b/libs/libxtend/BUILD
new file mode 100755
index 0000000..889ee5c
--- /dev/null
+++ b/libs/libxtend/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" PREFIX=\"$INSTALL_ROOT/usr\"" &&
+${MAKE:-make} $OPTS
diff --git a/libs/libxtend/DETAILS b/libs/libxtend/DETAILS
new file mode 100755
index 0000000..0b47dca
--- /dev/null
+++ b/libs/libxtend/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libxtend
+ VERSION=0.1.6
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/outpaddling/$SPELL/archive/refs/tags/$VERSION.tar.gz
+
SOURCE_HASH=sha512:7648e3ad990a7ce40acb09bef86a51490c6ad2fb746ca04b6664f340d9a170535ca59bfd6ec59bd6161a90be5100a45fc6276ad81ff31df02daf2bd17e411c36
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/outpaddling/libxtend";
+ LICENSE[0]="BSD-2-Clause"
+ ENTERED=20220913
+ KEYWORDS=""
+ SHORT="misc generic C functions"
+cat << EOF
+libxtend is a library of miscellaneous generic C functions, the likes of
+which you might find in libc or libm.
+
+They provide some convenient functionality lacking in standard library
+functions as well some more esoteric features.
+EOF
diff --git a/libs/libxtend/HISTORY b/libs/libxtend/HISTORY
new file mode 100644
index 0000000..eb9f71d
--- /dev/null
+++ b/libs/libxtend/HISTORY
@@ -0,0 +1,2 @@
+2022-09-13 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS: spell created
diff --git a/libs/libxtend/INSTALL b/libs/libxtend/INSTALL
new file mode 100755
index 0000000..4de1c85
--- /dev/null
+++ b/libs/libxtend/INSTALL
@@ -0,0 +1 @@
+${MAKE:-make} install $OPTS



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2c071f46f810dde5f1aad398e1d2dc32b0307ef5), Ismael Luceno, 09/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page