Received: by mail.netbsd.org (Postfix, from userid 605) id 96C1084D16; Thu, 8 Apr 2021 19:45:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF24A84D11 for ; Thu, 8 Apr 2021 19:45:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AjOUKRz3UUaU for ; Thu, 8 Apr 2021 19:45:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3D4E484CE0 for ; Thu, 8 Apr 2021 19:45:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36C3EFA95; Thu, 8 Apr 2021 19:45:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161791113070540" MIME-Version: 1.0 Date: Thu, 8 Apr 2021 19:45:30 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/rinutils To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20210408194530.36C3EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161791113070540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Apr 8 19:45:30 UTC 2021 Added Files: pkgsrc/devel/rinutils: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: rinutils: add version 0.8.0 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/rinutils/DESCR \ pkgsrc/devel/rinutils/Makefile pkgsrc/devel/rinutils/PLIST \ pkgsrc/devel/rinutils/buildlink3.mk pkgsrc/devel/rinutils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161791113070540 Content-Disposition: inline Content-Length: 3082 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/rinutils/DESCR diff -u /dev/null pkgsrc/devel/rinutils/DESCR:1.1 --- /dev/null Thu Apr 8 19:45:30 2021 +++ pkgsrc/devel/rinutils/DESCR Thu Apr 8 19:45:30 2021 @@ -0,0 +1,3 @@ +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. Index: pkgsrc/devel/rinutils/Makefile diff -u /dev/null pkgsrc/devel/rinutils/Makefile:1.1 --- /dev/null Thu Apr 8 19:45:30 2021 +++ pkgsrc/devel/rinutils/Makefile Thu Apr 8 19:45:30 2021 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2021/04/08 19:45:30 markd Exp $ + +DISTNAME= rinutils-0.8.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=shlomif/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://www.shlomifish.org/open-source/projects/ +COMMENT= C11 / gnu11 utilities C library +LICENSE= mit + +USE_TOOLS+= perl pkg-config +USE_CMAKE= yes +USE_LANGUAGES= c c++ + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/rinutils/PLIST diff -u /dev/null pkgsrc/devel/rinutils/PLIST:1.1 --- /dev/null Thu Apr 8 19:45:30 2021 +++ pkgsrc/devel/rinutils/PLIST Thu Apr 8 19:45:30 2021 @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2021/04/08 19:45:30 markd Exp $ +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 +lib/pkgconfig/librinutils.pc Index: pkgsrc/devel/rinutils/buildlink3.mk diff -u /dev/null pkgsrc/devel/rinutils/buildlink3.mk:1.1 --- /dev/null Thu Apr 8 19:45:30 2021 +++ pkgsrc/devel/rinutils/buildlink3.mk Thu Apr 8 19:45:30 2021 @@ -0,0 +1,14 @@ +# $NetBSD: buildlink3.mk,v 1.1 2021/04/08 19:45:30 markd Exp $ + +BUILDLINK_TREE+= rinutils + +.if !defined(RINUTILS_BUILDLINK3_MK) +RINUTILS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.rinutils+= rinutils>=0.8.0 +BUILDLINK_PKGSRCDIR.rinutils?= ../../devel/rinutils + +BUILDLINK_DEPMETHOD.rinutils?= build +.endif # RINUTILS_BUILDLINK3_MK + +BUILDLINK_TREE+= -rinutils Index: pkgsrc/devel/rinutils/distinfo diff -u /dev/null pkgsrc/devel/rinutils/distinfo:1.1 --- /dev/null Thu Apr 8 19:45:30 2021 +++ pkgsrc/devel/rinutils/distinfo Thu Apr 8 19:45:30 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/04/08 19:45:30 markd Exp $ + +SHA1 (rinutils-0.8.0.tar.xz) = 95c6ae4d95e6c0555c05a82c342bdb4e67042c23 +RMD160 (rinutils-0.8.0.tar.xz) = fca8525861ea02c061b2d9424d096b4e150092d3 +SHA512 (rinutils-0.8.0.tar.xz) = 06bbcdb5092762bf2ed92d4082eca17e8dc0e822ce8634f8ec8782fe7eccb4b954c081dbba3f1e2f72e0285607a813f020d4277af77accc43135bde50153359d +Size (rinutils-0.8.0.tar.xz) = 17112 bytes --_----------=_161791113070540--