Using serial port on Uno

Why not connect the GPS to two digital pins, and use NewSoftSerial to read the GPS?

Eventual plan is to make a datalogger / autopilot. Therefore I need to do stuff continuously, the old software serial would hang awaiting input. The website for NewSoftSerial is down at the moment but I would expect it to do the same?

Pete