Please do not send mail asking about the availability of other ports. As ports are made available they will be announced on our web pages, and in the java-announce mailing list (see our mailing list page for more info).
However, there are a number of reasons why making the sources available is a good idea: It allows educational and nonprofit institutions to learn about how the system works, it allows companies whose policies don't allow them to import binaries from the network to inspect, build, and use Java, and it enables people to port Java to different platforms for internal use. It also allows people to search for security loopholes.
If you are interested in learning about other ports, you should check the current state of other porting efforts on the porting page and consider joining the java-porting mailing list (see our mailing list page).
Again, the actual source license agreement is the final statement on licensing and distribution.
For example, most of the Java system is common code that should not need modification as part of a port or extension. You shouldn't have reason to distribute such common code to someone who already has a source release. The code that you are likely to change in collaborative pursuit of a port is a smallish subset of all the sources. For someone without a full source release to use it with, such code doesn't have much value.
There are also good technical reasons for maintaining some control over the evolution of the language and runtime system.