Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2020 09:03:12 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543456 - in head/devel: . rinutils
Message-ID:  <202007260903.06Q93CYt087776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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