Skip to Content.
Sympa Menu

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

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 (12c69f211a09ff9b6e756553c3fa2fa197fbb2d0)
  • Date: Fri, 10 Jun 2022 16:41:04 +0000

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

ChangeLog | 1 +
archive/p7zip/HISTORY | 3 +++
archive/p7zip/PROVIDES | 1 +
libs/dragonbox/CONFIGURE | 1 +
libs/dragonbox/DEPENDS | 1 +
libs/dragonbox/DETAILS | 17 +++++++++++++++++
libs/dragonbox/HISTORY | 4 ++++
7 files changed, 28 insertions(+)

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

dragonbox-1.1.2

commit e57c1c8c18e5c27257f51c974f419fbac7841caf
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

p7zip - provides 7ZIP

diff --git a/ChangeLog b/ChangeLog
index 88f1027..eaa70b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2022-06-10 Treeve Jelbert <treeve AT sourcemage.org>
* archive/7z: added, offical 7-Zip
+ * libs/dragonbox: added, float-to-string conversion algorithm

2022-06-09 Treeve Jelbert <treeve AT sourcemage.org>
* KDE5_DEPENDS: updated
diff --git a/archive/p7zip/HISTORY b/archive/p7zip/HISTORY
index 4f9616d..660db2c 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,6 @@
+2022-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * PROVIDES: added
+
2021-05-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 17.04
now download from a forked site
diff --git a/archive/p7zip/PROVIDES b/archive/p7zip/PROVIDES
new file mode 100644
index 0000000..b485ac0
--- /dev/null
+++ b/archive/p7zip/PROVIDES
@@ -0,0 +1 @@
+7ZIP
diff --git a/libs/dragonbox/CONFIGURE b/libs/dragonbox/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/libs/dragonbox/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/dragonbox/DEPENDS b/libs/dragonbox/DEPENDS
new file mode 100755
index 0000000..6d7d390
--- /dev/null
+++ b/libs/dragonbox/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/libs/dragonbox/DETAILS b/libs/dragonbox/DETAILS
new file mode 100755
index 0000000..9f3cf98
--- /dev/null
+++ b/libs/dragonbox/DETAILS
@@ -0,0 +1,17 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=dragonbox
+ VERSION=1.1.2
+
SOURCE_HASH=sha512:01a385d5d5c71345f70d1b4634465ca634df2722c27b980b79d1e988e77dd2e90a7822a1d7064c81fea82e4d5d0311d4a275ff3d9c1bc7cf76a8ce54715f0415
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/jk-jeon/dragonbox
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
+ LICENSE[0]=APACHE
+ ENTERED=20211201
+ KEYWORDS=""
+ SHORT="float-to-string conversion algorithm"
+cat << EOF
+Dragonbox is a float-to-string conversion algorithm based on a beautiful
algorithm
+Schubfach developed by Raffaello Giulietti in 2017-2018.
+Dragonbox is further inspired by Grisu and Grisu-Exact.
+EOF
diff --git a/libs/dragonbox/HISTORY b/libs/dragonbox/HISTORY
new file mode 100644
index 0000000..38f7adf
--- /dev/null
+++ b/libs/dragonbox/HISTORY
@@ -0,0 +1,4 @@
+2022-06-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.2
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (12c69f211a09ff9b6e756553c3fa2fa197fbb2d0), Treeve Jelbert, 06/10/2022

Archive powered by MHonArc 2.6.24.

Top of Page