From owner-cvs-all@FreeBSD.ORG Fri Jul 9 03:47:45 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2195E106566B; Fri, 9 Jul 2010 03:47:45 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 121A38FC1B; Fri, 9 Jul 2010 03:47:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o693liQY066447; Fri, 9 Jul 2010 03:47:44 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o693li9a066446; Fri, 9 Jul 2010 03:47:44 GMT (envelope-from wen) Message-Id: <201007090347.o693li9a066446@repoman.freebsd.org> From: Wen Heping Date: Fri, 9 Jul 2010 03:47:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Sys-Trace Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 03:47:45 -0000 wen 2010-07-09 03:47:44 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Sys-Trace Makefile distinfo pkg-descr pkg-plist Log: Sys::Trace provides a way to programmatically run or trace a program and see the system calls it makes. This can be useful during testing as a way to ensure a particular file is actually opened, or another hard to test interaction actually occurs. Currently supported tracing mechanisms are ktrace, strace and truss. WWW: http://search.cpan.org/dist/Sys-Trace/ PR: ports/148395 Submitted by: Ju Pengfei Revision Changes Path 1.3982 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Sys-Trace/Makefile (new) 1.1 +3 -0 ports/devel/p5-Sys-Trace/distinfo (new) 1.1 +9 -0 ports/devel/p5-Sys-Trace/pkg-descr (new) 1.1 +11 -0 ports/devel/p5-Sys-Trace/pkg-plist (new)