I2c on other Pins?

Hi,

i would like too hook up a Sensor with i2C protocol to an Arduino Due, using different ports than the standard hardware pins. i also do not want to use the second i2C port of the sam-chip but i want to assign a different pair of free pins. there is a software i2c lbrary (SoftI2CMaster) out htere, but it only works with AVR chip, not with the Arduino Due. Does anybody know if there is a working version for the Due, or any other workaround? thanks a lot!

May I ask why you want to use different pins? It doesn't sound like a good idea to use a software emulation on a chip that has two hardware interfaces.