summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to 7u111.Greg Lewis2016-08-203-1767/+2054
| | | | Notes: svn path=/head/; revision=420530
* java/intellij-pycharm: Update to version 2016.2.1.Boris Samorodov2016-08-182-4/+4
| | | | Notes: svn path=/head/; revision=420388
* - Fix build when CC contains "/".Jung-uk Kim2016-08-041-2/+2
| | | | | | | - Fix license. Notes: svn path=/head/; revision=419663
* java/phpeclipse: Remove redundant dependency on unzipJohn Marino2016-08-041-1/+0
| | | | | | | | | | | | | | A dependency on unzip will never be registered since unzip is available on all supported platforms (since FreeBSD 8.0). Note that it's pulled in by a non-default option. In this particular case, USES=zip:infozip is set, so unzip is pulled in anyway through this mechanism (so explicit callout is still redundant) Approved by: infrastructure blanket (removal of redundant deps) Notes: svn path=/head/; revision=419591
* More typosBaptiste Daroussin2016-07-312-2/+2
| | | | Notes: svn path=/head/; revision=419370
* Fix typoBaptiste Daroussin2016-07-311-2/+2
| | | | Notes: svn path=/head/; revision=419369
* Use the new @javavmBaptiste Daroussin2016-07-315-21/+7
| | | | Notes: svn path=/head/; revision=419367
* Remove the deinstall script that appears to be deleting all the temporary filesBaptiste Daroussin2016-07-313-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | created by pkg(8) during upgrades It happens because the deinstall script tries to clean up the potential manual VM registration by cleaning out all symlinks to bin/javavm Given all VM are registring/unregistering themselves this part is not needed The other thing the script was doing handling the configuration which has been replaced by @sample. pkg-install has been modified to drop the handling of the configuration file but keep the auto registration if all VM found. While this part is not necessary as well, we keep it because otherwise anyone doing delete/install on javavmwapper version 2.5 being the installed version would end up with all VM unregistered. The pkg-install should be removed after EOL of FreeBSD 10.3 PR: 210313 MFH: 2016Q3 Notes: svn path=/head/; revision=419364
* . Update to 8u102.Greg Lewis2016-07-305-1607/+620
| | | | Notes: svn path=/head/; revision=419318
* Version 1.54 of the Bouncy Castle Crypto APIs.Vsevolod Stakhov2016-07-295-0/+100
| | | | | | | | | | | | | | | | | | | The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and this new port is based on java/bouncycastle. Newer versions are not API-compatible with that older one. Some say they should be given 2.x version numbers. So, this new version comes as distinct port java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep old API version available. This is neccessary dependency for other port updates, e.g. newer version of iText PDF (devel/itext) requires new API of modern Bouncy Castle versions. PR: 211316 Submitted by: Eugen Grosbein <eugen=at=grosbein.net> Notes: svn path=/head/; revision=419237
* java/java-checkstyle: Update version 6.19=>7.0Muhammad Moinur Rahman2016-07-282-4/+4
| | | | Notes: svn path=/head/; revision=419217
* . Update to 8u102.Greg Lewis2016-07-233-3/+6
| | | | Notes: svn path=/head/; revision=418974
* . Update to 8u102.Greg Lewis2016-07-233-5/+8
| | | | Notes: svn path=/head/; revision=418972
* . Update to 2016fGreg Lewis2016-07-232-3/+3
| | | | Notes: svn path=/head/; revision=418969
* java/intellij-pycharm: Update to version 2016.2.Boris Samorodov2016-07-223-71/+61
| | | | Notes: svn path=/head/; revision=418918
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-194-10/+3
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove expired port:Rene Ladan2016-07-178-2047/+0
| | | | | | | 2016-07-15 java/wildfly82: Fully EOL when version 10.0 was released Notes: svn path=/head/; revision=418674
* java/intellij: update and add a commentBoris Samorodov2016-07-134-41/+61
| | | | | | | | | | | | . update to version 2016.2; [1] . add comment about git integration and symlinks of homedir. [2] PR: 211044 [1] Submitted by: sergey.v.brunov@gmail.com [1], volothamp@gmail.com (by e-mail) [2] Notes: svn path=/head/; revision=418471
* java/openjfx8-devel: Unbreak build after Gradle updateKurt Jaeger2016-07-102-2/+10
| | | | | | | | | | | - fix the build after recent update to Gradle 2.12. PR: 208470 MFH: 2016Q3 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Notes: svn path=/head/; revision=418313
* Add an explicit include of <unistd.h>, which is required onMikhail Teterin2016-07-032-2/+3
| | | | | | | | | | some of our releases. Change to avoid building the useless static libJXGrabKey.a (we weren't installing). Reported by: pkg-fallout Notes: svn path=/head/; revision=417955
* Add port of JXGrabKey -- a Java library for working with X11Mikhail Teterin2016-06-307-0/+97
| | | | | | | keys. Notes: svn path=/head/; revision=417813
* New port: java/aparapiKurt Jaeger2016-06-269-0/+243
| | | | | | | | | | | | | | | | | aparapi is an open source API for expressing data parallel workflows in Java. Originally an AMD product, Aparapi was released to open source on September 14, 2011. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java# bytecode of compatible workloads into OpenCL# so that it can be executed on a variety of GPU devices. WWW: https://github.com/aparapi/aparapi PR: 204024 Submitted by: dieterich@ogolem.org Notes: svn path=/head/; revision=417519
* With the power of USES=dos2unix, get rid of most patches and filesMathieu Arnold2016-06-204-23/+26
| | | | | | | | | | | | | with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=417166
* . Regenerate patch-bsd and patch-bsd-test. This obsoletes another patchGreg Lewis2016-06-183-2232/+1574
| | | | | | | and should also fix ppc64 support. Notes: svn path=/head/; revision=417048
* . Fix a double free bug. This is pulled from upstream.Greg Lewis2016-06-162-1/+53
| | | | | | | | | | . Bump PORTREVISION. PR: 210226 Submitted by: girgen@ Notes: svn path=/head/; revision=416952
* Unbreak arm.Jung-uk Kim2016-06-134-10/+63
| | | | | | | | | | | | - Remove armv6hf because it is default now. - Merge a HotSpot fix from src/os_cpu/linux_zero/vm/os_linux_zero.cpp. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c6ef40024aa2 - Add an upstream patch to unbreak Zero. http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8f58998958ca - Extend PR209599 to cover arm platforms. Notes: svn path=/head/; revision=416839
* . Handle unsafe operations that access invalid memory more gracefully.Greg Lewis2016-06-132-0/+15
| | | | | | | | | | . Bump PORTREVISION for this fix. PR: 209599 Submitted by: Andrew Smith <iamasmith.home@gmail.com> Notes: svn path=/head/; revision=416828
* . Use poll() rather than select() on BSD to avoid crashes during networkGreg Lewis2016-06-122-0/+86
| | | | | | | | | | | timeouts. This is forwarded ported from OpenJDK 7. . Bump PORTREVISION for this fix. PR: 210191 Submitted by: Andrew Smith <iamasmith.home@gmail.com> Notes: svn path=/head/; revision=416826
* Handle unsafe operations that access invalid memory more gracefullyGreg Lewis2016-06-121-0/+14
| | | | | | | | PR: 209599 Submitted by: Andrew Smith <iamasmith.home@gmail.com> Notes: svn path=/head/; revision=416825
* java/java-checkstyle: Update version 6.3=>6.19Muhammad Moinur Rahman2016-06-122-5/+10
| | | | | | | | - Mark NO_ARCH - Convert to OPTIONSNG based do-install Notes: svn path=/head/; revision=416783
* java/intellij: Update to version 2016.1.3.Boris Samorodov2016-06-102-5/+5
| | | | Notes: svn path=/head/; revision=416672
* Remove expired ports:Rene Ladan2016-06-024-30/+0
| | | | | | | | | | 2016-06-02 java/rubygem-rjb: fails to create JVM devel/rubygem-atoulme-antwrap: depends on java/rubygem-rjb [1] Approved by: arved [1] Notes: svn path=/head/; revision=416275
* java/intellij-pycharm: Update to version 2016.1.4.Boris Samorodov2016-05-272-3/+4
| | | | Notes: svn path=/head/; revision=415930
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-232-2/+2
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-234-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* . Update to 7u101Greg Lewis2016-05-213-2016/+1054
| | | | Notes: svn path=/head/; revision=415601
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-192-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-1921-38/+38
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* . Update to 8u92.Greg Lewis2016-05-176-3382/+6995
| | | | Notes: svn path=/head/; revision=415373
* IntelliJ PyCharm is an advanced IDE developed by JetBrains andBoris Samorodov2016-05-168-0/+1269
| | | | | | | | | | | | focused on developer productivity. PyCharm provides smart code completion, code inspections, on-the-fly error highlighting and quick-fixes, along with automated code refactorings and rich navigation capabilities. WWW: http://www.jetbrains.com/pycharm/ Notes: svn path=/head/; revision=415367
* java/intellij: Update to version 2016.1.2b.Boris Samorodov2016-05-162-4/+5
| | | | Notes: svn path=/head/; revision=415365
* java/intellij: update to version 2016.1.2, take maintainership.Boris Samorodov2016-05-163-114/+148
| | | | | | | | | PR: 209541 Submitted by: bsam (me) Approved by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=415358
* java/intellij-pty4: A new version of IntelliJ IDEA (pending commit)Boris Samorodov2016-05-161-3/+1
| | | | | | | | | | | uses pty4j-0.6.jar which seems to include FreeBSD support. Do not install pty4j-0.5.jar, install only the native component of pty4j. PR: 209552 Submitted by: bsam (me) Approved by: Tobias Kortkamp <t@tobik.me> (maintainer) Notes: svn path=/head/; revision=415356
* Remove expired ports:Rene Ladan2016-05-096-776/+0
| | | | | | | | 2016-02-29 java/linux-sun-jre17: Unsupported and known for multiple security vulnerabilities 2016-04-13 deskutils/gnustep-notebook: Does not fetch Notes: svn path=/head/; revision=414893
* Update to b39.Jung-uk Kim2016-05-063-16/+30
| | | | | | | MFH: 2016Q2 Notes: svn path=/head/; revision=414705
* Drop maintainership, mark IGNORE and set EXPIRATION_DATETilman Keskinoz2016-05-021-1/+5
| | | | | | | Sometime in the last year module stopped to work. Notes: svn path=/head/; revision=414451
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* Remove expired port:Rene Ladan2016-04-246-3229/+0
| | | | | | | | | 2016-02-29 java/linux-sun-jdk17: Unsupported and known for multiple security vulnerabilities Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413939
* . Update to 8u92Greg Lewis2016-04-232-3/+3
| | | | Notes: svn path=/head/; revision=413802