Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-06 | Bump the PKGREVISIONs of all (638) packages that hardcode the locations | jlam | 1 | -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-13 | Turn PERL5_PACKLIST into a relative path instead of an absolute path. | jlam | 1 | -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-24 | Use HOMEPAGE that is not version-specific. | wiz | 1 | -2/+2 | |
2005-04-23 | - Add in sysutils CATEGORY | adrianp | 1 | -2/+2 | |
2005-04-23 | File::Remove::remove removes files and directories. It acts like /bin/rm, | adrianp | 4 | -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. |