summaryrefslogtreecommitdiff
path: root/sysutils/p5-File-Remove
AgeCommit message (Collapse)AuthorFilesLines
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.