Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (72d2158120c23b06a5a2c85b508c4b82c82e8477)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (72d2158120c23b06a5a2c85b508c4b82c82e8477)
  • Date: Sun, 12 Mar 2023 23:00:18 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
libs/chrono-date/BUILD | 5 +++++
libs/chrono-date/CONFIGURE | 1 +
libs/chrono-date/DEPENDS | 1 +
libs/chrono-date/DETAILS | 15 +++++++++++++++
libs/chrono-date/HISTORY | 3 +++
6 files changed, 28 insertions(+)

New commits:
commit 72d2158120c23b06a5a2c85b508c4b82c82e8477
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

chrono-date: new spell, date and time library

diff --git a/ChangeLog b/ChangeLog
index 7773b56..75779c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * libs/chrono-date: new spell, date and time library
+
2023-03-10 Treeve Jelbert <treeve AT sourcemage.org>
* rust-crates/greetd: added, greeter daemmon

diff --git a/libs/chrono-date/BUILD b/libs/chrono-date/BUILD
new file mode 100755
index 0000000..3745a02
--- /dev/null
+++ b/libs/chrono-date/BUILD
@@ -0,0 +1,5 @@
+OPTS+=" -DBUILD_TZ_LIB=ON \
+-DUSE_SYSTEM_TZ_DB=ON \
+-DENABLE_DATE_TESTING=OFF" &&
+
+default_build
diff --git a/libs/chrono-date/CONFIGURE b/libs/chrono-date/CONFIGURE
new file mode 100755
index 0000000..90942b1
--- /dev/null
+++ b/libs/chrono-date/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_CONFIGURE"
diff --git a/libs/chrono-date/DEPENDS b/libs/chrono-date/DEPENDS
new file mode 100755
index 0000000..31f7a58
--- /dev/null
+++ b/libs/chrono-date/DEPENDS
@@ -0,0 +1 @@
+. "${GRIMOIRE}/CMAKE_DEPENDS"
diff --git a/libs/chrono-date/DETAILS b/libs/chrono-date/DETAILS
new file mode 100755
index 0000000..c61fa5c
--- /dev/null
+++ b/libs/chrono-date/DETAILS
@@ -0,0 +1,15 @@
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
+ SPELL=chrono-date
+ SPELLX=date
+ VERSION=3.0.1
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+
SOURCE_URL[0]=https://github.com/HowardHinnant/${SPELLX}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha256:7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
+ LICENSE[0]=MIT
+ WEB_SITE=https://github.com/HowardHinnant/date
+ ENTERED=20230312
+ SHORT="date and time library"
+cat << EOF
+A date and time library based on the C++11/14/17 <chrono> header
+EOF
diff --git a/libs/chrono-date/HISTORY b/libs/chrono-date/HISTORY
new file mode 100644
index 0000000..6f40f14
--- /dev/null
+++ b/libs/chrono-date/HISTORY
@@ -0,0 +1,3 @@
+2023-03-12 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS: version 3.0.1, new spell
+



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (72d2158120c23b06a5a2c85b508c4b82c82e8477), Conner Clere, 03/12/2023

Archive powered by MHonArc 2.6.24.

Top of Page