Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen 59fc54858b Update to 4.132140
Upstream changes:
4.132140 Fri Aug  2 11:38:57 CDT 2013

 - Fixes RT bug #86963 wherein a call to list_dir() would previously
   fail under certain circumstances.

   This is a high-priority fix with no security-related implications.

   See also https://rt.cpan.org/Public/Bug/Display.html?id=86963

4.131591 Fri Jun  7 22:19:05 CDT 2013

 - POD (documentation) corrections.

4.131570 Thu Jun  6 23:15:27 CDT 2013

 - Since Sat Mar 2 01:13:46 CST 2013, there has been an unofficial code
   freeze in effect, during which time 580 test runs from the CPAN smoke
   testers have had a 100% complete PASS rate.

 - So I'm pleased to announce that I'm releasing this code as-is, under
   the "STABLE"/"MATURE" designation.

 - There are important bug fixes since the last STABLE release, particularly
   in making the File::Util::max_dives() method behave as documented.  See
   also https://rt.cpan.org/Ticket/Display.html?id=85141

 - Near future plans are laid out in the TODO documentation file also
   included with this documentation.

4.130610 Sat Mar  2 01:13:46 CST 2013

 - TRIAL version, much polish on the quality of the distribution itself,
   including extensive POD checks, fixes in documentation quality, and
   overall tidiness.  Reorganized the test suite so it remains correct to
   "t" and "xt" test division conventions.  Included a list of contributors.

4.130590 Wed Feb 27 21:59:30 CST 2013

 - TRIAL version, probably the final trial before release as a mature distro
   in the 4.x series (the 3.x series is already "mature" status).

 - This release introduces unicode support via UTF-8 strict.  Naturally
   the test suite and coverage had to be expanded to cover the new feature
   set.  Documentation has also been updated to include explanation of
   how to make use UTF-8 encoding in File::Util.

 - Minor bug fixes and polish.

4.130560 Mon Feb 25 14:03:44 CST 2013

 - TRIAL version, seventh trial in 4.x series.  I am just about confident
   enough to release this current code as an offical stable release to the
   CPAN, but first I wanted to include the optimizations in this release.

 - This release represents a vast number of optimizations that greatly
   increase the performance of recursive calls.

 - This release fixes some windows-specific bugs that have to deal with
   recursively listing directories from a root volume, such as "C:\" for
   example.

 - Added performance measurement scripts that allow users to both benchmark
   and profile File::Util, with Devel::NYTProf being a prerequisite to such
   activities.

4.130510 Tue Feb 19 18:10:12 CST 2013

 - TRIAL version, sixth trial in 4.x series prior to first official release;
   we're being very careful.

 - Removed dependency for Exception::Handler and stole/improved code from it
   so now there's no external dependencies whatsoever.

 - Tests and documentation adjusted to reflect the change

4.130500 Mon Feb 18 19:13:11 CST 2013

 - TRIAL version, fifth trial in 4.x series prior to first official release;
   we're being very careful.

 - This release features mainly performance optimizations, and many
   windows-specific bug-fixes for those new optimizations which were caught
   during thorough testing.

 - This new version features a "max_depth" option for list_dir, which works
   the same as the -max_depth flag for GNU find.

 - the max_dives() method has been renamed to abort_depth(), with back-compat
   fully preserved; this is to avoid confusion with the new max_depth
   option for list_dir()

 - Documentation updated to show examples of the new feature.

 - For operating systems that support it, list_dir() now keeps track of the
   filesystem inodes it sees while walking directories to detect and avoid
   filesystem loops.  Sadly, Windows does not support the native stat/lstat
   calls in Perl, and therefore this is feature is silently disabled on
   any platform where it is detected that the stat/lstat calls don't work.

 - New example script added to examples/ directory and to the Cookbook.

 - Main perldoc manpage for File::Util updated

4.130483 Sat Feb 16 23:07:29 CST 2013

 - TRIAL version, fourth trial in the 4.x series.

 - Tidied up documentation for main man page (perldoc).

 - Increased test coverage, Devel::Cover scores are very much higher

 - Fixed some bugs discovered while expanding test coverage and writing
   new tests - this is the best way to find and fix bugs.

4.130460 Thu Feb 14 22:24:50 CST 2013

 - TRIAL version.  The third trial release of the 4.x series.  Removed a
   few bits of code from the test suite that were causing false failures
   in CPAN tester results.  More importantly, this version includes
   optimizations to the list_dir() regex pattern matching when recursing
   through directory trees.  Namely, the "pattern gathering" has been
   memo-ized and stashed into the options passed to recursive calls.

4.130425 Mon Feb 11 15:37:47 CST 2013

 - TRIAL version.  Released to CPAN after taking into account some changes
   recommended by a few of the good folks at perlmonks, namely some method
   name changes.  The old method names still work fine and are completely
   supported.  The changes are shown below:
     +-----------+-------------+
     | OLD NAME  | NEW NAME    |
     +-----------+-------------+
     | can_read  | is_readable |
     | can_write | is_writable |
     | readlimit | read_limit  |
     | isbin     | is_bin      |
     +-----------+-------------+

 - Some changes to the POD documentation have been made as well, both to
   reflect the name changes as well as to clean things up even more in
   terms of clarity and better formatting.

 - Some test updates were needed to reflect the use of the new method names

4.130420 Sun Feb 10 21:45:05 CST 2013

 - TRIAL version. Released to CPAN for those who may want to test drive
   it.  The enhancements, improvements, feature additions, and bug fixes
   in this release are far to great to be enumerated here in the changes
   file.  A git repository was set up for File::Util last December, and
   the commit logs will tell the full story of all changes.

 - The commit log can be read here:
   https://github.com/tommybutler/file-util/commits/master

 - A summary of new things would include the newer, more modern-style
   call syntax, user-definable custom error handlers, list_dir()
   callbacks plus advanced regular expression filtering features, much
   more comprehensive documentation including a manual and a cookbook,
   performance optimizations, the ability to enable/disable the
   verbose diagnostics that have hitherto been the default error
   mechanism, and much more.  The quality of the distribution has also
   been greatly improved.

 - All new features are covered at length in the documentation, so
   anything you don't see here will be mentioned and throughly covered
   there.  Full backward-compatibility with the 3.x series feature-set
   and syntax has been preserved

3.39 Sun Jan  6 15:54:10 CST 2013

 - Significant improvements in test suite, but most importantly
   eliminated a bug found in make_dir() where absolute paths caused
   problems on some platforms.

 - Fixed a bug that caused testing to fail on Solaris
2013-11-05 01:42:56 +00:00
archivers Make guard variable used by the integrity check non-static, so that it 2013-11-04 16:41:43 +00:00
audio Don't inline when using Clang. 2013-10-30 18:59:06 +00:00
benchmarks Don't use -fforce-addr. 2013-10-27 20:30:01 +00:00
biology Update to chemtool 1.6.14 2013-10-30 15:13:02 +00:00
bootstrap Mark the copy of bmake's configure as executable in case the checkout is 2013-10-03 01:24:57 +00:00
cad ng-spice doesn't really use curses 2013-10-15 14:31:39 +00:00
chat Update HOMEPAGE. 2013-11-01 21:34:15 +00:00
comms Update to Asterisk 1.8.24.0: this is a general bugfix release: 2013-10-26 22:29:22 +00:00
converters Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
cross +cross/nios2-binutils 2013-11-03 10:22:45 +00:00
databases Update to 0.1.10: 2013-11-03 15:58:14 +00:00
devel Update to 4.132140 2013-11-05 01:42:56 +00:00
distfiles
doc Fix typo. 2013-11-05 01:38:52 +00:00
editors Don't strip on older OSX, avoids 'malformed object' errors. 2013-11-04 11:08:03 +00:00
emulators If the device for the serial console is given as "pty" allocate one 2013-11-02 22:43:29 +00:00
filesystems Fix PKG_USERS usage. 2013-10-31 15:58:30 +00:00
finance Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
fonts Update to 0.9.23: 2013-11-03 16:00:43 +00:00
games Updated to latest stable, 1.1.0. Set LUA_VERSION_REQD=51, as the default, 2013-11-02 17:09:26 +00:00
geography Prefix rpath option with -Wl. 2013-10-20 18:09:05 +00:00
graphics Update to 9.19: changes not found. 2013-11-03 16:02:26 +00:00
ham Bump Version 2.0rc7 to 2.0rc8. 2013-10-17 09:40:12 +00:00
inputmethod fixes build with lua option (and Lua-5.2 fix) 2013-10-30 11:30:36 +00:00
lang Don't use -fno-defer-pop. 2013-11-04 16:39:32 +00:00
licenses Add arrl-license. 2013-09-13 14:18:36 +00:00
mail small fixes to avoid most recent core-dump: 2013-11-04 15:34:38 +00:00
math Use -Wl for rpath options extracted from Fortran linker. 2013-11-04 16:40:37 +00:00
mbone Bump PKGREVISION for libXft changes for NetBSD native X support on 2013-06-06 12:53:40 +00:00
meta-pkgs Add dri3proto and presentproto. 2013-11-01 20:43:36 +00:00
misc Update to 2.0.16. Add slovak translation. 2013-11-03 16:07:49 +00:00
mk OSX Mavericks and Xcode 5 no longer ship system headers in /usr/include, they 2013-11-01 12:22:32 +00:00
multimedia Check if VAAPI is supported and fail silently otherwise. 2013-11-04 16:39:53 +00:00
net Wants ncurses.h. 2013-11-04 16:40:09 +00:00
news Fix build on SunOS. Patch from Thomas Merkel. 2013-10-24 09:38:24 +00:00
packages
parallel Fix PKG_USERS usage. 2013-10-31 15:58:30 +00:00
pkgtools Use the compiler front-end to generate shared libraries on OSX - the 2013-10-25 13:53:03 +00:00
print Update to hplip 3.13.10: 2013-10-30 23:37:31 +00:00
regress
security Add --without-tpm to configure arguments to have consistency across 2013-11-04 08:22:54 +00:00
shells Fix build with texinfo 5.x 2013-10-31 13:08:37 +00:00
sysutils Update to 1.6.18: 2013-11-03 16:09:03 +00:00
templates
textproc Update to 2.0.0: 2013-11-03 16:10:09 +00:00
time Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
wm Bump PKGREVISION of packages whose Lua depends changed form, but whose 2013-10-30 06:49:53 +00:00
www Link the p5-POE-Component-Server-SOAP Perl package up into the www 2013-11-04 21:45:44 +00:00
x11 Support arpa/nameser_compat.h for OSX. 2013-11-04 09:38:26 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.