added 1 changeset to branch 'refs/remotes/weinhold-github/pm-flat' old head: c1ef23b188f363e95cc320103df70793a6fb3097 new head: 403bb7a568488f266b917f84f82381d3a342f0f5 overview: https://github.com/weinhold/Haiku/compare/c1ef23b...403bb7a ---------------------------------------------------------------------------- 403bb7a: haiku package info: declare a few provided commands sh, awk, wget, etc. are currently provided by haiku.hpkg. Declare them accordingly, since they are already referenced by some HaikuPorts packates. For the generic ones ("sh", "awk") I've used version 0.0.0 for the time being; we may need to reconsider that. [ Ingo Weinhold <ingo_weinhold@xxxxxx> ] ---------------------------------------------------------------------------- Commit: 403bb7a568488f266b917f84f82381d3a342f0f5 Author: Ingo Weinhold <ingo_weinhold@xxxxxx> Date: Wed Mar 27 19:11:38 2013 UTC ---------------------------------------------------------------------------- 1 file changed, 5 insertions(+) src/data/package_infos/haiku | 5 +++++ ---------------------------------------------------------------------------- diff --git a/src/data/package_infos/haiku b/src/data/package_infos/haiku index a5f3aef..30a02e2 100644 --- a/src/data/package_infos/haiku +++ b/src/data/package_infos/haiku @@ -17,6 +17,11 @@ licenses { provides { haiku=R1-alpha3_pm-1 compat>=R1-alpha1 + cmd:awk=0.0.0 + cmd:sh=0.0.0 + cmd:unzip=5.50 + cmd:wget=0.0.0 + cmd:zip=2.32 } requires {