bin/jinfo bin/jinfokey bin/jmakeinfo bin/jinstall-info bin/jtexindex bin/jtexi2dvi @unexec install-info --delete %D/info/info.info %D/info/dir @unexec install-info --delete %D/info/info-stnd.info %D/info/dir @unexec install-info --delete %D/info/texinfo %D/info/dir info/info.info info/texinfo info/texinfo-1 info/texinfo-2 info/texinfo-3 info/info-stnd.info @exec install-info %D/info/info.info %D/info/dir @exec install-info %D/info/texinfo %D/info/dir @exec install-info %D/info/info-stnd.info %D/info/dir share/texinfo/texinfo.cat share/texinfo/texinfo.dtd share/texinfo/texinfo.xsl %%TEXMFLOCAL%%/tex/generic/dvips/epsf.tex %%TEXMFLOCAL%%/tex/texinfo/texinfo.tex %%TEXMFLOCAL%%/tex/texinfo/txi-cs.tex %%TEXMFLOCAL%%/tex/texinfo/txi-de.tex %%TEXMFLOCAL%%/tex/texinfo/txi-no.tex %%TEXMFLOCAL%%/tex/texinfo/txi-ja.tex %%TEXMFLOCAL%%/tex/texinfo/txi-en.tex %%TEXMFLOCAL%%/tex/texinfo/txi-es.tex %%TEXMFLOCAL%%/tex/texinfo/txi-fr.tex %%TEXMFLOCAL%%/tex/texinfo/txi-it.tex %%TEXMFLOCAL%%/tex/texinfo/txi-nl.tex %%TEXMFLOCAL%%/tex/texinfo/txi-pl.tex %%TEXMFLOCAL%%/tex/texinfo/txi-pt.tex %%TEXMFLOCAL%%/tex/texinfo/txi-tr.tex %%TEXMFLOCAL%%/pdftex/plain/misc/pdfcolor.tex share/locale/de/LC_MESSAGES/texinfo.mo share/locale/fr/LC_MESSAGES/texinfo.mo share/locale/nl/LC_MESSAGES/texinfo.mo share/locale/no/LC_MESSAGES/texinfo.mo share/locale/cs/LC_MESSAGES/texinfo.mo share/locale/de_AT/LC_MESSAGES/texinfo.mo share/locale/eo/LC_MESSAGES/texinfo.mo share/locale/ru/LC_MESSAGES/texinfo.mo share/locale/da/LC_MESSAGES/texinfo.mo share/locale/he/LC_MESSAGES/texinfo.mo share/locale/hr/LC_MESSAGES/texinfo.mo share/locale/ja/LC_MESSAGES/texinfo.mo share/locale/nb/LC_MESSAGES/texinfo.mo share/locale/pl/LC_MESSAGES/texinfo.mo share/locale/ro/LC_MESSAGES/texinfo.mo share/locale/sv/LC_MESSAGES/texinfo.mo share/locale/tr/LC_MESSAGES/texinfo.mo share/locale/zh_CN/LC_MESSAGES/texinfo.mo share/locale/zh_TW/LC_MESSAGES/texinfo.mo @unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/cs 2>/dev/null || true @unexec rmdir %D/share/locale/de_AT/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/de_AT 2>/dev/null || true @unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/no 2>/dev/null || true @unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/pl 2>/dev/null || true @unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/ro 2>/dev/null || true @unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/no 2>/dev/null || true @unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true @unexec rmdir %D/%%TEXMFLOCAL%%/tex/generic/dvips 2>/dev/null || true @unexec rmdir %D/%%TEXMFLOCAL%%/pdftex/plain/misc 2>/dev/null || true @unexec rmdir %D/%%TEXMFLOCAL%%/pdftex/plain 2>/dev/null || true @unexec rmdir %D/%%TEXMFLOCAL%%/pdftex 2>/dev/null || true @unexec rmdir %D/share/texinfo 2>/dev/null || true g
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* . Enlist openjdk7 users as testers of ant 1.8.3.glewis2012-05-072-3/+3
|
* . Make as IGNORE now that eclipse is updated to 3.7.1.glewis2012-05-061-0/+2
|
* . Update to 3.7.1.glewis2012-05-068-457/+751
|
* . Add a POLICY option to install the unlimited strength policy files andglewis2012-05-041-1/+7
| | | | | | | default it to on since I can't imagine why anyone would deliberately want the limited strength versions given a choice. Cribbed from java/openjdk6
* . Fix the look up of time zone data when TZUPDATE is turned on and as aglewis2012-05-022-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result turn it on by default again. This change bears a little more explanation. In UnixFileSystem.java there is a cache of canonical paths and in particular one for paths inside java.home. The problem with looking up time zone data is that if another path within java.home has been looked up then the symlink for the time zone data is not resolved (since the cache assumes there are no symlinks in java.home) and we fail to be able to open the ZoneInfoMapping file. One of the other features in UnixFileSystem is that the cache is not consulted and full resolution occurs for paths containing "." or "..". I've chosen to (ab)use this to force resolution of the time zone data directory in ZoneInfoFile.java rather than doing something like IcedTea did which was to introduce a tz.properties file where they would stash the time zone info directory rather than symlinking it in. For full reference that patch is here: http://icedtea.classpath.org/hg/icedtea6/file/tip/patches/use-system-tzdata.patch There are two main reasons I chose a bit of a hack rather than something like this. 1. I want to apply the patch to non-GPL'ed code (e.g. the jdk16 port). 2. Using updated time zone data is only an option in the port and using something like tz.properties when the option is off is clunky. Thanks to avg@ for sleuth work on finding the bug write up and the IcedTea fix.
* The Oracle Java 7 Runtime Environment for Linux.jkim2012-05-027-0/+948
| | | | WWW: http://www.oracle.com/us/technologies/java/index.html
* - Update to 6u32.jkim2012-05-023-4/+4
| | | | - Recommend OpenJDK6 instead of the deprecated JRL-licensed port.
* Recommend OpenJDK6 instead of the deprecated JRL-licensed port.jkim2012-05-021-1/+1
|
* - Update to 6u32.jkim2012-05-023-2175/+2194
| | | | - Add an option to install demos and samples. Turned on by default.
* Add an option to install demos and samples. Turned off by default.jkim2012-05-023-0/+1447
|
* . Update to 7u4.glewis2012-05-013-21/+15
|
* . Update to 6u31.glewis2012-05-012-4/+3
|
* Update to 1.4.0arved2012-04-302-3/+3
|
* . Update to 3.7.1.glewis2012-04-227-1003/+430
| | | | Submitted by: tg@
* . Turn the TZUPDATE option off by default until I can figure out how thatglewis2012-04-201-2/+2
| | | | breaks the Eclipse build.
* . Update to 7u3.glewis2012-04-192-3/+3
|
* . Update to 7 Update 3. Since there was no separate source bundle releasedglewis2012-04-192-2/+4329
| | | | | this is done with an additional patch instead of updating the source bundle being used and the associated patch set.
* - deprecate: depends on java/sun-wtkak2012-04-181-0/+3
| | | | Approved by: eadler (mentor)
* - fix explicit use of unzipak2012-04-181-1/+4
| | | | | | - deprecate: no more public distfiles, merged with Java ME SDK 3.0 upstream Approved by: eadler (mentor)
* . Remove jbootstrap (was used to bootstrap jdk13, which is long gone).glewis2012-04-165-50/+0
|
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-163-498/+426
| | | | rather than relying on the official time zone updater.
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-163-498/+426
| | | | rather than relying on the official time zone updater.
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-162-19/+5
| | | | rather than relying on the official time zone updater.
* . Use the new java-zoneinfo port to provide updated time zone info.glewis2012-04-151-0/+15
|
* . Use the new java-zoneinfo port to provide updated time zone info.glewis2012-04-131-3/+14
|
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-132-19/+5
| | | | rather than relying on the official time zone updater.
* - Add desktop entrygahr2012-04-121-0/+7
| | | | | PR: 166785 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* . Switch to the new java-zoneinfo port to provide updated time zone infoglewis2012-04-116-986/+918
| | | | rather than relying on the official time zone updater.
* . Update to 2012c.glewis2012-04-042-3/+3
| | | | Feature safe: yes
* . Add a port that supplies updated zoneinfo files in the format expected byglewis2012-03-315-0/+502
| | | | | | | | the JDK/JRE ports. This will make keeping up to date with new timezone data easier and prevent all the JDK/JRE ports needing to be updated regularly whenever a new TZUpdater is released by Oracle. Feature safe: yes
* Update to 1.4.5 release.ale2012-03-262-3/+3
| | | | Feature safe: yes
* - java 1.6+ is requiredjgh2012-03-252-2/+3
| | | | | | | - bump PORTREVISION Submitted by: glewis@ (via email) Feature safe: yes
* - Rename jar based on versionjgh2012-03-212-5/+6
| | | | | | | | - Tweak ecj.sh to handle version and compilation - bump PORTREVISION Submitted by: jkim@, glewis@, pitpalme+unix@gmail.com (emails) Feature safe: yes
* Add new port: java/eclipse-ecjjgh2012-03-205-0/+50
| | | | | | | | | | An incremental Java compiler. Implemented as an Eclipse builder, it is based on technology evolved from VisualAge for Java compiler. In particular, it allows to run and debug code which still contains unresolved errors. WWW: http://www.eclipse.org/ Feature safe: yes
* Fix build with OpenJDK7 and add LICENSE.ale2012-03-131-2/+7
| | | | | | PR: ports/165774 Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> Feature safe: yes
* - Update to 7.1.1gahr2012-03-123-30/+28
| | | | | | Release notes: http://netbeans.org/community/releases/71/relnotes.html Feature safe: yes
* Update download URL since Sun Download Center was decommissioned and does nocs2012-03-071-1/+1
| | | | | | | | redirection. PR: ports/165689 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> Approved by: glarkin@ (mentor, implicit)
* . Use the latest cacerts file from the official Oracle distribution ofglewis2012-03-061-0/+0
| | | | Update 2.
* . Update to OpenJDK 7 Update 2.glewis2012-03-063-2453/+1604
|
* Fix javaws launcher. This shell script now uses bash extensions.jkim2012-03-062-4/+15
|
* Update to 1.2.jkim2012-03-063-25/+50
|
* Remove quotes from BROKEN and IGNORE as they are not requiredeadler2012-02-261-1/+1
| | | | Approved by: maintainer timeout
* Add extra repositorycrees2012-02-242-2/+38
| | | | | PR: ports/155547 Approved by: maintainer timeout
* Prevent to add @dirrm entries begining with a /bapt2012-02-231-1/+1
| | | | Approved by: maintainer timeout (>5weeks)
* Fix multiple security vulnerabilities.jkim2012-02-182-1/+786
| | | | | | | | | | | | | CVE-2011-3563: Fix issues in java sound CVE-2011-3571: Fix in AtomicReferenceArray CVE-2011-5035: Add property to limit number of request headers to the HTTP Server CVE-2012-0501: Better input parameter checking in zip file processing CVE-2012-0502: Issues with some KeyboardFocusManager method CVE-2012-0503: Issues with TimeZone class CVE-2012-0505: Enhance exception throwing mechanism in ObjectStreamClass CVE-2012-0506: Issues with some method in corba Obtained from: IcedTea Project
* - Mark as IGNORE. No development version is available right now.gahr2012-02-171-1/+1
|
* - Update to 7.1gahr2012-02-173-594/+488
| | | | Release notes: http://netbeans.org/community/news/show/1549.html
* . Make EXTRACT_DEPENDS check UNZIP_CMD rather than just unzip, since thisglewis2012-02-124-4/+4
| | | | | | | | is what we use doing the actual unzipping. Fixes the build for FreeBSD 9. PR: 164847 Submitted by: Kukushkin Konstantin <dark@rambler-co.ru>
* . Add a port of Oracle Linux JDK 7.glewis2012-02-057-0/+1610
|
* Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256crees2012-01-291-2/+2
| | | | | | and SIZE from eclipse-devel Submitted by: Matthew Seaman (m.seaman@infracaninophile.co.uk)
* . Fix a crash when opening the internal web browser.glewis2012-01-292-1/+24
| | | | | PR: 164554 Submitted by: Jimmy Kelley <jimmy.kelley@charter.net>
* - Mark BROKEN: RESTRICTED, and URL for manual download is deadpav2012-01-221-0/+2
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* Update to 1.3.8arved2012-01-192-3/+3
| | | | | PR: 163382 Submitted by: pgollucci
* - Update stale download urljgh2012-01-171-1/+1
| | | | | Submitted by: Tim X <tmvfroid at gmail.com> Approved by: crees,rene (mentors,implicit)
* - Fix plist after previous commitpav2012-01-161-0/+1
| | | | | Reported by: pointyhat Pointy hat to: gahr
* . Update to Update 30.glewis2012-01-163-7/+9
|
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-142-2/+2
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Add variable JDK_UPDATE_VERSION for java to 30 (current Oracle release of ↵jgh2012-01-141-2/+4
| | | | | | | | | | | JDK 6) This is largely done for java detection for browser compatibility Please update UPDATE_VERSION for new releases PR: ports/163916 Submitted by: Denny Lin <dennylin93 at hs.ntnu.edu.tw> Approved by: glewis, (rene, crees) (mentors,implicit)
* - Replace hsearch_r from GNU libc with Berkeley DB from our libc.jkim2012-01-132-302/+169
| | | | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f19d23da7c3e http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33 http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/f1a18ada5853 - Fix POLICY option. It was silently enabled by default with b19 update.
* Update to 1.6 release.ale2012-01-103-3/+14
|
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-095-5/+5
| | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
* Repeated words are are hard to to find sometimes.eadler2012-01-08