summaryrefslogtreecommitdiff
blob: f74067e046cdcaea54a932f15978661a0f5894cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<maintainer>
  <email>gnu_andrew@member.fsf.org</email>
  <name>Andrew John Hughes</name>
  <description>Proxy Maintainer</description>
</maintainer>
<maintainer>
  <email>caster@gentoo.org</email>
  <name>Vlastimil Babka</name>
  <description>Committer (CC me)</description>
</maintainer>
<longdescription>The IcedTea project provides a harness to build the source code from OpenJDK (http://openjdk.java.net) using Free Software build tools along with additional tools such as a browser plugin and Web Start support via NetX. </longdescription>
<use>
  <flag name="cacao">Use the CACAO virtual machine instead of HotSpot on x86, amd64 or SPARC architectures.</flag>
  <flag name="hs20">Use the new version of HotSpot (20).</flag>
  <flag name="jamvm">Use the JamVM virtual machine instead of HotSpot.</flag>
  <flag name="nio2">Enable backport of NIO2 to OpenJDK6.</flag>
  <flag name="nss">Enable NSS security provider support.</flag>
  <flag name="nsplugin">Enable browser plugin (NPPlugin), requires also the webstart flag to be enabled.</flag>
<!--  <flag name="shark">Enable Shark JIT support</flag> -->
  <flag name="systemtap">Enable SystemTap probes in HotSpot.</flag>
  <flag name="webstart">Enable Web Start support (via NetX).</flag>
  <flag name="xrender">Enable support for using XRender with the AWT libraries.</flag>
  <flag name="zero">Enable the zero assembler port of HotSpot.</flag>
</use>
</pkgmetadata>