2011-08-12 14:13:52 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Revision bump after updating perl to 5.14.1
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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-05-20 20:11:39 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
update to 0.64
changes: bugfixes
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
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-06-01 21:35:36 by David Brownlee | Files touched by this commit (1) |
Log message:
Set PKG_DESTDIR_SUPPORT=user-destdir & USE_LANGUAGES=# empty
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-04-14 20:08:01 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.63 (required by the upcoming dvd::rip).
Features:
- Improved output layout of Event::ExecFlow::Term.
- Event::ExecFlow::Frontend::Term->set_quiet(1)
will print just warning and error messages.
- Added method Event::ExecFlow::Job->reset()
Bugfixes:
- Increase group progress on child finish only when
it was successful.
- Group considered itself finished even when a child
job didn't finish successfully (cancelled or error).
|
2006-08-24 10:35:00 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Add p5-Event-ExecFlow-0.62:
Event::ExecFlow offers a high level API to declare jobs, which mainly
execute external commands, parse their output to get progress or other
status information, triggers actions when the command has been finished
etc. Such jobs can be chained together in a recursive fashion to fulfill
rather complex tasks which consist of many jobs.
|