Bug 141754 - New port: devel/p5-Dir-Watch Check for file/dir additions/removals to the current working directory.
Summary: New port: devel/p5-Dir-Watch Check for file/dir additions/removals to the ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-18 17:50 UTC by Zane C. Bowers-Hadley
Modified: 2009-12-24 22:20 UTC (History)
0 users

See Also:


Attachments
p5-Dir-Watch.shar (2.08 KB, text/plain)
2009-12-18 17:50 UTC, Zane C. Bowers-Hadley
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2009-12-18 17:50:03 UTC

NAME
       Dir::Watch - Watches the current directory for file additions or
       removals.

VERSION
       Version 0.0.0

SYNOPSIS
           use Dir::Watch;

           $dirwatch=Dir::Watch->new;

           if($dirwatch->check){
               print "There are new items\n";
           }

METHODS
       new

       This initiates the object.

           $dirwatch=Dir::Watch->new;

       check

       This checks for a new directories or files.

       If any thing has been added or removed, true is returned.

       If nothing has been added or removed, false is returned.

           if(!$dirwatch->check){
               print "There have been either files/directories added or removed.\n";
           }
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-12-18 19:22:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-12-18 22:32:00 UTC
State Changed
From-To: open->feedback

could you please provide a better description for the pkg-descr. in fact 
nobody know what do you want to tell with that ..
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-12-24 22:14:09 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-12-24 22:14:29 UTC
miwi        2009-12-24 22:14:20 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Dir-Watch   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Checks for dir/file addition/removals in the current directory.
  
  WWW: http://search.cpan.org/dist/Dir-Watch/
  
  PR:             ports/141754
  Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
  
  Revision  Changes    Path
  1.3723    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/p5-Dir-Watch/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Dir-Watch/distinfo (new)
  1.1       +3 -0      ports/devel/p5-Dir-Watch/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-Dir-Watch/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"