On 27/09/10, 18:32:01, Philip Brown <[email protected]> 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.
_______________________________________________
maintainers mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/maintainers
.:: This mailing list's archive is public. ::.