Skip to Content.
Sympa Menu

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

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 (9b9c6f75846433eb380a92216d0a93e5c5d7d285)
  • Date: Sun, 17 Sep 2017 20:50:42 +0000

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

ChangeLog | 3 +++
libs/libmpack/BUILD | 1 +
libs/libmpack/DETAILS | 15 +++++++++++++++
libs/libmpack/HISTORY | 2 ++
libs/libmpack/INSTALL | 1 +
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
7 files changed, 26 insertions(+), 1 deletion(-)

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

libmpack: new spell, Simple C implementation of msgpack

commit fcb338623c78680ca7388225e00838c156874e02
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wine: Use get_scm_version for scm branch

diff --git a/ChangeLog b/ChangeLog
index 37853ae..5f178fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-09-17 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/libmpack: new spell, Simple C implementation of msgpack
+
2017-09-17 Treeve Jelbert <treeve AT sourcemage.org>
* crypto/cryfs: added, encrypted file system

diff --git a/libs/libmpack/BUILD b/libs/libmpack/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libmpack/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libmpack/DETAILS b/libs/libmpack/DETAILS
new file mode 100755
index 0000000..5d8d393
--- /dev/null
+++ b/libs/libmpack/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libmpack
+ VERSION=1.0.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:6e30edafcacfb580b410bc6749ed7fe8f18b3be0cb98959339853e77bc3ec0cda6df08a0f1f22768cfc773458a2ea6bcef4f0421eea55cf56c58981d13711a04
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/libmpack/libmpack";
+ LICENSE[0]="MIT"
+ ENTERED=20170917
+ KEYWORDS=""
+ SHORT="Simple C implementation of msgpack"
+cat << EOF
+libmpack is a small binary serialization/RPC library that implements both
+the msgpack and msgpack-rpc specifications in plain C89.
+EOF
diff --git a/libs/libmpack/HISTORY b/libs/libmpack/HISTORY
new file mode 100644
index 0000000..32e4ab5
--- /dev/null
+++ b/libs/libmpack/HISTORY
@@ -0,0 +1,2 @@
+2017-09-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/libs/libmpack/INSTALL b/libs/libmpack/INSTALL
new file mode 100755
index 0000000..a420c42
--- /dev/null
+++ b/libs/libmpack/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT"/usr install
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 71dc55f..a80aa47 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=wine
if [[ $WINE_BRANCH == scm ]]; then
- VERSION=1.9
+ VERSION=$(get_scm_version)
SOURCE=$SPELL-git.tar.bz2
SOURCE_URL[0]=git://source.winehq.org/git/wine.git:wine-git
SOURCE_IGNORE=volatile
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 1e21b6a..a8ac13d 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2017-09-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Use get_scm_version for scm branch
+
2016-08-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.4




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9b9c6f75846433eb380a92216d0a93e5c5d7d285), Ismael Luceno, 09/17/2017

Archive powered by MHonArc 2.6.24.

Top of Page