|
From: David B. <Dav...@mo...> - 2006-08-21 16:43:45
|
S=C3=B8ren Hauberg wrote:
>Okay, I think I understand! I never thought that it would be that
>important to have stuff like this in the package manager. I just
>figured, that we would have some scripts to aid the package developer.
>
>You suggested that the package developer creates a file that contains
>lines like this
> gf glu
>which is converted into a file that contains
> autoload ("glu", which ("gf"));
>Personaly, I don't see the great win about this. Why not simply let the
>developer create the PKG_ADD file? We can provide scripts that can
>extract
> ## PKG_ADD: XXX
>comments from .m and .cc files to aid the developer.
>
> =20
>
Ok, this makes sense, and I'd propose something like the attached patch
to address this. Though this needs further testing, it seems to work for
the test case I've used based on the comms toolbox. Basically, this
means that symbolic links should be handled by the developer either
embedded in the code or as a seperate PKG_ADD file that is appended to
the end of the PKG_ADD commands found in the source.
>I don't see an easy way of integrating things like this in the package
>manager, simply because I don't think it is the job of the package
>manager, but the job of the package developer. I'll be happy to
>implement changes in the package manager, but I'll need to be told what
>to implement :-)
> =20
>
Can you check what I supplied?
D.
>S=C3=B8ren
> =20
>
--=20
David Bateman Dav...@mo...
Motorola Labs - Paris +33 1 69 35 48 04 (Ph)=20
Parc Les Algorithmes, Commune de St Aubin +33 6 72 01 06 33 (Mob)=20
91193 Gif-Sur-Yvette FRANCE +33 1 69 35 77 01 (Fax)=20
The information contained in this communication has been classified as:=20
[x] General Business Information=20
[ ] Motorola Internal Use Only=20
[ ] Motorola Confidential Proprietary
|