Skip to Content.
Sympa Menu

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

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 (350b54dcd58a6a839993f622476f357a242711bc)
  • Date: Sat, 25 May 2019 12:45:48 +0000

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

ChangeLog | 2 ++
libs/musl-obstack/DETAILS | 15 +++++++++++++++
libs/musl-obstack/HISTORY | 2 ++
libs/musl-obstack/PRE_BUILD | 2 ++
4 files changed, 21 insertions(+)

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

musl-obstack: new spell, A standalone library to implement GNU libc's
obstack

diff --git a/ChangeLog b/ChangeLog
index 283dad6..1a87b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
* libs/libiconv: new spell, GNU iconv implementation
* database/vbisam: new spell, ISAM File Handler
+ * libs/musl-obstack: new spell, A standalone library to implement
+ GNU libc's obstack

2019-05-24 Eric Sandall <sandalle AT sourcemage.org>
* accounts, groups: Add lighttpd:215:215
diff --git a/libs/musl-obstack/DETAILS b/libs/musl-obstack/DETAILS
new file mode 100755
index 0000000..d90ae5b7
--- /dev/null
+++ b/libs/musl-obstack/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=musl-obstack
+ VERSION=1.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/void-linux/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:e3a9956133d72a00663cf8d9720e62002142e113e7d67e2338a2bce1bdfac9eefd4290db8add15eabafdf01065f7fe9bb6754faa36b88df819c53d44fa140757
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/void-linux/musl-obstack";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20190525
+ KEYWORDS=""
+ SHORT="A standalone library to implement GNU libc's obstack"
+cat << EOF
+The musl-obstack package is a copy + paste of the obstack functions and
+macros found in GNU gcc libiberty library for use with musl libc.
+EOF
diff --git a/libs/musl-obstack/HISTORY b/libs/musl-obstack/HISTORY
new file mode 100644
index 0000000..0e0bf88
--- /dev/null
+++ b/libs/musl-obstack/HISTORY
@@ -0,0 +1,2 @@
+2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: spell created
diff --git a/libs/musl-obstack/PRE_BUILD b/libs/musl-obstack/PRE_BUILD
new file mode 100755
index 0000000..e4c0202
--- /dev/null
+++ b/libs/musl-obstack/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+autoreconf -i "$SOURCE_DIRECTORY"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (350b54dcd58a6a839993f622476f357a242711bc), Ismael Luceno, 05/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page