Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 10:30:48 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522476 - in head: Mk/Uses devel devel/linux-c7-libaio
Message-ID:  <202001091030.009AUm9i086789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Jan  9 10:30:48 2020
New Revision: 522476
URL: https://svnweb.freebsd.org/changeset/ports/522476

Log:
  Add devel/linux-c7-libaio, Asynchronous I/O library.
  
  Needed by Linux Test Project.
  
  PR:		242981

Added:
  head/devel/linux-c7-libaio/
  head/devel/linux-c7-libaio/Makefile   (contents, props changed)
  head/devel/linux-c7-libaio/distinfo   (contents, props changed)
  head/devel/linux-c7-libaio/pkg-descr   (contents, props changed)
  head/devel/linux-c7-libaio/pkg-plist.amd64   (contents, props changed)
  head/devel/linux-c7-libaio/pkg-plist.i386   (contents, props changed)
Modified:
  head/Mk/Uses/linux.mk
  head/devel/Makefile

Modified: head/Mk/Uses/linux.mk
==============================================================================
--- head/Mk/Uses/linux.mk	Thu Jan  9 09:30:14 2020	(r522475)
+++ head/Mk/Uses/linux.mk	Thu Jan  9 10:30:48 2020	(r522476)
@@ -79,6 +79,7 @@ _linux_${linux_ARGS}_icu=		linux-${linux_ARGS}-icu>0:d
 _linux_${linux_ARGS}_jasper=		linux-${linux_ARGS}-jasper-libs>0:graphics/linux-${linux_ARGS}-jasper
 _linux_c7_jbigkit=			linux-c7-jbigkit-libs>0:graphics/linux-c7-jbigkit
 _linux_${linux_ARGS}_jpeg=		linux-${linux_ARGS}-jpeg>0:graphics/linux-${linux_ARGS}-jpeg
+_linux_c7_libaio=			linux-c7-libaio>0:devel/linux-c7-libaio
 _linux_${linux_ARGS}_libasyncns=	linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns
 _linux_c7_libaudiofile=			linux-c7-audiofile>0:audio/linux-c7-audiofile
 _linux_c7_libdrm=			linux-c7-libdrm>0:graphics/linux-c7-libdrm

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jan  9 09:30:14 2020	(r522475)
+++ head/devel/Makefile	Thu Jan  9 10:30:48 2020	(r522476)
@@ -1417,6 +1417,7 @@
     SUBDIR += linux-c7-elfutils-libelf
     SUBDIR += linux-c7-elfutils-libs
     SUBDIR += linux-c7-icu
+    SUBDIR += linux-c7-libaio
     SUBDIR += linux-c7-libgfortran
     SUBDIR += linux-c7-libglade2
     SUBDIR += linux-c7-libpciaccess

Added: head/devel/linux-c7-libaio/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-c7-libaio/Makefile	Thu Jan  9 10:30:48 2020	(r522476)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	libaio
+PORTVERSION=	0.3.109
+DISTVERSIONSUFFIX=	-13.el7
+CATEGORIES=	devel linux
+
+MAINTAINER=	emulation@FreeBSD.org
+COMMENT=	Asynchronous I/O library (CentOS ${LINUX_DIST_VER})
+
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>

Added: head/devel/linux-c7-libaio/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-c7-libaio/distinfo	Thu Jan  9 10:30:48 2020	(r522476)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1577701345
+SHA256 (centos/libaio-0.3.109-13.el7.i686.rpm) = 88bc9543de3eb8fbb955993a06212ba1e6e7e68f9a486e7564eeddff282a7c11
+SIZE (centos/libaio-0.3.109-13.el7.i686.rpm) = 24912
+SHA256 (centos/libaio-0.3.109-13.el7.x86_64.rpm) = 231e5a08dbd34a71a7e34f00818126b4cc0bd550481bf5f7c579119c88c52bbf
+SIZE (centos/libaio-0.3.109-13.el7.x86_64.rpm) = 24744
+SHA256 (centos/libaio-0.3.109-13.el7.src.rpm) = b8761f586b95dd977b89fc88dc6340c2129efbd4b77cf0022f6caf7cc5b01e1a
+SIZE (centos/libaio-0.3.109-13.el7.src.rpm) = 68237

Added: head/devel/linux-c7-libaio/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-c7-libaio/pkg-descr	Thu Jan  9 10:30:48 2020	(r522476)
@@ -0,0 +1,7 @@
+AIO enables even a single application thread to overlap I/O operations with
+other processing, by providing an interface for submitting one or more I/O
+requests in one system call (io_submit()) without waiting for completion, and
+a separate interface (io_getevents()) to reap completed I/O operations
+associated with a given completion group.
+
+WWW: http://lse.sourceforge.net/io/aio.html

Added: head/devel/linux-c7-libaio/pkg-plist.amd64
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-c7-libaio/pkg-plist.amd64	Thu Jan  9 10:30:48 2020	(r522476)
@@ -0,0 +1,8 @@
+usr/lib/libaio.so.1
+usr/lib/libaio.so.1.0.0
+usr/lib/libaio.so.1.0.1
+usr/lib64/libaio.so.1
+usr/lib64/libaio.so.1.0.0
+usr/lib64/libaio.so.1.0.1
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/TODO

Added: head/devel/linux-c7-libaio/pkg-plist.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/linux-c7-libaio/pkg-plist.i386	Thu Jan  9 10:30:48 2020	(r522476)
@@ -0,0 +1,5 @@
+usr/lib/libaio.so.1
+usr/lib/libaio.so.1.0.0
+usr/lib/libaio.so.1.0.1
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/TODO



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001091030.009AUm9i086789>