Skip to Content.
Sympa Menu

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

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 (eab5cddacef324500a6aba582f2ba8620adc04fa)
  • Date: Sat, 25 Dec 2021 21:52:57 +0000

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

ChangeLog | 1 +
libs/abseil-cpp/CONFIGURE | 1 +
libs/abseil-cpp/DEPENDS | 1 +
libs/abseil-cpp/DETAILS | 27 +++++++++++++++++++++++++++
libs/abseil-cpp/HISTORY | 2 ++
5 files changed, 32 insertions(+)

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

abseil-cpp: new spell, Abseil Common Libraries (C++)

diff --git a/ChangeLog b/ChangeLog
index d6b3c9c..feffa84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* video-libs/movit: new spell, High-performance, high-quality video
filters for the GPU
* libs/libcmis: new spell, C/C++ CMIS client library
+ * libs/abseil-cpp: new spell, Abseil Common Libraries (C++)

2021-12-24 Pavel Vinogradov <public AT sourcemage.org>
* kernel.gpg: new key: E932D120BC2AEC444E558F0106CA9F5D1DCF2659,
diff --git a/libs/abseil-cpp/CONFIGURE b/libs/abseil-cpp/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/libs/abseil-cpp/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/libs/abseil-cpp/DEPENDS b/libs/abseil-cpp/DEPENDS
new file mode 100755
index 0000000..bd2c258
--- /dev/null
+++ b/libs/abseil-cpp/DEPENDS
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_DEPENDS
diff --git a/libs/abseil-cpp/DETAILS b/libs/abseil-cpp/DETAILS
new file mode 100755
index 0000000..a24a3a9
--- /dev/null
+++ b/libs/abseil-cpp/DETAILS
@@ -0,0 +1,27 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
+ SPELL=abseil-cpp
+ VERSION=20211102.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/abseil/$SPELL/archive/refs/tags/$VERSION.tar.gz
+
SOURCE_HASH=sha512:fed68aa434c02ec6faa9d1c81f1ad35b60ec024b44957e2e0ac31e6075e385c06a3e1b616afeb4bb7c2413191fd7827d82e1f9f0796b52ed21fb2c41dd9031cf
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/abseil/abseil-cpp";
+ LICENSE[0]="Apache-2.0"
+ ENTERED=20211225
+ KEYWORDS=""
+ SHORT="Abseil Common Libraries (C++)"
+cat << EOF
+Abseil is an open-source collection of C++ library code designed to augment
+the C++ standard library. The Abseil library code is collected from Google's
+own C++ code base, has been extensively tested and used in production,
+and is the same code we depend on in our daily coding lives.
+
+In some cases, Abseil provides pieces missing from the C++ standard; in
others,
+Abseil provides alternatives to the standard for special needs we've found
+through usage in the Google code base. We denote those cases clearly within
+the library code we provide you.
+
+Abseil is not meant to be a competitor to the standard library; we've just
+found that many of these utilities serve a purpose within our code base,
+and we now want to provide those resources to the C++ community as a whole.
+EOF
diff --git a/libs/abseil-cpp/HISTORY b/libs/abseil-cpp/HISTORY
new file mode 100644
index 0000000..d22bbdb
--- /dev/null
+++ b/libs/abseil-cpp/HISTORY
@@ -0,0 +1,2 @@
+2021-12-25 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eab5cddacef324500a6aba582f2ba8620adc04fa), Ismael Luceno, 12/25/2021

Archive powered by MHonArc 2.6.24.

Top of Page