summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-12-14 15:17:11 +0000
committertnn <tnn@pkgsrc.org>2020-12-14 15:17:11 +0000
commitfd6610b51f20d6d7bd89666d7141cf9b241be5e2 (patch)
treef95b9720c7bad1efd6cdf3b792cdb854fc3ebdbb
parentfd093802b9314f12c32a8d13906315c250b9262e (diff)
downloadpkgsrc-fd6610b51f20d6d7bd89666d7141cf9b241be5e2.tar.gz
doc: add devel/cpu_features
-rw-r--r--devel/Makefile5
-rw-r--r--doc/CHANGES-20203
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9ea52d531e4..3096cae7e90 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3297 2020/12/14 03:35:23 mef Exp $
+# $NetBSD: Makefile,v 1.3298 2020/12/14 15:17:11 tnn Exp $
#
COMMENT= Development utilities
@@ -33,8 +33,8 @@ SUBDIR+= R-covr
SUBDIR+= R-crayon
SUBDIR+= R-cyclocomp
SUBDIR+= R-desc
-SUBDIR+= R-diffobj
SUBDIR+= R-devtools
+SUBDIR+= R-diffobj
SUBDIR+= R-evaluate
SUBDIR+= R-fansi
SUBDIR+= R-fs
@@ -230,6 +230,7 @@ SUBDIR+= cppcheck
SUBDIR+= cppunit
SUBDIR+= cpputest
SUBDIR+= cproto
+SUBDIR+= cpu_features
SUBDIR+= cpuflags
SUBDIR+= cqual
SUBDIR+= cre2
diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020
index 97fb7a23d7d..6bf2eaa194b 100644
--- a/doc/CHANGES-2020
+++ b/doc/CHANGES-2020
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.6754 2020/12/14 14:24:18 adam Exp $
+$NetBSD: CHANGES-2020,v 1.6755 2020/12/14 15:17:11 tnn Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -9802,3 +9802,4 @@ Changes to the packages collection and infrastructure in 2020:
Updated devel/py-restructuredtext_lint to 1.3.2 [adam 2020-12-14]
Updated devel/py-sortedcontainers to 2.3.0 [adam 2020-12-14]
Updated devel/py-intervaltree to 3.1.0 [adam 2020-12-14]
+ Added devel/cpu_features version 0.6.0 [tnn 2020-12-14]