summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* . Update to 8u92Greg Lewis2016-04-232-5/+5
| | | | Notes: svn path=/head/; revision=413801
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* . Update to 2016d.Greg Lewis2016-04-203-3/+5
| | | | Notes: svn path=/head/; revision=413672
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'Alexey Dokuchaev2016-04-161-1/+0
| | | | | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby. Notes: svn path=/head/; revision=413438
* USE_RC_SUBR=yes has not done anything for a long time, remove it fromMathieu Arnold2016-04-141-1/+0
| | | | | | | | | the few remaining ports and make it give an error. Sponsored by: Absolight Notes: svn path=/head/; revision=413252
* Point WWW link to the archived home page of the project due to theGuido Falsi2016-04-131-1/+1
| | | | | | | | | | site being unavailable otherwise. PR: 208781 Submitted by: Lapo Luchini <lapo at lapo.it> (maintainer) Notes: svn path=/head/; revision=413215
* - Mark BROKEN, does not build:Dmitry Marakasov2016-04-121-0/+2
| | | | | | | | | | | | :buildSrc:compileGroovynet.rubygrapefruit.platform.NativeException: Failed to load native library 'libnative-platform.so' for FreeBSD amd64. ... Caused by: java.lang.UnsatisfiedLinkError: /wrkdirs/usr/ports/java/openjfx8-devel/work/dot-gradle/native/19/freebsd-amd64/libnative-platform.so: Shared object "libstdc++.so.6" not found, required by "libnative-platform.so" Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=413119
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-0146-125/+125
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* . Update to 8u77.Greg Lewis2016-03-272-3/+9
| | | | Notes: svn path=/head/; revision=412020
* java/wildfly100: update to 10.0.0.FinalJason Unovitch2016-03-274-263/+295
| | | | | | | | | | - Also update rc script to set correct permissions PR: 208310 Submitted by: yerenkow@gmail.com (maintainer) Notes: svn path=/head/; revision=411975
* . Update to 8u77Greg Lewis2016-03-262-3/+3
| | | | Notes: svn path=/head/; revision=411963
* . Update to 8u77.Greg Lewis2016-03-262-5/+5
| | | | Notes: svn path=/head/; revision=411962
* java/openjfx8-devel: create portSteve Wills2016-03-208-0/+174
| | | | | | | | | | | | | | | OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. WWW: http://openjdk.java.net/projects/openjfx/ PR: 207566 Submitted by: Tobias Kortkamp <t@tobik.me> Notes: svn path=/head/; revision=411524
* Reset MAINTAINER to ports@. Maintainer doesn't use this port any more.Cy Schubert2016-03-171-1/+1
| | | | | | | Requested by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=411301
* . Update to 2016b.Greg Lewis2016-03-173-5/+6
| | | | Notes: svn path=/head/; revision=411250
* Update to 4.5.2.Vanilla I. Shu2016-03-124-20/+20
| | | | | | | | PR: 207863 Submitted by: maintainer Notes: svn path=/head/; revision=410878
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-113-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=410825
* java/intellij: 15.0.3 -> 15.0.4Kurt Jaeger2016-02-2712-84/+167
| | | | | | | | | | | | | | | | | | | | | | | - Thanks to Jiri B <jirib@devio.us> and Roman Shevchenko [1] for contributing a libinotify-based replacement for IntelliJ's fsnotifier. IntelliJ now has native (faster) file notification support on FreeBSD (and OpenBSD). - Because of remaining problems with watching large trees with libinotify [2], fsnotifier is still disabled by default. - fsnotifier and native pty4j support need to be compiled. In the interest of reducing port complexity, the building of pty support and fsnotifier is moved to separate ports: - java/intellij-pty4j - java/intellij-fsnotifier [1] https://youtrack.jetbrains.com/issue/IDEA-151815 [2] https://github.com/dmatveev/libinotify-kqueue/pull/34 PR: 207474 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Notes: svn path=/head/; revision=409684
* New port: java/jd-guiKurt Jaeger2016-02-196-0/+67
| | | | | | | | | | | | | | | | | The Java Decompiler project aims to develop tools in order to decompile and analyze Java 5 byte code and later versions. JD-GUI is a standalone graphical utility that displays Java source codes of .class files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields. WWW: http://jd.benow.ca/ PR: 206488 Submitted by: Tobias Kortkamp <t@tobik.med> Notes: svn path=/head/; revision=409155
* Update to 1.6.2.Jung-uk Kim2016-02-1113-4786/+216
| | | | Notes: svn path=/head/; revision=408704
* java/intellij: 15.0.1 -> 15.0.3Kurt Jaeger2016-02-115-17/+67
| | | | | | | | | | | | | - make it clearer that this the community edition - disable missing file watcher warning on startup - install to ${PREFIX}/${PORTNAME} instead of to ${PREFIX}/lib/intellij - adds the ability to open terminals in IntelliJ PR: 206489 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Notes: svn path=/head/; revision=408694
* Update to 8u74.Jung-uk Kim2016-02-112-3/+3
| | | | | | | PR: 207076 Notes: svn path=/head/; revision=408671
* Update to 8u74.Jung-uk Kim2016-02-112-5/+5
| | | | | | | PR: 207077 Notes: svn path=/head/; revision=408670
* - Disable ccache for this port: it fails to build by not respecting the ↵Dmitry Marakasov2016-02-041-0/+2
| | | | | | | | | | | environment: [cc] ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied Approved by: portmgr blanket Notes: svn path=/head/; revision=408079
* . Update to 7u95.Greg Lewis2016-02-033-882/+1923
| | | | Notes: svn path=/head/; revision=407937
* Remove expired ports:Rene Ladan2016-02-0115-4070/+0
| | | | | | | | | | | | 2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR 2016-01-31 www/py-django17: End of extended support: December 1, 2015 2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31 October 2015. Please update to the current version. 2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released 2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released 2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead Notes: svn path=/head/; revision=407773
* . Update to 8u72.Greg Lewis2016-01-318-7856/+973
| | | | Notes: svn path=/head/; revision=407661
* Unbreak on head, the issue was fixed in base r294936Antoine Brodin2016-01-301-1/+0
| | | | Notes: svn path=/head/; revision=407549
* java/dbvis: 9.1.6 -> 9.2.14Kurt Jaeger2016-01-292-5/+5
| | | | | | | | | | | | | - Changes: http://www.dbvis.com/doc/relnotes/ - now works with openjdk8 PR: 206278 Submitted by: Hadi Rezaee <h.rezaee@ideatech.io> Approved by: jim@ohlste.in (maintainer timeout) Notes: svn path=/head/; revision=407453
* Mark deprecated and set expiration.Jung-uk Kim2016-01-262-2/+4
| | | | Notes: svn path=/head/; revision=407288
* . Update to 2015g.Greg Lewis2016-01-263-3/+4
| | | | Notes: svn path=/head/; revision=407263
* Mark forbidden. Oracle Java SE 7 has reached end-of-life status and it hasJung-uk Kim2016-01-262-0/+4
| | | | | | | | | | | multiple security vulnerabilities. http://www.oracle.com/technetwork/java/eol-135779.html MFH: 2016Q1 Notes: svn path=/head/; revision=407248
* Update to 8u72.Jung-uk Kim2016-01-253-3/+5
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=407247
* Update to 8u72.Jung-uk Kim2016-01-253-5/+7
| | | | | | | MFH: 2016Q1 Notes: svn path=/head/; revision=407246
* - Update to b38.Jung-uk Kim2016-01-252-7/+7
| | | | | | | | | - Use Apache Ant 1.9.6 to build. MFH: 2016Q1 Notes: svn path=/head/; revision=407245
* Mark BROKEN on FreeBSD headAntoine Brodin2016-01-231-0/+1
| | | | Notes: svn path=/head/; revision=406967
* . Unreak CCACHEGreg Lewis2016-01-212-0/+22
| | | | | | | | PR: 205751 Submitted by: chris@chrullrich.net Notes: svn path=/head/; revision=406824
* New port: java/intellijKurt Jaeger2016-01-108-0/+1739
| | | | | | | | | | | | | | | | | | | | | | | IntelliJ IDEA is an advanced Java IDE developed by JetBrains and focused on developer productivity. The community edition features: * An intelligent code editor that understands Java code; provides refactorings, code inspections and intentions, and allows for fast code navigation. * Integration with such tools as JUnit and TestNG, Ant and Maven, and popular version control systems including: CVS, Subversion and git. * XML-Java interoperability and comprehensive Groovy programming language support. * The Swing UI designer complements the suite of tools for developing Java desktop applications. WWW: http://www.jetbrains.com/idea/ PR: 204804 Submitted by: t@tobik.me Notes: svn path=/head/; revision=405745
* java/wildfly(80|81|82): Deprecate three EOL versions of wildflyJohn Marino2016-01-093-0/+9
| | | | | | | | | | | | | | | | | | | | | There are currently no less than 5 versions of wildfly: 80, 81, 82, 90, and 100. According to the developers, only the current release is really supported although some security patches may get backported to the previous release as necessary. Since the current release is 10.0, only the last version of 9 could potentially receive updates. I'm setting the expiration for 80 and 81 for 1 FEB 2016. I'm setting the expiration for 82 for 15 JUL 2016 That should get 82 in the new quarterly branch and then it's gone from the trunk. That should be reasonable to upgrade to 10.0 or later by then. PR: 205490 Approved by: yerenkow (gmail) (maintainer) Notes: svn path=/head/; revision=405620
* Set CPE information.Raphael Kubo da Costa2016-01-061-0/+3
| | | | | | | Approved by: portmgr blanket approval Notes: svn path=/head/; revision=405395
* - Partially implement getThreadUserTime() using getrusage(2). Note we canJung-uk Kim2016-01-052-20/+58
| | | | | | | | | | | | | | only get usage for the current thread. Return -1 if the requested function is not supported, i.e., user time for other threads, rather than crash. [1] - Properly implement os::elapsedVTime() using getrusage(). Basically, it is taken from Linux version. - Temporarily revert r403748 to fix bootstrapping with earlier OpenJDK8. [2] PR: 205523, 205843 [1] PR: 205544 [2] Notes: svn path=/head/; revision=405320
* . Stub implementation of OperatingSystemImpl.Greg Lewis2016-01-022-1/+46
| | | | | | | PR: 205229 Notes: svn path=/head/; revision=405058
* - Add NO_ARCHDmitry Marakasov2016-01-021-0/+5
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=405050
* - prepare for devel/subversion17 removalOlli Hauer2015-12-301-5/+1
| | | | Notes: svn path=/head/; revision=404863