pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/picotrace



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat Nov  2 20:36:07 UTC 2019

Modified Files:
        pkgsrc/devel/picotrace: DESCR Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/picotrace/DESCR \
    pkgsrc/devel/picotrace/PLIST pkgsrc/devel/picotrace/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/picotrace/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/picotrace/DESCR
diff -u pkgsrc/devel/picotrace/DESCR:1.2 pkgsrc/devel/picotrace/DESCR:1.3
--- pkgsrc/devel/picotrace/DESCR:1.2    Mon May  6 23:44:58 2019
+++ pkgsrc/devel/picotrace/DESCR        Sat Nov  2 20:36:07 2019
@@ -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
Index: pkgsrc/devel/picotrace/PLIST
diff -u pkgsrc/devel/picotrace/PLIST:1.2 pkgsrc/devel/picotrace/PLIST:1.3
--- pkgsrc/devel/picotrace/PLIST:1.2    Sun May 26 05:14:26 2019
+++ pkgsrc/devel/picotrace/PLIST        Sat Nov  2 20:36:07 2019
@@ -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
Index: pkgsrc/devel/picotrace/distinfo
diff -u pkgsrc/devel/picotrace/distinfo:1.2 pkgsrc/devel/picotrace/distinfo:1.3
--- pkgsrc/devel/picotrace/distinfo:1.2 Sun May 26 05:14:26 2019
+++ pkgsrc/devel/picotrace/distinfo     Sat Nov  2 20:36:07 2019
@@ -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

Index: pkgsrc/devel/picotrace/Makefile
diff -u pkgsrc/devel/picotrace/Makefile:1.3 pkgsrc/devel/picotrace/Makefile:1.4
--- pkgsrc/devel/picotrace/Makefile:1.3 Sun May 26 05:14:26 2019
+++ pkgsrc/devel/picotrace/Makefile     Sat Nov  2 20:36:07 2019
@@ -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}



Home | Main Index | Thread Index | Old Index