pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/rinutils rinutils: add version 0.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab0e9e387404
branches:  trunk
changeset: 449986:ab0e9e387404
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Apr 08 19:45:30 2021 +0000

description:
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.

diffstat:

 devel/rinutils/DESCR         |   3 +++
 devel/rinutils/Makefile      |  18 ++++++++++++++++++
 devel/rinutils/PLIST         |  18 ++++++++++++++++++
 devel/rinutils/buildlink3.mk |  14 ++++++++++++++
 devel/rinutils/distinfo      |   6 ++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 09f7e39be42d -r ab0e9e387404 devel/rinutils/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rinutils/DESCR      Thu Apr 08 19:45:30 2021 +0000
@@ -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.
diff -r 09f7e39be42d -r ab0e9e387404 devel/rinutils/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rinutils/Makefile   Thu Apr 08 19:45:30 2021 +0000
@@ -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@localhost
+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"
diff -r 09f7e39be42d -r ab0e9e387404 devel/rinutils/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rinutils/PLIST      Thu Apr 08 19:45:30 2021 +0000
@@ -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
diff -r 09f7e39be42d -r ab0e9e387404 devel/rinutils/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rinutils/buildlink3.mk      Thu Apr 08 19:45:30 2021 +0000
@@ -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
diff -r 09f7e39be42d -r ab0e9e387404 devel/rinutils/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rinutils/distinfo   Thu Apr 08 19:45:30 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index