Port details |
- libeio Full-featured asynchronous I/O library for C
- 4.18_2 devel
=1 4.18_2Version of this port present on the latest quarterly branch.- Maintainer: osa@FreeBSD.org
 - Port Added: 2013-05-28 14:06:44
- Last Update: 2018-08-26 19:42:13
- SVN Revision: 478152
People watching this port, also watch: python, unoconv, py37-pycparser, sysinfo - License: not specified in port
- Description:
- Libeio is a full-featured asynchronous I/O library for C, modelled in
similar style and spirit as libev.
Features include: asynchronous read, write, open, close, stat, unlink,
fdatasync, mknod, readdir etc. (basically the full POSIX API), sendfile
(native on Solaris, Linux, HP-UX, FreeBSD, emulated everywhere else),
read-ahead (emulated where not available). It is fully event-library
agnostic and can easily be integrated into any event-library (or used
standalone, even in polling mode).
WWW: http://software.schmorp.de/pkg/libeio.html
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
cd /usr/ports/devel/libeio/ && make install clean - To add the package:
pkg install libeio - PKGNAME: libeio
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1464772071
SHA256 (scunningham-libeio-libeio-4.18_GH0.tar.gz) = ee5f8300cc211120b568df0aa401560f8de2accb3427d8962b018747687fa4d4
SIZE (scunningham-libeio-libeio-4.18_GH0.tar.gz) = 94772
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- This port is required by:
- for Libraries
- databases/foundationdb
- databases/foundationdb-devel
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options
- No options to configure
- USES:
- alias autoreconf libtool
- Master Sites:
-
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Aug 2018 18:42:13
4.18_2

|
sunpoet  |
Mark CONFLICTS_INSTALL with devel/efl
Approved by: portmgr (blanket) |
01 Jun 2016 13:15:37
4.18_2

|
mat  |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
20 Sep 2015 19:59:04
4.18.0_2

|
olgeni  |
Typos, whitespace and capitalization fixes (A-F). |
06 May 2015 15:16:54
4.18.0_2

|
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
15 Mar 2015 14:55:45
4.18.0_2

|
antoine  |
- Allow building with clang 3.6 [1]
- Use autoreconf
- Strip shared library
- Remove unused Makefile
PR: 197867 [1]
Submitted by: dim [1]
Approved by: maintainer timeout (osa, 23 days) [1] |
20 Oct 2014 09:03:10
4.18.0_1

|
marino  |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
13 Sep 2014 18:25:05
4.18.0_1

|
tijl  |
Use default LIBTOOLIZE_ARGS |
25 Jul 2014 12:19:33
4.18.0_1

|
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
21 Jan 2014 00:27:53
4.18.0

|
bapt  |
Support stage |
20 Sep 2013 17:13:47
4.18.0

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
07 Jun 2013 22:29:02
4.18.0

|
bdrewery  |
Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.
With hat: portmgr |
28 May 2013 14:06:14
4.18.0

|
osa  |
Add libeio - event-based fully asynchronous I/O library for C. |