Skip to Content.
Sympa Menu

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

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 (465920e030631e2013076d4b469342d5e998fc9a)
  • Date: Mon, 26 Jul 2021 14:43:01 +0000

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

ChangeLog | 1 +
archive-libs/zlib-ng/BUILD | 4 ++++
archive-libs/zlib-ng/CONFIGURE | 3 +++
archive-libs/zlib-ng/DEPENDS | 2 ++
archive-libs/zlib-ng/DETAILS | 15 +++++++++++++++
archive-libs/zlib-ng/HISTORY | 4 ++++
6 files changed, 29 insertions(+)

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

zlib-ng-2.0.5

diff --git a/ChangeLog b/ChangeLog
index ad1cc26..31b38ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2021-07-26 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/packaging: added, Core utilities for Python packages
+ * archive-libs/zlib-ng: modernized zlib

2021-07-12 Ismael Luceno <ismael AT sourcemage.org>
* python-pypi/python-debian: new spell, Python modules to work with
diff --git a/archive-libs/zlib-ng/BUILD b/archive-libs/zlib-ng/BUILD
new file mode 100755
index 0000000..46614e8
--- /dev/null
+++ b/archive-libs/zlib-ng/BUILD
@@ -0,0 +1,4 @@
+OPTS+=" -DWITH_NATIVE_INSTRUCTIONS=1"
+#OPTS+=" $ZL_COMPAT"
+cmake_build
+
diff --git a/archive-libs/zlib-ng/CONFIGURE b/archive-libs/zlib-ng/CONFIGURE
new file mode 100755
index 0000000..0ec29cb
--- /dev/null
+++ b/archive-libs/zlib-ng/CONFIGURE
@@ -0,0 +1,3 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
+# ZL_COMPAT would overwrite zlib\'s files
+#config_query_option ZL_COMPAT "zlib compatibility?" n -DZLIB_COMPAT={1,0}
diff --git a/archive-libs/zlib-ng/DEPENDS b/archive-libs/zlib-ng/DEPENDS
new file mode 100755
index 0000000..1ec888c
--- /dev/null
+++ b/archive-libs/zlib-ng/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/CMAKE_DEPENDS
+
diff --git a/archive-libs/zlib-ng/DETAILS b/archive-libs/zlib-ng/DETAILS
new file mode 100755
index 0000000..bbdf941
--- /dev/null
+++ b/archive-libs/zlib-ng/DETAILS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=zlib-ng
+ VERSION=2.0.5
+
SOURCE_HASH=sha512:a643089a8189bf8bd24d679b84f07ae14932b4d88b88e94c44cca23350d6a9bbdaa411822d3651c2b0bf79f30c9f99514cc252cf9e9ab0b3a840540206466654
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/zlib-ng/zlib-ng
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
+ LICENSE[0]=ZLIB
+ ENTERED=20200602
+ KEYWORDS=""
+ SHORT="zlib-ng compression library"
+cat << EOF
+zlib data compression library for the next generation systems
+EOF
diff --git a/archive-libs/zlib-ng/HISTORY b/archive-libs/zlib-ng/HISTORY
new file mode 100644
index 0000000..2efb341
--- /dev/null
+++ b/archive-libs/zlib-ng/HISTORY
@@ -0,0 +1,4 @@
+2021-07-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.5
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (465920e030631e2013076d4b469342d5e998fc9a), Treeve Jelbert, 07/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page