[60302] trunk/dports/devel

brett at macports.org brett at macports.org
Sun Nov 8 12:59:01 PST 2009


Revision: 60302
          http://trac.macports.org/changeset/60302
Author:   brett at macports.org
Date:     2009-11-08 12:59:01 -0800 (Sun, 08 Nov 2009)
Log Message:
-----------
initial umem port

Added Paths:
-----------
    trunk/dports/devel/umem/
    trunk/dports/devel/umem/Portfile

Added: trunk/dports/devel/umem/Portfile
===================================================================
--- trunk/dports/devel/umem/Portfile	                        (rev 0)
+++ trunk/dports/devel/umem/Portfile	2009-11-08 20:59:01 UTC (rev 60302)
@@ -0,0 +1,27 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name                    umem
+version                 1.0.1
+description             userland slab allocator
+long_description        Libumem is a library used to detect memory management bugs in applications. \
+It is based on the Slab allocator concept. Functions in this library provide fast, scalable \
+object-caching memory allocation with multithreaded application support. In addition to the \
+standard malloc(3C) family of functions and the more flexible umem_alloc(3MALLOC) family, \
+libumem provides powerful object-caching services as described in umem_cache_create(3MALLOC). \
+This slab allocator is designed for systems with many threads and many CPUs. Memory allocation \
+with naive allocators can be a serious bottleneck. There are other highly scalable allocators \
+out there, but libumem is about the same or better in terms of performance, and has compelling \
+debugging features.
+
+maintainers             brett
+categories              devel
+platforms               darwin
+homepage                http://developers.sun.com/solaris/articles/libumem_library.html
+master_sites            https://labs.omniti.com/portableumem/releases/1.0/
+checksums               sha1 cdb2a7d3c29df21fc2ca85bcff6d2367c89c5bbe
+use_bzip2               yes
+use_parallel_build      no
+configure.args          --mandir=${prefix}/share/man


Property changes on: trunk/dports/devel/umem/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091108/d844d295/attachment.html>


More information about the macports-changes mailing list