cvs commit: ports/devel Makefile ports/devel/p5-Sys-Trace Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Fri Jul 9 03:47:45 UTC 2010


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 at 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)


More information about the cvs-all mailing list