From owner-svn-ports-head@freebsd.org Sun Jul 26 09:03:13 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8067B3A212D; Sun, 26 Jul 2020 09:03:13 +0000 (UTC) (envelope-from tcberner@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BDxmd20bGz4JCc; Sun, 26 Jul 2020 09:03:13 +0000 (UTC) (envelope-from tcberner@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 292C4A6DE; Sun, 26 Jul 2020 09:03:13 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06Q93DZM087780; Sun, 26 Jul 2020 09:03:13 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06Q93CYt087776; Sun, 26 Jul 2020 09:03:12 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202007260903.06Q93CYt087776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 26 Jul 2020 09:03:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543456 - in head/devel: . rinutils X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/devel: . rinutils X-SVN-Commit-Revision: 543456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2020 09:03:13 -0000 Author: tcberner Date: Sun Jul 26 09:03:11 2020 New Revision: 543456 URL: https://svnweb.freebsd.org/changeset/ports/543456 Log: New port: devel/rinutils This is a set of C headers containing macros and static functions that are expected to work on Unix-like systems and MS Windows that have been extracted from Shlomi Fish´s projects. They are quite random and task specific and may not work for you. WWW: https://github.com/shlomif/rinutils This is a requirement for an upcoming dependency in games/kpat Added: head/devel/rinutils/ head/devel/rinutils/Makefile (contents, props changed) head/devel/rinutils/distinfo (contents, props changed) head/devel/rinutils/pkg-descr (contents, props changed) head/devel/rinutils/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 26 09:01:59 2020 (r543455) +++ head/devel/Makefile Sun Jul 26 09:03:11 2020 (r543456) @@ -5392,6 +5392,7 @@ SUBDIR += resolv_wrapper SUBDIR += revive SUBDIR += rhtvision + SUBDIR += rinutils SUBDIR += riscv32-unknown-elf-gcc SUBDIR += riscv64-gcc SUBDIR += riscv64-none-elf-gcc Added: head/devel/rinutils/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rinutils/Makefile Sun Jul 26 09:03:11 2020 (r543456) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= rinutils +DISTVERSION= 0.4.1 +CATEGORIES= devel +MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/shlomif-cmake-modules/master/shlomif-cmake-modules/:cmakemodule +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${_CMAKE_MODULE}:cmakemodule +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= tcberner@FreeBSD.org +COMMENT= C11 / gnu11 utilities C library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake perl5 pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= shlomif +USE_PERL5= build +CMAKE_OFF= WITH_TEST_SUITE + +_CMAKE_MODULE= Shlomif_Common.cmake + +post-extract: + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${_CMAKE_MODULE} ${WRKSRC}/cmake/ + +.include Added: head/devel/rinutils/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rinutils/distinfo Sun Jul 26 09:03:11 2020 (r543456) @@ -0,0 +1,7 @@ +TIMESTAMP = 1595753547 +SHA256 (shlomif-rinutils-0.4.1_GH0.tar.gz) = f57fa1aa24db2a532cbb5d4dde6a515fc5eeb59f8767b7cf194e95e214ef09b6 +SIZE (shlomif-rinutils-0.4.1_GH0.tar.gz) = 16467 +SHA256 (Shlomif_Common.cmake) = 6c72ff31b361319971bb8eca5d5679bd366b316a5543562e821e585af88cad17 +SIZE (Shlomif_Common.cmake) = 9944 +SHA256 (shlomif-rinutils-0.4.1_GH0.tar.gz) = f57fa1aa24db2a532cbb5d4dde6a515fc5eeb59f8767b7cf194e95e214ef09b6 +SIZE (shlomif-rinutils-0.4.1_GH0.tar.gz) = 16467 Added: head/devel/rinutils/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rinutils/pkg-descr Sun Jul 26 09:03:11 2020 (r543456) @@ -0,0 +1,7 @@ +This is a set of C headers containing macros and static functions that are +expected to work on Unix-like systems and MS Windows that have been extracted +from Shlomi Fish's projects. + +They are quite random and task specific and may not work for you. + +WWW: https://github.com/shlomif/rinutils Added: head/devel/rinutils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rinutils/pkg-plist Sun Jul 26 09:03:11 2020 (r543456) @@ -0,0 +1,17 @@ +include/rinutils/alloc_wrap.h +include/rinutils/bit_rw.h +include/rinutils/count.h +include/rinutils/dllexport.h +include/rinutils/exit_error.h +include/rinutils/likely.h +include/rinutils/longlong.h +include/rinutils/min_and_max.h +include/rinutils/portable_time.h +include/rinutils/rin_cmocka.h +include/rinutils/rinutils.h +include/rinutils/str_utils.h +include/rinutils/typeof_wrap.h +include/rinutils/unused.h +lib/cmake/Rinutils/RinutilsConfig.cmake +lib/cmake/Rinutils/RinutilsConfigVersion.cmake +libdata/pkgconfig/librinutils.pc