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.
This commit is contained in:
parent
bfb60f49d2
commit
dfef5d81f8
5 changed files with 59 additions and 0 deletions
3
devel/rinutils/DESCR
Normal file
3
devel/rinutils/DESCR
Normal file
|
@ -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.
|
18
devel/rinutils/Makefile
Normal file
18
devel/rinutils/Makefile
Normal file
|
@ -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"
|
18
devel/rinutils/PLIST
Normal file
18
devel/rinutils/PLIST
Normal file
|
@ -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
|
14
devel/rinutils/buildlink3.mk
Normal file
14
devel/rinutils/buildlink3.mk
Normal file
|
@ -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
|
6
devel/rinutils/distinfo
Normal file
6
devel/rinutils/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue