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 <[email protected]>
  
  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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to