2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-03-27 22:49:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.09:
2.09 Sun Mar 13 9:17 PM GMT 2005
- Fix for incorrect formatting of 'D...' time done at end
2.08 Sat Mar 12 11:47 AM GMT 2005
- Add remove option
- Add patch to account for weird terminal sizing under Windoze
(thanks to Andrew Peters for the patch).
2.07 Sun Mar 6 1:31 PM GMT 2005
- Correct handling of non-term mode to output stats but no PB
- Print time taken to complete in ETA mode when Done
- Add use of 'name' to example in 'new' doc
- Add doc of use of minor characters to description
- Add doc. for name value to new
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2005-02-19 21:34:38 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Make version number sane.
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-10-20 18:56:47 by Adrian Portelli | Files touched by this commit (4) |  |
Log message:
A progress bar for things that take a while. It looks like
50% [===== ]
and is as long as the terminal. Linear estimation of the time left for
the process to run is available.
|