pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/picotrace picotrace: Upgrade to 20191102
details: https://anonhg.NetBSD.org/pkgsrc/rev/f553c2c49415
branches: trunk
changeset: 343342:f553c2c49415
user: kamil <kamil%pkgsrc.org@localhost>
date: Sat Nov 02 20:36:07 2019 +0000
description:
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
diffstat:
devel/picotrace/DESCR | 19 ++++++++++---------
devel/picotrace/Makefile | 4 ++--
devel/picotrace/PLIST | 6 +++++-
devel/picotrace/distinfo | 10 +++++-----
4 files changed, 22 insertions(+), 17 deletions(-)
diffs (68 lines):
diff -r dd05d87b6204 -r f553c2c49415 devel/picotrace/DESCR
--- a/devel/picotrace/DESCR Sat Nov 02 20:06:58 2019 +0000
+++ b/devel/picotrace/DESCR Sat Nov 02 20:36:07 2019 +0000
@@ -1,11 +1,12 @@
-picotrace enables syscall trace logging for the specified processes.
-
-The tracer uses the ptrace(2) system call to perform the tracing process.
+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 picotrace program has been designed to ship bare functionality only,
-without pretty printing of data structures and interpreting passed arguments
-to syscalls.
+For historical reasons this repository is called picotrace, although it now
+contains other software as well:
-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 -r dd05d87b6204 -r f553c2c49415 devel/picotrace/Makefile
--- a/devel/picotrace/Makefile Sat Nov 02 20:06:58 2019 +0000
+++ b/devel/picotrace/Makefile Sat Nov 02 20:36:07 2019 +0000
@@ -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 -r dd05d87b6204 -r f553c2c49415 devel/picotrace/PLIST
--- a/devel/picotrace/PLIST Sat Nov 02 20:06:58 2019 +0000
+++ b/devel/picotrace/PLIST Sat Nov 02 20:36:07 2019 +0000
@@ -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 -r dd05d87b6204 -r f553c2c49415 devel/picotrace/distinfo
--- a/devel/picotrace/distinfo Sat Nov 02 20:06:58 2019 +0000
+++ b/devel/picotrace/distinfo Sat Nov 02 20:36:07 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index