There are several terminal commands to retrieve the numerical / abbreviated Model Identifier for Mac hardware.
sysctl hw.modelsystem_profiler SPHardwareDataType
These dump a string with the hardware name and x,y versioning. Currently we have to maintain a table to convert these identifiers into the full english machine description.
Is there an API, or better a command line tool that can produce the more human friendly names that match Apple's documentation MacBook Pro 15-inch, Mid 2009 instead of the more abbreviated MacBookPro5,3 Model Identifier?
Quite simply, how does System Profiler get the nice full names of Macs and can I exploit that information systematically via script or program?