summaryrefslogtreecommitdiff
path: root/devel/libmemmgr/distinfo
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-04-27 12:10:40 +0000
committeragc <agc@pkgsrc.org>2001-04-27 12:10:40 +0000
commit00251c6491049cafaec8a5cafe9e3c9bfd1223bf (patch)
tree74de99718245ac806e635ab3c92af2e462405967 /devel/libmemmgr/distinfo
parentd3eba7ea49ab33be55ecf98746194b705a0a28d9 (diff)
downloadpkgsrc-00251c6491049cafaec8a5cafe9e3c9bfd1223bf.tar.gz
Initial import of libmemmgr-1.04 into the packages collection.
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com) MemMgr is a fairly trivial memory management library. There is little it does that cannot be done using routines in the C library. (In fact, allocation and disposal is implemented using C library routines.) The purposes of MemMgr are two- fold. (i) Minimize configuration burden on applications that dynamically allocate memory. For instance, malloc() on some systems returns a char pointer; on others it returns a void pointer. The MemMgr library routines encapsulate system-specific configuration differences and exports a fixed interface which is system-indepen- dent. Once you compile and install it, you just use it without thinking about whether your UNIX is System V or BSD inspired. (ii) Provide two parallel sets of allocation routines which either return NULL (for applications which want to check) or panic (for applications which simply want to die) on allocation failures. Panicking is implemented using the ETM library, which introduces a dependency on the ETM distribution. So be it. I use ETM for all my programs anyway
Diffstat (limited to 'devel/libmemmgr/distinfo')
-rw-r--r--devel/libmemmgr/distinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/libmemmgr/distinfo b/devel/libmemmgr/distinfo
new file mode 100644
index 00000000000..ed33eb3996e
--- /dev/null
+++ b/devel/libmemmgr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/04/27 12:10:40 agc Exp $
+
+SHA1 (MemMgr-1.04.tar.gz) = 51611362d6f859f35abc986e6733cbf4f7bde9d6
+Size (MemMgr-1.04.tar.gz) = 13944 bytes
+SHA1 (patch-aa) = 7e79786da44a041c13d689969eba9f2871c66ca4