summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* java/wildfly80: address non-root builds and minor QA observationsJason Unovitch2015-12-263-13/+14
| | | | | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 205258 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=404513
* java/wildfly81: address non-root builds and minor QA observationsJason Unovitch2015-12-263-13/+14
| | | | | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 205259 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=404512
* Fix the previous commit. We do not support getThreadUserTime().Jung-uk Kim2015-12-231-1/+1
| | | | | | | PR: 205523 Notes: svn path=/head/; revision=404273
* Implement ThreadMXBean.getThreadCpuTime(), etc.Jung-uk Kim2015-12-233-0/+90
| | | | | | | | PR: 205523 Submitted by: will (via bsd-port-dev@openjdk.java.net) Notes: svn path=/head/; revision=404270
* - Reset maintainer to ports@Wen Heping2015-12-221-1/+1
| | | | Notes: svn path=/head/; revision=404204
* - Sort SUBDIRsSunpoet Po-Chuan Hsieh2015-12-211-1/+1
| | | | Notes: svn path=/head/; revision=404117
* New port: java/wildfly100Jason Unovitch2015-12-188-0/+1748
| | | | | | | | | | | | | | | | Repo copy java/wildfly90 -> java/wildfly100 and update to 10.0.0 WildFly is a flexible, lightweight, managed application runtime that helps you build amazing applications. WildFly - new name for JBoss Application Server WWW: http://wildfly.org PR: 204541 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> (maintainer) Notes: svn path=/head/; revision=403945
* Fix build with fmake.Jung-uk Kim2015-12-151-1/+1
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=403763
* Build compilefontconfig.jar and javazic.jar with bootstrap jar. OriginallyJung-uk Kim2015-12-141-2/+2
| | | | | | | | | it was intended to test the newly built JVM, it is not cross-build friendly. Submitted by: Eugene M. Zheganin (emz at norma dot perm dot ru) Notes: svn path=/head/; revision=403749
* Build with sjavac when we are self-hosting to improve build speed.Jung-uk Kim2015-12-141-0/+4
| | | | Notes: svn path=/head/; revision=403748
* Allow java/openjdk7 for bootstrapping java/openjdk8. Although we cannotJung-uk Kim2015-12-141-4/+3
| | | | | | | build OpenJDK7 for ARM yet, there is no need to disallow it at all. Notes: svn path=/head/; revision=403747
* Respect CC, CPP and CXX with full paths.Jung-uk Kim2015-12-141-1/+1
| | | | | | | PR: 203747 Notes: svn path=/head/; revision=403746
* Respect CC, CPP and CXX with full paths.Jung-uk Kim2015-12-141-0/+12
| | | | | | | PR: 203747 Notes: svn path=/head/; revision=403745
* . Update to 7u91Greg Lewis2015-12-142-4/+9
| | | | | | | PR: 204268 Notes: svn path=/head/; revision=403706
* Fix a bunch of false positive that are fetchableBaptiste Daroussin2015-12-131-2/+0
| | | | | | | Reported by: ak Notes: svn path=/head/; revision=403689
* . Update to 8u66.Greg Lewis2015-12-134-2116/+4678
| | | | Notes: svn path=/head/; revision=403646
* Now that netbeans has been updated, mark the -devel version as ignore again.Koop Mast2015-12-121-1/+1
| | | | Notes: svn path=/head/; revision=403622
* Update netbeans to 8.1.Koop Mast2015-12-123-83/+677
| | | | | | | | PR: 204359 Submitted by: sergey.v.brunov@gmail.com Notes: svn path=/head/; revision=403621
* java/wildfly90: use 555 permissions instead to match original CHMODJason Unovitch2015-12-121-11/+11
| | | | | | | | PR: 204540 Approved by: maintainer (implicit to match original behavior) Notes: svn path=/head/; revision=403578
* java/wildfly82: use 555 permissions instead to match original CHMODJason Unovitch2015-12-121-11/+11
| | | | | | | | PR: 204542 Approved by: maintainer (implicit to match original behavior) Notes: svn path=/head/; revision=403577
* java/wildfly82: update 8.2.0 -> 8.2.1Jason Unovitch2015-12-124-95/+95
| | | | | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 204542 Submitted by: yerenkow@gmail.com (maintainer) Notes: svn path=/head/; revision=403576
* java/wildfly90: update 9.0.1 -> 9.0.2Jason Unovitch2015-12-124-114/+115
| | | | | | | | | | | | - Drop ${CHMOD} usage and set permissions in pkg-plist (portlint) - Add terminating @owner/@group to pkg-plist (portlint) - Switch version specific path in pkg-message to variable PR: 204540 Submitted by: yerenkow@gmail.com (maintainer) Notes: svn path=/head/; revision=403575