From owner-cvs-all@FreeBSD.ORG Thu Dec 21 11:23:57 2006 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 1D60B16AB13; Thu, 21 Dec 2006 11:23:56 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 779DA13C4CF; Thu, 21 Dec 2006 11:23:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBKN2xPL030249; Wed, 20 Dec 2006 23:02:59 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBKN2xvk030248; Wed, 20 Dec 2006 23:02:59 GMT (envelope-from bsam) Message-Id: <200612202302.kBKN2xvk030248@repoman.freebsd.org> From: Boris Samorodov Date: Wed, 20 Dec 2006 23:02:59 +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/emulators Makefile ports/emulators/linux-libaio Makefile distinfo.i386 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: Thu, 21 Dec 2006 11:23:57 -0000 bsam 2006-12-20 23:02:59 UTC FreeBSD ports repository Modified files: emulators Makefile Added files: emulators/linux-libaio Makefile distinfo.i386 pkg-descr pkg-plist Log: The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API. PR: ports/106994 Submitted by: Simun Mikecin Revision Changes Path 1.206 +1 -0 ports/emulators/Makefile 1.1 +20 -0 ports/emulators/linux-libaio/Makefile (new) 1.1 +6 -0 ports/emulators/linux-libaio/distinfo.i386 (new) 1.1 +6 -0 ports/emulators/linux-libaio/pkg-descr (new) 1.1 +6 -0 ports/emulators/linux-libaio/pkg-plist (new)