New port: devel/libfixposix
The purpose of libfixposix is to offer replacements for parts of POSIX whose behaviour is inconsistent across *NIX flavours. WWW: https://github.com/sionescu/libfixposix
This commit is contained in:
parent
908551d6c3
commit
5bc9c95f5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488699
5 changed files with 56 additions and 0 deletions
|
@ -1450,6 +1450,7 @@
|
||||||
SUBDIR += libffcall
|
SUBDIR += libffcall
|
||||||
SUBDIR += libffi
|
SUBDIR += libffi
|
||||||
SUBDIR += libfirm
|
SUBDIR += libfirm
|
||||||
|
SUBDIR += libfixposix
|
||||||
SUBDIR += libflatarray
|
SUBDIR += libflatarray
|
||||||
SUBDIR += libfmt
|
SUBDIR += libfmt
|
||||||
SUBDIR += libfortuna
|
SUBDIR += libfortuna
|
||||||
|
|
22
devel/libfixposix/Makefile
Normal file
22
devel/libfixposix/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= libfixposix
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
|
DISTVERSION= 0.4.3
|
||||||
|
CATEGORIES= devel
|
||||||
|
|
||||||
|
MAINTAINER= tobik@FreeBSD.org
|
||||||
|
COMMENT= Replacement for inconsistent parts of POSIX
|
||||||
|
|
||||||
|
LICENSE= BSL
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||||
|
|
||||||
|
USES= autoreconf libtool pkgconfig
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= sionescu
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/libfixposix/distinfo
Normal file
3
devel/libfixposix/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1546150128
|
||||||
|
SHA256 (sionescu-libfixposix-v0.4.3_GH0.tar.gz) = 78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
|
||||||
|
SIZE (sionescu-libfixposix-v0.4.3_GH0.tar.gz) = 40370
|
4
devel/libfixposix/pkg-descr
Normal file
4
devel/libfixposix/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
The purpose of libfixposix is to offer replacements for parts of
|
||||||
|
POSIX whose behaviour is inconsistent across *NIX flavours.
|
||||||
|
|
||||||
|
WWW: https://github.com/sionescu/libfixposix
|
26
devel/libfixposix/pkg-plist
Normal file
26
devel/libfixposix/pkg-plist
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
include/lfp.h
|
||||||
|
include/lfp/aux.h
|
||||||
|
include/lfp/buildinfo.h
|
||||||
|
include/lfp/dirent.h
|
||||||
|
include/lfp/errno.h
|
||||||
|
include/lfp/fcntl.h
|
||||||
|
include/lfp/ioctl.h
|
||||||
|
include/lfp/mman.h
|
||||||
|
include/lfp/resource.h
|
||||||
|
include/lfp/select.h
|
||||||
|
include/lfp/sendfile.h
|
||||||
|
include/lfp/signal.h
|
||||||
|
include/lfp/socket.h
|
||||||
|
include/lfp/spawn.h
|
||||||
|
include/lfp/stat.h
|
||||||
|
include/lfp/stdlib.h
|
||||||
|
include/lfp/strerror.h
|
||||||
|
include/lfp/string.h
|
||||||
|
include/lfp/syslog.h
|
||||||
|
include/lfp/time.h
|
||||||
|
include/lfp/unistd.h
|
||||||
|
include/lfp/wait.h
|
||||||
|
lib/libfixposix.so
|
||||||
|
lib/libfixposix.so.3
|
||||||
|
lib/libfixposix.so.3.2.0
|
||||||
|
libdata/pkgconfig/libfixposix.pc
|
Loading…
Reference in a new issue