Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b8ebb48cff9b55199940ec669c5d3f94dc0ea5d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b8ebb48cff9b55199940ec669c5d3f94dc0ea5d9)
  • Date: Mon, 5 Sep 2016 06:42:37 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
libs/fmt/BUILD | 3 +++
libs/fmt/CONFIGURE | 1 +
libs/fmt/DEPENDS | 4 ++++
libs/fmt/DETAILS | 15 +++++++++++++++
libs/fmt/HISTORY | 4 ++++
libs/fmt/INSTALL | 1 +
7 files changed, 31 insertions(+)

New commits:
commit b8ebb48cff9b55199940ec669c5d3f94dc0ea5d9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

fmt-3.0.0

diff --git a/ChangeLog b/ChangeLog
index ad7b437..4d75cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2016-09-04 Ismael Luceno <ismael AT sourcemage.org>
* audio-drivers/alsacap: new spell, ALSA device capability lister

+2016-09-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/fmt: c++ formatting library
+
2016-09-02 Vlad Glagolev <stealth AT sourcemage.org>
* net/netfilter.gpg: added 26D292E4 public key (Netfilter Core Team
<coreteam AT netfilter.org>)
diff --git a/libs/fmt/BUILD b/libs/fmt/BUILD
new file mode 100755
index 0000000..ab436da
--- /dev/null
+++ b/libs/fmt/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DBUILD_SHARED_LIBS=1 -DFMT_DOC=0"
+cmake_build
+
diff --git a/libs/fmt/CONFIGURE b/libs/fmt/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/libs/fmt/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/fmt/DEPENDS b/libs/fmt/DEPENDS
new file mode 100755
index 0000000..9f0d513
--- /dev/null
+++ b/libs/fmt/DEPENDS
@@ -0,0 +1,4 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends -sub CXX gcc
+
+#optional_depends doxygen '-DFMT_DOC=1' ' -DFMT_DOC=0' 'build documentation'
diff --git a/libs/fmt/DETAILS b/libs/fmt/DETAILS
new file mode 100755
index 0000000..0353068
--- /dev/null
+++ b/libs/fmt/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=fmt
+ VERSION=3.0.0
+
SOURCE_HASH=sha512:20c9b1ffe8b46cb5d22015122fc698a75ad854709d3de1a1316b6040d86f54bada4e6d7263f2f1fd94cb13ac37ee9447c162c6aec3f3af650455e8a8a9804871
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://github.com/fmtlib/fmt
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+ LICENSE[0]=BSD
+ ENTERED=20160903
+ KEYWORDS=""
+ SHORT="C++ formatting library"
+cat << EOF
+fmt is an open-source formatting library for C++. It can be used as a safe
alternative to
+printf or as a fast alternative to IOStreams.
+EOF
diff --git a/libs/fmt/HISTORY b/libs/fmt/HISTORY
new file mode 100644
index 0000000..6c03239
--- /dev/null
+++ b/libs/fmt/HISTORY
@@ -0,0 +1,4 @@
+2016-09-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.0
+ spell created
+
diff --git a/libs/fmt/INSTALL b/libs/fmt/INSTALL
new file mode 100755
index 0000000..9d990e9
--- /dev/null
+++ b/libs/fmt/INSTALL
@@ -0,0 +1 @@
+cmake_install



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b8ebb48cff9b55199940ec669c5d3f94dc0ea5d9), Treeve Jelbert, 09/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page