pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/rinutils
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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index