Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (0cfc368e5f2618a5045f1cc547c51b8dddf89e6c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (0cfc368e5f2618a5045f1cc547c51b8dddf89e6c)
  • Date: Sun, 9 Aug 2020 06:26:44 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

ChangeLog | 3 +++
devel/jemalloc/BUILD | 2 ++
devel/jemalloc/DETAILS | 24 ++++++++++++++++++++++++
devel/jemalloc/HISTORY | 3 +++
4 files changed, 32 insertions(+)

New commits:
commit 0cfc368e5f2618a5045f1cc547c51b8dddf89e6c
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

devel/jemalloc: New Spell

diff --git a/ChangeLog b/ChangeLog
index 9d48987..d09b920 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-08-09 David C. Haley <khoralin AT gmail.com>
+ * devel/jemalloc: new spell, general purpose malloc implementation
+
2020-08-08 David C. Haley <khoralin AT gmail.com>
* apache.gpg: refreshed keyring
imported current keys & signatures published by Apache.
diff --git a/devel/jemalloc/BUILD b/devel/jemalloc/BUILD
new file mode 100755
index 0000000..031c528
--- /dev/null
+++ b/devel/jemalloc/BUILD
@@ -0,0 +1,2 @@
+${SOURCE_DIRECTORY}/autogen.sh &&
+default_build
diff --git a/devel/jemalloc/DETAILS b/devel/jemalloc/DETAILS
new file mode 100755
index 0000000..dc0ddcd
--- /dev/null
+++ b/devel/jemalloc/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=jemalloc
+ VERSION=5.2.1
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/${VERSION}.zip
+
SOURCE_HASH=sha512:8534e2a44af3b3f0e9f8b73eddc746724ea39842ee10c26fe362985c044df67eeefbdec0d29e8e2ca65056b63c634c5350a844acecbc429f2ea2a224f96c1710
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://jemalloc.net";
+ LICENSE[0]=
+ ENTERED=20171026
+ SHORT="a general purpose malloc(3) implementation"
+cat << EOF
+jemalloc is a general purpose malloc(3) implementation that
+emphasizes fragmentation avoidance and scalable concurrency support.
+jemalloc first came into use as the FreeBSD libc allocator in 2005,
+and since then it has found its way into numerous applications that
+rely on its predictable behavior. In 2010 jemalloc development
+efforts broadened to include developer support features such as heap
+profiling and extensive monitoring/tuning hooks. Modern jemalloc
+releases continue to be integrated back into FreeBSD, and therefore
+versatility remains critical. Ongoing development efforts trend
+toward making jemalloc among the best allocators for a broad range
+of demanding applications, and eliminating/mitigating weaknesses that
+have practical repercussions for real world applications.
+EOF
diff --git a/devel/jemalloc/HISTORY b/devel/jemalloc/HISTORY
new file mode 100644
index 0000000..1e1e996
--- /dev/null
+++ b/devel/jemalloc/HISTORY
@@ -0,0 +1,3 @@
+2020-08-09 David C. Haley <khoralin AT gmail.com>
+ * DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (0cfc368e5f2618a5045f1cc547c51b8dddf89e6c), David C. Haley, 08/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page