summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2019-11-02 20:36:07 +0000
committerkamil <kamil@pkgsrc.org>2019-11-02 20:36:07 +0000
commit6a008e97c71688d800c1edc66256d771c0c5ef83 (patch)
tree3264edf8ad6b5f2f9858487ed82160321c616538
parent95d3c3f7dad8a5350ce7ecdcff3d0040522e78fd (diff)
downloadpkgsrc-6a008e97c71688d800c1edc66256d771c0c5ef83.tar.gz
picotrace: Upgrade to 20191102
Update DESCR. Changes: * set minimal version to NetBSD 9.0 * picotrace: support POSIX_SPAWN * common: Regenerate for syscall.h 1.308 * truss: support POSIX_SPAWN * coredumper: support POSIX_SPAWN * singlestepper: support POSIX_SPAWN
-rw-r--r--devel/picotrace/DESCR19
-rw-r--r--devel/picotrace/Makefile4
-rw-r--r--devel/picotrace/PLIST6
-rw-r--r--devel/picotrace/distinfo10
4 files changed, 22 insertions, 17 deletions
diff --git a/devel/picotrace/DESCR b/devel/picotrace/DESCR
index e6b45369a51..a6b40b3af18 100644
--- a/devel/picotrace/DESCR
+++ b/devel/picotrace/DESCR
@@ -1,11 +1,12 @@
-picotrace enables syscall trace logging for the specified processes.
+picotrace is designed to be a framework for other more advanced tracers, and an
+example of the canonical usage of ptrace(2). New features are not expected
+unless they reflect a new feature in the kernel.
-The tracer uses the ptrace(2) system call to perform the tracing process.
+For historical reasons this repository is called picotrace, although it now
+contains other software as well:
-The picotrace program has been designed to ship bare functionality only,
-without pretty printing of data structures and interpreting passed arguments
-to syscalls.
-
-picotrace is designed to be a framework for other more advanced tracers and
-illustration of the canonical usage of the ptrace system call. New features are
-not expected unless they present a new feature in the NetBSD kernel.
+ * sigtracer
+ * singlestepper
+ * NetBSD strace
+ * NetBSD truss
+ * coredumper
diff --git a/devel/picotrace/Makefile b/devel/picotrace/Makefile
index f18853020b3..c2362937a41 100644
--- a/devel/picotrace/Makefile
+++ b/devel/picotrace/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/05/26 05:14:26 kamil Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 20:36:07 kamil Exp $
-DISTNAME= picotrace-20190526
+DISTNAME= picotrace-20191102
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=krytarowski/}
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/devel/picotrace/PLIST b/devel/picotrace/PLIST
index 0b769456c26..1ef7bf804ee 100644
--- a/devel/picotrace/PLIST
+++ b/devel/picotrace/PLIST
@@ -1,7 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2019/05/26 05:14:26 kamil Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/11/02 20:36:07 kamil Exp $
bin/coredumper
bin/picotrace
+bin/sigtracer
+bin/singlestepper
bin/truss
man/man1/coredumper.1
man/man1/picotrace.1
+man/man1/sigtracer.1
+man/man1/singlestepper.1
man/man1/truss.1
diff --git a/devel/picotrace/distinfo b/devel/picotrace/distinfo
index 7e9338322a7..cd05d37cd54 100644
--- a/devel/picotrace/distinfo
+++ b/devel/picotrace/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/05/26 05:14:26 kamil Exp $
+$NetBSD: distinfo,v 1.3 2019/11/02 20:36:07 kamil Exp $
-SHA1 (picotrace-20190526-20190526.tar.gz) = cd5f3377172e06a3b68b30700f7b0358292eb37c
-RMD160 (picotrace-20190526-20190526.tar.gz) = a716a1ea414cd1e86f0290d2ba27cadbbc9e08ce
-SHA512 (picotrace-20190526-20190526.tar.gz) = 0ff14d1daa666904dc8344832c24d233d70d7b7f91c535090360b7b054de75baf4750f040dc1c0df8085c5e4814b72305272fd3fe6526ad62605ae76f6482b26
-Size (picotrace-20190526-20190526.tar.gz) = 1370634 bytes
+SHA1 (picotrace-20191102-20191102.tar.gz) = 6e54ff8a1ddf2a6d762466008cb05f548a368612
+RMD160 (picotrace-20191102-20191102.tar.gz) = 8919861510d319f937a98bf5e4ef4af02f90f821
+SHA512 (picotrace-20191102-20191102.tar.gz) = 67c1f3dbd7602b4ff827298de28eb6a1557ae5869396a2adfab09fddc7417173083c921a914d1e044a6c6fc5148503a6766d9c9bbb64a594ed040f510157bab0
+Size (picotrace-20191102-20191102.tar.gz) = 1411425 bytes