Commit graph

23 commits

Author SHA1 Message Date
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
0b42f2fcc3 Update to 0.35:
0.35  Sun Sep 14 21:29:07 CDT 2014

 - fce4b8e - Fixed a t/03-filesystem.t test error on Windows <Andrew Gregory>
2014-10-01 11:00:50 +00:00
wiz
fff5493318 Update to 0.34:
0.34  Thu Aug 28 22:27:03 CDT 2014

 - df23e17 - Add a new spew_lines() method <William Stevenson>

 - 3ffef39 - Don't convert file into directory in subsumes() <Dagfinn Ilmari Mannsåker>

 - 9a01a71 - Updated POD for copy_to and move_to methods <Robert Rothenberg>

 - 210a7ef - Stringify destination for copy_to method <Robert Rothenberg>

 - 9f83723 - Stringify destination for move_to method <Robert Rothenberg>

 - 5e2cb26, d5c7e62 - Add Continuous Integration with Travis CI <Ken Williams>

 - d372be1 - Change bugtracker to github's <Ken Williams>
2014-09-06 12:36:22 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
schmonz
2b0dbf43f8 Update to 0.33. From the changelog:
- New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams]
- As advised in the utime() docs, pass undef as the time for touch().
- Do a better job cleaning up temp files in the tests.
- Optimization: use parent.pm instead of base.pm. [Olivier Mengué]
- Changed the docs to show that file() and dir() are exported by default.
- Fixed spelling error in POD. [Salvatore Bonaccorso]
2014-01-02 16:34:59 +00:00
wiz
2bfcf99d6d Update to 0.32:
0.32  Mon Mar 18 20:53:00 CDT 2013

 - Updated dependency on File::Spec to 3.26, fixing RT #83143.

 - Fixed bug with leading empty string in dir() - became unintentional
   UNC path on Cygwin. [David Golden and MITHUN@cpan.org]

 - Fixed "Unterminated C<...> sequence" in Pod. [Olaf Alders]
2013-09-05 18:20:09 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
wen
db4222e212 Update to 0.31
Upstream changes:
0.31  Tue Feb  5 11:51:59 CST 2013

 - Optimization: stringify variables passed to canonpath [David Golden]

 - Optimization: Use internal guts when constructing Dirs from
   Dirs, instead of concatenating and splitting them again with
   File::Spec. [David Golden]

 - Fix grammar error in docs. [Karen Etheridge]

 - Implement a 'split' parameter for the slurp() method [suggested by Yanick Champoux]

 - In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS [Randy Stauner]

0.29  Mon Dec 17 23:55:07 CST 2012

 - Add components() method, which returns directory names (and
   filename, if this is a File object) as a list.

 - Fix a test failure on non-Unix platforms, the 07-recurseprune.t
   test was written in a Unix-specific way.

0.28  Sat Dec 15 21:40:17 CST 2012

 - Fix test failures when run as root - they were relying on
   permissions failures, but permissions never fail as root. [Spotted
   by AAR and Chris Williams]

 - Add links in docs to the other modules we rely on & talk about in
   the docs.  Makes for easier viewing through search.cpan.org /
   MetaCPAN. [David Precious]

 - Fixed some misleading variable names in docs. [RT#81795] [Pau Amma]

0.27  Sat Dec  8 19:24:15 CST 2012

 - Added pruning support in dir->recurse(). If recurse callback
   returns $item->PRUNE, no children of this item will be
   analyzed. [Marcin Kasperski]

 - Documented 'basename' method for directories. [Fabrice Gabolde]

 - Added traverse_if() function, which allows one to filter children
   before processing them. [Marcin Kasperski]

 - Added tempdir() function. [cho45]
2013-02-17 14:12:51 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
f8fc6e00bc Updating package for Perl 5 module Path::Class in devel/p5-Path-Class from
0.25 to 0.26.

Upstream changes:
0.26  Thu Jun 14 21:52:38 CDT 2012
 - resolve() now includes the name of the non-existent file in the error
   message. [Karen Etheridge]
 - new shortcut opena(), to open a file for appending. [Karen Etheridge]
 - new spew() method that does the inverse of the slurp() method. [Aran Deltac]
 - Fixed a typo in a class name in the docs for Path::Class::Entity. [Toby Inkster]
2012-07-06 11:29:08 +00:00
sno
6865e5c867 Updating package for Perl5 module Path::Class from CPAN in
devel/p5-Path-Class from 0.24 to 0.25.

Upstream changes:
0.25  Wed Feb 15 20:55:30 CST 2012
 - resolve() now croak()s instead of die()s on non-existent file. [Danijel Tašov]
 - Added a traverse() method for directories, based on the fmap_cont()
   method of Forest::Tree::Pure.  It's an alternative to ->recurse,
   which allows for more control over how the recursion
   happens. [Jesse Luehrs]
 - Fixed a grammar error in the docs. [Shlomi Fish]
2012-03-22 16:20:30 +00:00
hiramatsu
c024f9cda4 Update p5-Path-Class to 0.24.
Changes from previous:
0.24  Sat May 28 20:52:39 CDT 2011

 - Added a tempfile() method for Dir objects, which provides an
   interface to File::Temp. [RT#60485]

 - Fixed a non-helpful fatal error message when calling resolve() on a
   path that doesn't exist.  Now dies with the proper "No such file or
   directory" message & exit status. [GRAF]

0.23 - Sun Dec 26 13:35:53 CST 2010

 - Fixed a bunch of problems with the distribution (e.g. in META.yml)
   that I introduced in the switch to Dist::Zilla.  No code changes
   from 0.22.

0.22 - Sat Dec 25 22:59:20 CST 2010

 - Added a basename() method for directory objects. [CLKAO, jloverso,
   THEPLER, ZUMMO]
2011-11-25 11:43:35 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +00:00
sno
0ee7553beb Updating devel/p5-Path-Class from 0.19nb1 to 0.21
Upstream changes:
0.21 - Tue Aug 17 19:13:13 CDT 2010
 - Don't test the 'iomode' option under 5.6, because layers aren't
   supported yet.
 - Fixes to spelling errors in the docmuentatino. [Ansgar Burchardt
   and Debian patchers]
2010-08-27 06:31:40 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
bad
be3b706f5c Apply update generously provided by Stoned Elipot. Thanks a bunch!
Update p5-Path-Class from version 0.18 to version 0.19.

Upstream changes:
0.19 - Sun Jun  6 20:50:27 CDT 2010

 - slurp() now accepts an 'iolayers' option to control how the file is
   opened. [Graham Barr]

 - In the openr() and openw() file methods, we now croak() instead of
   die() so that the error messages are more useful. [Ian Sillitoe]

 - Allow subclassing, by adding dir_class() and file_class() static
   methods, allowing them to be overridden. [Matt Trout & John LoVerso
   & Michael Schwern]

 - Fixed a testing failure that could occur whenever testing in a
   directory path that contains symlinks (e.g. /tmp on Mac OS X).

 - Added a 'no_hidden' parameter for children() [EDENC <EDENC@cpan.org>]

 - Fixed the heading for the is_relative() POD section. [CUB <cub.uanic@gmail.com>]
2010-06-15 16:52:17 +00:00
sno
b7d8c0b001 Updating devel/p5-Path-Class from 0.17 to 0.18.
pkgsrc changes:
- Adjusting HOMEPAGE URI and dependencies

Upstream changes:
0.18 - Sun Dec 20 10:11:02 CST 2009
 - Similar to the next() bug for files/directories named "0" or "0.0"
   in the previous release, the children() and recurse() methods have
   now been fixed in the same way. [spotted by ARTHAS, MSISK]
2010-01-16 15:16:37 +00:00
sno
b7db1213b6 pkgsrc changes:
- Updating package of p5 module Path::Class from 0.16nb1 to 0.17
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
 - dir(undef) now returns undef rather than the rootdir, because undef
   was probably a mistake by the caller, and the rootdir is too scary
   a default. [Suggested by John Goulah]

 - Temporary files during testing are now created in the system temp
   directory, rather than somewhere in t/ .  See RT #31382. [Suggested
   by Alex Page]

 - Added is_relative() as the obvious complement to the existing
   is_absolute() method.

 - Added a resolve() method to clean up paths much more thoroughly
   than cleanup(), e.g. resolving symlinks, collapsing foo/../bar
   sections, etc. [Suggested by David Garamond]

 - Fixed a problem in which a file/directory called "0" or "0.0" would
   end a loop prematurely when using the idiom 'while($x =
   $dir->next) {...}'.  See http://rt.cpan.org/Ticket/Display.html?id=29374
   [Spotted by Daniel Lo]

 - Fixed an exists($array[$i]) that prevented compatibility with perl
   5.005.

 - Moved the repository from my personal CVS repo to Google Code.
2009-06-15 20:18:06 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
bad
e68f4b2edc Initial import of devel/p5-Path-Class 0.16.
Path::Class is a module for manipulation of file and directory
specifications (strings describing their locations, like
'/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner.
It supports pretty much every platform Perl runs on, including Unix,
Windows, Mac, VMS, Epoc, Cygwin, OS/2, and NetWare.

Needed for SVK-v2.0.0.
2007-01-10 21:58:19 +00:00