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:           Mon May  6 23:18:11 UTC 2019

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

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


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

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

Added files:

Index: pkgsrc/devel/picotrace/DESCR
diff -u /dev/null pkgsrc/devel/picotrace/DESCR:1.1
--- /dev/null   Mon May  6 23:18:11 2019
+++ pkgsrc/devel/picotrace/DESCR        Mon May  6 23:18:10 2019
@@ -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.
Index: pkgsrc/devel/picotrace/Makefile
diff -u /dev/null pkgsrc/devel/picotrace/Makefile:1.1
--- /dev/null   Mon May  6 23:18:11 2019
+++ pkgsrc/devel/picotrace/Makefile     Mon May  6 23:18:10 2019
@@ -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"
Index: pkgsrc/devel/picotrace/PLIST
diff -u /dev/null pkgsrc/devel/picotrace/PLIST:1.1
--- /dev/null   Mon May  6 23:18:11 2019
+++ pkgsrc/devel/picotrace/PLIST        Mon May  6 23:18:10 2019
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2019/05/06 23:18:10 kamil Exp $
+bin/picotrace
+man/man1/picotrace.1
Index: pkgsrc/devel/picotrace/distinfo
diff -u /dev/null pkgsrc/devel/picotrace/distinfo:1.1
--- /dev/null   Mon May  6 23:18:11 2019
+++ pkgsrc/devel/picotrace/distinfo     Mon May  6 23:18:10 2019
@@ -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