NOTICE: This package has been removed from pkgsrc

./sysutils/p5-File-NCopy, Copy files and directories

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.34nb1, Package name: p5-File-NCopy-0.34nb1, Maintainer: pkgsrc-users

File::NCopy::copy copies files to directories, or a single file to
another file. You can also use a reference to a file handle if
you wish whem doing a file to file copy. The functionality is very
similar to cp. If the argument is a directory to directory copy
and the recursive flag is set then it is done recursively like cp
-R. In fact it behaves like cp on Unix for the most part. If
called in array context, an array of successful copies is returned,
otherwise the number of succesful copies is returned. If passed
a file handle, it's difficult to make sure the file we are copying
isn't the same that we are copying to, since by opening the file
in write mode it gets pooched. To avoid this use file names instead,
if at all possible, especially for the to file. If passed a file
handle, it is not closed when copy returns, files opened by copy
are closed.


Master sites: (Expand)

SHA1: 825d22db107370c5aa143a2dd4120ff7010dc950
RMD160: f63045b8230f645c1e6b4dea65107fff9ac6fa15
Filesize: 7.319 KB

Version history: (Expand)


CVS history: (Expand)


   2007-06-08 13:41:18 by Thomas Klausner | Files touched by this commit (4) | Package removed
Log message:
Remove p5-File-NCopy -- it is deprecated, new code should use
p5-File-Copy-Recursive, and in pkgsrc no dependencies are left.
   2007-06-08 10:44:56 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 0.35:

0.35 Apr 14 2007 by Alexandr Ciornii
    - Marked distribution as deprecated
    - Added Readme
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
   2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578)
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
   2005-06-24 22:11:12 by Thomas Klausner | Files touched by this commit (4) | Imported package
Log message:
Initial import of p5-File-NCopy-0.34:

File::NCopy::copy copies files to directories, or a single file to
another file.  You can also use a reference to a file handle if
you wish whem doing a file to file copy.  The functionality is very
similar to cp.  If the argument is a directory to directory copy
and the recursive flag is set then it is done recursively like cp
-R.  In fact it behaves like cp on Unix for the most part.  If
called in array context, an array of successful copies is returned,
otherwise the number of succesful copies is returned.  If passed
a file handle, it's difficult to make sure the file we are copying
isn't the same that we are copying to, since by opening the file
in write mode it gets pooched.  To avoid this use file names instead,
if at all possible, especially for the to file.  If passed a file
handle, it is not closed when copy returns, files opened by copy
are closed.