From: Bryan G. <bry...@hp...> - 2009-05-18 17:38:30
|
FYI, On Thu, Mar 12, 2009 at 12:57:14PM +0000, Gartner, Bryan W wrote: > But as a follow-on to this to thread (and for our 4.3 development), > I have taken an RFC-ish stab (albeit certainly not completely thought > through nor implemented) at a new format for our distmap file to > accomplish this. At a minimum, we'd need some perl code/library > to parse (and maybe even create entries), which we could hopefully > re-use for some other related projects. Okay, so vastly redone, as usually happens when you actually have to implement it. For now, I've taken a stab at: DistMap.pm # three modules parser - simple reader dump - simple output format stack - create a simple perl stack/list from least specific to most specific, with all the AKA (also known as) DistMap.cf # example configuration file, with formatting comments distmap.pl # simple caller that demonstrates the three modules These are checked into SystemDesigner-contrib for your further review and feedback. bryang |