From owner-cvs-all@FreeBSD.ORG Sat Mar 24 06:33:11 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 144AA16A404; Sat, 24 Mar 2007 06:33:11 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 04DF313C45A; Sat, 24 Mar 2007 06:33:10 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2O6XAnS010342; Sat, 24 Mar 2007 06:33:10 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2O6XAlX010341; Sat, 24 Mar 2007 06:33:10 GMT (envelope-from leeym) Message-Id: <200703240633.l2O6XAlX010341@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 24 Mar 2007 06:33:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/umem Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 06:33:11 -0000 leeym 2007-03-24 06:33:10 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/umem Makefile distinfo pkg-descr pkg-plist Log: This is a port of Solaris libumem to non-Solaris systems. The port was made while integrating libumem with our Ecelerity MTA product, so your initial experience will not be 100% out-of-the-box, because there is no standalone configure script for the library at this time. (patches welcome!) In addition, since our deployment is threaded, we force the library into threaded mode. While the library is itself stable (it's the memory allocator used by the Solaris OS), the port may have a few rough edges. We're shipping umem with Linux and Windows versions of our product as we have found it to be stable. We will continue to update this project as and when we make improvements, and welcome third-party patches that improve the usability for everyone. Wez Furlong, OmniTI, Inc. This port is not yet fully tested, however, "br" is helping me to evaluate it. And also, he encourages me to commit my code so that more people would know about it. Reference: http://www.freebsd.org/projects/ideas/#p-libumem Revision Changes Path 1.2692 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/umem/Makefile (new) 1.1 +3 -0 ports/devel/umem/distinfo (new) 1.1 +24 -0 ports/devel/umem/pkg-descr (new) 1.1 +11 -0 ports/devel/umem/pkg-plist (new)