pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/picotrace devel/picotrace: import picotrace-2019...
details: https://anonhg.NetBSD.org/pkgsrc/rev/de5b8f6d8d3a
branches: trunk
changeset: 333430:de5b8f6d8d3a
user: kamil <kamil%pkgsrc.org@localhost>
date: Mon May 06 23:18:10 2019 +0000
description:
devel/picotrace: import picotrace-20190507
picotrace enables syscall trace logging for the specified processes.
The tracer uses the ptrace(2) system call to perform the tracing process.
The picotrace program has been designd 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.
diffstat:
devel/picotrace/DESCR | 11 +++++++++++
devel/picotrace/Makefile | 21 +++++++++++++++++++++
devel/picotrace/PLIST | 3 +++
devel/picotrace/distinfo | 6 ++++++
4 files changed, 41 insertions(+), 0 deletions(-)
diffs (57 lines):
diff -r 1d3a4b68244e -r de5b8f6d8d3a devel/picotrace/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/picotrace/DESCR Mon May 06 23:18:10 2019 +0000
@@ -0,0 +1,11 @@
+picotrace enables syscall trace logging for the specified processes.
+
+The tracer uses the ptrace(2) system call to perform the tracing process.
+
+The picotrace program has been designd 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.
diff -r 1d3a4b68244e -r de5b8f6d8d3a devel/picotrace/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/picotrace/Makefile Mon May 06 23:18:10 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/05/06 23:18:10 kamil Exp $
+
+GITHUB_PROJECT= picotrace
+GITHUB_TAG= 20190507
+DISTNAME= picotrace-${GITHUB_TAG}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=krytarowski/}
+
+MAINTAINER= kamil%NetBSD.org@localhost
+HOMEPAGE= https://github.com/krytarowski/picotrace/
+COMMENT= System call process tracer
+LICENSE= 2-clause-bsd
+
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
+USE_BSD_MAKEFILE= yes
+USE_TOOLS+= nroff
+
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1d3a4b68244e -r de5b8f6d8d3a devel/picotrace/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/picotrace/PLIST Mon May 06 23:18:10 2019 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/06 23:18:10 kamil Exp $
+bin/picotrace
+man/man1/picotrace.1
diff -r 1d3a4b68244e -r de5b8f6d8d3a devel/picotrace/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/picotrace/distinfo Mon May 06 23:18:10 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/06 23:18:10 kamil Exp $
+
+SHA1 (picotrace-20190507-20190507.tar.gz) = 24a20e561c22cf5ddf922bef54804fb98a826112
+RMD160 (picotrace-20190507-20190507.tar.gz) = 48d50183772a7cd4f33968693f2270328708a322
+SHA512 (picotrace-20190507-20190507.tar.gz) = f7991c4e1fa9aec26a0913e307447cc960c9489a528508931caa5896953c31377ddc7acca5765bb72240366743c8671bb6e389ebe5a205f77d5122acc0aeeb8e
+Size (picotrace-20190507-20190507.tar.gz) = 17873 bytes
Home |
Main Index |
Thread Index |
Old Index