Allow package names that have a + (plus sign) or . (period) in them
Created by: BrianOtto
I have updated the regex in ./pmbootstrap.py init
to allow package names that contain a + or . character.
e.g. Extra packages [none]: g++,cmake,gtk+2.0-dev,git
Please see #548 (closed) for further details.