From owner-svn-ports-all@freebsd.org Sun Dec 30 06:26:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71651143DB9A; Sun, 30 Dec 2018 06:26:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17C1970C3D; Sun, 30 Dec 2018 06:26:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F2A901F074; Sun, 30 Dec 2018 06:26:06 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBU6Q6iN052270; Sun, 30 Dec 2018 06:26:06 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBU6Q5C2052265; Sun, 30 Dec 2018 06:26:05 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201812300626.wBU6Q5C2052265@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 30 Dec 2018 06:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488699 - in head/devel: . libfixposix X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel: . libfixposix X-SVN-Commit-Revision: 488699 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 17C1970C3D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2018 06:26:07 -0000 Author: tobik Date: Sun Dec 30 06:26:05 2018 New Revision: 488699 URL: https://svnweb.freebsd.org/changeset/ports/488699 Log: 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 Added: head/devel/libfixposix/ head/devel/libfixposix/Makefile (contents, props changed) head/devel/libfixposix/distinfo (contents, props changed) head/devel/libfixposix/pkg-descr (contents, props changed) head/devel/libfixposix/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Dec 30 05:31:42 2018 (r488698) +++ head/devel/Makefile Sun Dec 30 06:26:05 2018 (r488699) @@ -1450,6 +1450,7 @@ SUBDIR += libffcall SUBDIR += libffi SUBDIR += libfirm + SUBDIR += libfixposix SUBDIR += libflatarray SUBDIR += libfmt SUBDIR += libfortuna Added: head/devel/libfixposix/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfixposix/Makefile Sun Dec 30 06:26:05 2018 (r488699) @@ -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 Added: head/devel/libfixposix/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfixposix/distinfo Sun Dec 30 06:26:05 2018 (r488699) @@ -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 Added: head/devel/libfixposix/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfixposix/pkg-descr Sun Dec 30 06:26:05 2018 (r488699) @@ -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 Added: head/devel/libfixposix/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libfixposix/pkg-plist Sun Dec 30 06:26:05 2018 (r488699) @@ -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