Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 2010 03:47:44 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Sys-Trace Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201007090347.o693li9a066446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <jupengfei@gmail.com>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007090347.o693li9a066446>