From owner-cvs-all@FreeBSD.ORG Sun Nov 28 18:46:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B5C16A4CE; Sun, 28 Nov 2004 18:46:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF6443D5F; Sun, 28 Nov 2004 18:46:47 +0000 (GMT) (envelope-from kwm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iASIkl9G028156; Sun, 28 Nov 2004 18:46:47 GMT (envelope-from kwm@repoman.freebsd.org) Received: (from kwm@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iASIklxq028155; Sun, 28 Nov 2004 18:46:47 GMT (envelope-from kwm) Message-Id: <200411281846.iASIklxq028155@repoman.freebsd.org> From: Koop Mast Date: Sun, 28 Nov 2004 18:46:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/liboil Makefile distinfo pkg-descr pkg-plist ports/devel/liboil/files patch-configure patch-liboil_dct_dct.h patch-liboil_liboilcpu.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 28 Nov 2004 18:46:47 -0000 kwm 2004-11-28 18:46:47 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/liboil Makefile distinfo pkg-descr pkg-plist devel/liboil/files patch-configure patch-liboil_dct_dct.h patch-liboil_liboilcpu.c Log: Add liboil a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithmes. Grab maintainer-ship PR: 74361 Submitted by: ijliao Approved by: pav (mentor) Revision Changes Path 1.1753 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/liboil/Makefile (new) 1.1 +2 -0 ports/devel/liboil/distinfo (new) 1.1 +18 -0 ports/devel/liboil/files/patch-configure (new) 1.1 +13 -0 ports/devel/liboil/files/patch-liboil_dct_dct.h (new) 1.1 +10 -0 ports/devel/liboil/files/patch-liboil_liboilcpu.c (new) 1.1 +13 -0 ports/devel/liboil/pkg-descr (new) 1.1 +16 -0 ports/devel/liboil/pkg-plist (new)