Skip to Content.
Sympa Menu

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

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 (c0c1d367991490a378e9dbc8aeecf5f86ca666e3)
  • Date: Thu, 31 May 2018 23:52:05 +0000

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

ChangeLog | 4 ++++
devel/slibtool/DETAILS | 15 +++++++++++++++
devel/slibtool/HISTORY | 2 ++
3 files changed, 21 insertions(+)

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

slibtool: new spell, a skinny libtool implementation, written in C

diff --git a/ChangeLog b/ChangeLog
index 7849fe3..432048b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/slibtool: new spell, a skinny libtool implementation,
+ written in C
+
2018-05-31 Vlad Glagolev <stealth AT sourcemage.org>
* disk/rw: new spell, Sortix dd replacement

diff --git a/devel/slibtool/DETAILS b/devel/slibtool/DETAILS
new file mode 100755
index 0000000..61e878d
--- /dev/null
+++ b/devel/slibtool/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=slibtool
+ VERSION=0.5.19
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ SOURCE_URL[0]=https://git.midipix.org/cgit.cgi/$SPELL/snapshot/$SOURCE
+
SOURCE_HASH=sha512:ad15d7b9eb9996d6c94248b0a1db94c49a9bfecb0ddc9104aac2841708d521a03a3293cfa63c824e8af2b7ab04fa62c0f5e13c1c4bc037dc302f9101866df956
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://git.midipix.org/cgit.cgi/slibtool";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20180531
+ KEYWORDS=""
+ SHORT="a skinny libtool implementation, written in C"
+cat << EOF
+A clean, fast, and easy-to-use reimplementation of the widely used libtool,
+written in C.
+EOF
diff --git a/devel/slibtool/HISTORY b/devel/slibtool/HISTORY
new file mode 100644
index 0000000..c95014a
--- /dev/null
+++ b/devel/slibtool/HISTORY
@@ -0,0 +1,2 @@
+2018-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c0c1d367991490a378e9dbc8aeecf5f86ca666e3), Ismael Luceno, 05/31/2018

Archive powered by MHonArc 2.6.24.

Top of Page