Just since this came up first on the EzPort search, I thought I'd add that you can load StickOS to any one of a number of Freescale DEMO boards and turn the board into a simple EzPort programmer... From another post...
You can install StickOS on one device (http://www.cpustick.com/downloads.htm), and then wire up its SPI lines to the other device (http://www.cpustick.com/stickos.htm#_Toc294447719) and then you can log into StickOS via a terminal emulator and first set the pins as you have wired them with the "pins" command, and then use the "download <n>" command, where <n> is the target device system clock in Hz (typically 8000000 after reset and before running code, but it depends on how you have CLKMOD* wired). Then paste the S19 file into the terminal emulator and it will reset the target, put it into EzPort mode, and download the file.
You can also see all the code to do this in the skeleton project at the bottom of the downloads page. Full documentation on StickOS is also on the downloads page, or here: http://www.cpustick.com/stickos.htm
Feel free to e-mail if you have questions.
-- Rich (rich@testardi.com)