Re: [Pkgutil-users] patch to support non-standard VERSION entries
Status: Beta
Brought to you by:
bonivart
|
From: Dagobert M. <da...@op...> - 2010-07-26 14:13:45
|
Hi Peter, Am 26.07.2010 um 15:01 schrieb Peter Bonivart: > How about adding a script to the pkgutilplus package that unpacks a a > package, adds a REV-field and repacks it again? ;-) I am currently working on "pkgedit", which allows editing of every aspects of a package and repacking it as pristine as possible. However, this may not be necessary. It may be more feasible to have a simple mapfile which maps <pkg> <version> <rev> with the <rev> part be calculated by a customer-specific way (like invoking a script 'getpkgversion'). That way the packages could stay as they are but also the standard comparison could be used, it would just need to consider the mapfile on reading. Prefix-specific converters (like for VRTS) could be provided in a contrib/ directory. Best regards -- Dago |