summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Remove
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-1/+2
2021-04-27p5-File-Remove: update to 1.60.wiz2-9/+8
1.60 2020-10-22 - Shlomi Fish - Add .tidyallrc + related changes - Fix mismatched $VERSION. - https://rt.cpan.org/Public/Bug/Display.html?id=133562 - https://github.com/shlomif/File-Remove/pull/3/files - Thanks to William Storey, PMPERRY, and @briang for the report 1.59 2020-10-16 - Shlomi Fish - dist.ini / weaver.ini / .tidyallrc / etc. cleanup - Move to @SHLOMIF - Inspired by Lady_Aleena.
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-10-20Update to 1.58wen2-8/+7
Upstream changes: 1.58 2018-10-04 - Shlomi Fish - Added [MetaJSON] to dist.ini, so releases include a META.json
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2016-08-16Update to 1.57wen2-8/+7
Upstream changes: 1.57 2016-04-24 - Shlomi Fish - Correct the copyright holder and year. - Add a test for Kwalitee and 'use warnings'. 1.56 2016-03-23 - Shlomi Fish - Remove the Build.PL so there won't be two build files. - https://github.com/shlomif/File-Remove/pull/1 - I think it doesn't matter too much with Dist-Zilla, but to avoid future complaints, I decided to comply with the request. - Thanks to Karen Etheridge (ETHER) for the report.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-02-09Update 1.52 to 1.55mef2-8/+7
------------------- 1.55 2016-01-11 - Shlomi Fish - Add the "{ glob => 0 }" option to remove(). - See https://rt.cpan.org/Ticket/Display.html?id=78405 - Thanks to SHARYANTO for the request. 1.54 2016-01-10 - Shlomi Fish - Fix a typo in the documentation: - https://rt.cpan.org/Ticket/Display.html?id=72010 - Thanks to DFH, and dsteinbrunner for the report. - Hopefully fix the GitHub remote to make it more MetaCPAN-friendly. 1.53 2016-01-10 - Shlomi Fish - Convert the distribution from Module-Install to Dist-Zilla. - Module-Install is undermaintained and unloved. - Fix a problem running the tests in parallel. - https://rt.cpan.org/Public/Bug/Display.html?id=90183 - Thanks to ETHER, RJBS, and KENTNL for the report and the analysis. - Earlier report by EDENC - thanks as well. - https://rt.cpan.org/Ticket/Display.html?id=71779 - Removed trailing whitespace and \r-s. - The \r-s confused Dist-Zilla abstract extraction.
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
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.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-05-31Updating package for CPAN module File::Remove in sysutils/p5-File-Removesno2-6/+6
from 1.50 to 1.52. Upstream changes: 1.52 Mon 19 Mar 2012 - Adam Kennedy - No functional changes - Updating Module::Install to 1.06 - Moved File::Spec dependency to 3.29 to fix problems with four-digit decimal dependencies in some downstream packaging systems. 1.51 Thu 27 Oct 2011 - Adam Kennedy - END-time deletion by clear() is now fork-safe, it will only remove paths created in the same process.
2011-10-06Update p5-File-Remove to 1.50.hiramatsu2-7/+7
Changes from previous: 1.50 Mon 11 Jul 2011 - Adam Kennedy - Adding a second skip for the known-bad cygwin file permissions problem 1.49 Wed 14 Mar 2011 - Adam Kennedy - Restoring 02_directoreis to no_plan as it runs different test counts on different systems. 1.48 Fri 11 Mar 2011 - Adam Kennedy - Promoting dev code to production version - Fixed a major bug in the 1.46 logic that works out what to change the cwd to when deleting while inside a directory. 1.47_01 Fri 18 Feb 2011 - Adam Kennedy - Add test counts to all test scripts - Added a test for space-safe globs 1.46 Fri 18 Feb 2011 - Adam Kennedy - No changes from 1.45_01 - CPAN Testers likes the dev release, moving to production release 1.45_01 Thu 17 Feb 2011 - Adam Kennedy - Updated to Module::Install::DSL 1.00 - Skip test on cygwin due to non-root users not being able to deny themselves write permissions to files. - Added a test to delete directories when the current working directory is inside the location to delete (ADAMK) - Fixes for trash() with callbacks and on Mac (MIYAGAWA)
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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!
2009-07-17Give up MAINTAINERadrianp1-2/+2
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-08-05Update from version 1.41 to 1.42. Changes:he2-6/+6
1.42 Thu 3 Jul 2008 (Adam Kennedy) - Updated to Module::Install 0.76 - Updated bundled author tests - Added the test_remove function - Localising $@ during eval calls
2008-06-22Update to version 1.41. Changes:he2-6/+6
1.41 Mon 2 Jun 2008 - No functional changes - Updating location of author tests - Switching to Module::Install again, to generate a better META.yml
2008-06-20Add DESTDIR support.joerg1-1/+2
2008-04-23Update to 1.40:wiz2-6/+6
1.40 Sat 23 Feb 2008 - Dev release looks good, changing to production release 1.39_01 Wed 20 Feb 2008 (Adam Kennedy) - Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces" - remove now ignores globbing if -e is true BEFORE globbing (This should fix numerous possible failures where people are trying delete strangely named files, but globbing is kicking in and expanding the names incorrectly) - Moving to a production-grade version to indicate module stability - Adding explicit 5.005 dependency (Primarily for the benefit of automated quality/anaylsis tools)
2007-11-29Update to 0.39:wiz2-6/+6
0.39 Mon 12 Nov 2007 (Adam Kennedy) - No functional changes - Updating to Module::Install 0.68 0.38 Mon 15 Oct 2007 (Adam Kennedy) - Removed an extremely dangerous and reckless test case that tried to delete a soft link to root and (when it failed) deleted the actual root directory. 0.37 Sun 8 Jul 2007 (Adam Kennedy) - Restoring support for broken symlinks (Marek Rouchal) - Adding tests for the broken symlink case (Marek Rouchal) - Tidying up the Changes file a bit 0.36 Fri 30 Jun 2007 (Adam Kennedy) - Avoid the installation of Mac::Glue. (It should not be necesary to test voice synthesis to delete a file) - Anyone truly needing "trash" support will need to add a dependency on Mac::Glue themself. The function may be split out of File::Remove later down the track. - Constanting the debugger flag for a minor speed and memory improvement - Copy in a known-readonly flag for more accurate testing on Win32 - Remove assumption that -w implied deletion rights on Win32 - Validate that the file was actually deleted. - Add better mode-handling for files. - Add smarter implementation of "candelete" logic. 0.35 Fri 9 Feb 2007 (Stephen Steneker) - Update makefile to require Mac::Glue version compatible with Intel macs - Change pod heading from "methods" to "subroutines" [RT#13687] - No functional changes from 0.34
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-18Update to 0.34:wiz2-6/+6
0.34 Mon Nov 6 2006 - Update t/03 to skip the "is this file not writable" test when it would fail because the tests are being run by root (as sometimes happens when installing Perl modules). --Jesse Vincent 0.33 Tue 24 Oct 2006 - Previous release tested ok. - Incrementing for production release. - No functional changes 0.32_01 Mon 23 Oct 2006 - Use File::Spec to clean/canon paths instead of hand-stripping trailing slash - Apply the File::Path "safe" check manually for the root only, and use File::Path itself with safe OFF, so that we can handle deleting deep readonly files (and do it properly on VMS) - Added a test for the deletion of deep readonly files - Removing the use of "our" variables to try and get the Perl version dependency back to at least 5.005. - Report "deleted" for non-existant files they want to delete - Report the path they pass, but for dir USE a File::Spec->canonpath
2006-01-03Update to 0.31:wiz2-6/+6
0.31 Wed Dec 28 17:40:00 2005 - Applied Eric Hanchrow's patch to support filenames with spaces. - Skip recycle tests unless recycle/trash support is available.
2005-11-23Update to 0.30:wiz2-7/+6
0.30 Wed Jul 14 19:12:00 2005 - Applied CNANDOR's patch to fix trash() support on OS X 10.4.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
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-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
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-24Use HOMEPAGE that is not version-specific.wiz1-2/+2
2005-04-23- Add in sysutils CATEGORYadrianp1-2/+2
2005-04-23File::Remove::remove removes files and directories. It acts like /bin/rm,adrianp4-0/+27
for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.