[csw-maintainers] An idea for a shared libraries policy
James Lee
james at opencsw.org
Tue Sep 28 11:00:14 CEST 2010
On 27/09/10, 18:32:01, Philip Brown <phil at bolthole.com> wrote regarding Re:
[csw-maintainers] An idea fo
> >> I did not see anything in the proposal that mentioned how to handle
> >> catalog naming; only svr4 package names.
> >
> >
> > Another old idea:
> >
> > packageName="CSW${softwareName}"
> > softwareName="${packageName#CSW}"
> The issue is not so much the alpha-part of the name, as the numeric part
> :-/
$ packageName=CSWlibpython26
$ softwareName="${packageName#CSW}"
$ echo ${softwareName}
libpython26
$ packageName="CSW${softwareName}"
$ echo ${packageName}
CSWlibpython26
$
... works with numbers.
James.
More information about the maintainers
mailing list