diff options
Diffstat (limited to 'openjdk8/README')
-rw-r--r-- | openjdk8/README | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/openjdk8/README b/openjdk8/README index 1dfcb0fe7..bb586601e 100644 --- a/openjdk8/README +++ b/openjdk8/README @@ -1,15 +1,27 @@ NOTES: ===== -The following packages do not exist but might be nice to have: +* These are the links to the unversioned files: + +http://icedtea.wildebeest.org/download/drops/icedtea8/$icedtea_version/{corba,hotspot,jaxp,jaxws,langtools,nashorn,openjdk}.tar.xz +http://hg.mozilla.org/releases/mozilla-release/raw-file/$certdata_rev/security/nss/lib/ckfw/builtins/certdata.txt +http://ftp.netbsd.org/pub/pkgsrc/pkgsrc-$pkgsrc_quarter/pkgsrc/security/mozilla-rootcerts/files/mozilla-rootcerts.sh + + The mirrorred and versioned files are merely renamed to prevent signature mismatches and files + not being downloaded due to older, unversioned files stopping the correct file from being retrieved. + +* The following packages do not exist but might be nice to have: + pcsc-lite, lksctp-tools -(Actually, I have private ports for these, but need to determine if there is -any actual benefit from adding and depending on them). + + (Actually, I have private ports for these, but need to determine if there is + any actual benefit from adding and depending on them). + TODO: ==== -* Add script(s) for setting the java environment. +* Add script(s) for setting the java environment. Or, perhaps in a post-install? * Concider generic java packages that allow to have different java env installed and be able to switch between them via script: 'java-choose icedtea7' or |