pkgsrc/math/R-bitops/Makefile
mef 92d0e86a64 (math/R-bitops) Updated 1.0.6 to 1.0.7
2021-04-13  Martin Maechler  <maechler@stat.math.ethz.ch>

	* From Dan Robertson (dlrobertson) via GH PR #3, Feb.2016:
	Introduce C-style  "operators":
	"%&%", "%|%", "%^%", "%<<%", "%>>%"

2021-03-30  Martin Maechler  <maechler@stat.math.ethz.ch>

	* src/bit-ops.c (R_2_UINT_): cast even more, now via _2_UINT_()

2021-03-24  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Date, URL): cosmetic before finally releasing

2020-01-03  Martin Maechler  <maechler@stat.math.ethz.ch>
	* DESCRIPTION (Version): 1.0-7
	* src/bit-ops.c, src/init.c: use registration; fix UBSAN detected bug
	* man/*.Rd: more examples
2021-09-11 10:27:03 +00:00

14 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/09/11 10:27:03 mef Exp $
R_PKGNAME= bitops
R_PKGVER= 1.0-7
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Functions for bitwise operations on integer vectors
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"