Commit graph

4114 commits

Author SHA1 Message Date
Raphael Kubo da Costa
366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00
Greg Lewis
3a938e2893 . Update to 8u112. 2016-10-20 14:46:22 +00:00
Bartek Rutkowski
8ee40ce7b6 java/intellij-ultimate: update 2016.2.4 -> 2016.2.5
PR:		213598
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2016-10-20 08:37:41 +00:00
Boris Samorodov
f1292a6f8a java/intellij: Update to version 2016.2.5. 2016-10-18 16:38:55 +00:00
Alexey Dokuchaev
bbc0e7b376 - Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
2016-10-17 04:00:20 +00:00
Kurt Jaeger
ec302b07bf New port: java/intellij-ultimate
IntelliJ IDEA is an advanced 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.

The difference between intellij and intellij-ultimate can be found at

http://www.jetbrains.com/idea/features/editions_comparison_matrix.html

WWW: http://www.jetbrains.com/idea/

PR:		212268
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com>
2016-10-14 21:07:02 +00:00
Greg Lewis
84d9f58082 . Note that the time zone data is in the public domain (according to
ftp://ftp.iana.org/tz/tz-link.html).  Specifically the sentence

  "The public-domain time zone database contains code and data that
  represent the history of local time for many representative locations
  around the globe."
2016-10-14 01:26:05 +00:00
Greg Lewis
efbc24c55a . Update to 2016g. 2016-10-14 01:19:06 +00:00
Antoine Brodin
717d59a6b8 Convert to USES=jpeg 2016-10-10 06:35:03 +00:00
Kurt Jaeger
0596259cb6 java/eclipse: 4.5.2 -> 4.6
- new MASTER_SITE

PR:		211764
Changes:	http://www.eclipse.org/neon/noteworthy/
		https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php
Submitted by:	Jimmy Kelley <ljboiler@gmail.com> (maintainer)
Reviewed by:	Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com
2016-10-06 20:05:06 +00:00
Dmitry Marakasov
d1ea847153 - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2016-09-30 09:01:46 +00:00
Koop Mast
9803d5edab Remove i386 from the viable platforms list.
The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a
internal error.

PR:		210672
Submitted by:	maintainer@
2016-09-25 21:40:54 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Boris Samorodov
6c3d305ae3 java/intellij: Update to version 2016.2.4.
PR:		212686
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
2016-09-14 13:26:47 +00:00
Mark Felder
c92a311115 java/jakarta-struts: Mark deprecated
PR:		208462
2016-09-10 16:40:00 +00:00
Boris Samorodov
2aa35097e2 java/intellij-pycharm: Update to version 2016.2.3. 2016-09-09 13:04:35 +00:00
Boris Samorodov
07e04f14a8 java/intellij-pycharm: Update to version 2016.2.2. 2016-09-07 08:27:57 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Greg Lewis
71b1ef1dd5 . Include the thread id so that jstack can provide stack traces when
analysing core dumps.
. Bump PORTREVISION.

PR:		211196
Submitted by:	Ron Roskens <ronald.roskens@gmail.com>
2016-09-04 04:06:00 +00:00
Boris Samorodov
769c400339 java/intellij: Update to version 2016.2.3 2016-09-01 23:05:16 +00:00
Jung-uk Kim
f0ff2870a0 Make the FPU hack for ARM optional. Note this hack is not necessary for
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack.

https://svnweb.freebsd.org/changeset/base/288983
2016-08-26 18:29:46 +00:00
Jung-uk Kim
8db76b66ee Update to b40.
MFH:		2016Q3
2016-08-25 23:31:14 +00:00
Dmitry Marakasov
f2e8103b09 - Update to 1.55
PR:		212133
Submitted by:	ports@grosbein.net (maintainer)
2016-08-25 10:35:41 +00:00
Jung-uk Kim
59e7ec58a3 Consistently set USE_JAVA to "yes" to reduce future confusion. 2016-08-24 18:48:11 +00:00
Jung-uk Kim
2527f5f2d9 Update to use Apache Ant 1.9.7. 2016-08-24 06:20:57 +00:00
Jimmy Olgeni
d167a5ac10 Add missing @dir entries to fix directory ownerships.
PR:		212054
Submitted by:	olgeni
Approved by:	maintainer
2016-08-23 19:33:15 +00:00
Boris Samorodov
60386102e2 java/intellij: Update to version 2016.2.2. 2016-08-23 15:21:48 +00:00
Baptiste Daroussin
12e5cb6b96 Remove the pkg-deinstall script forgotten during r419364
Pointyhat:	bapt
PR:		210313
2016-08-23 12:28:07 +00:00
Greg Lewis
bfa36e6e51 . Update to 7u111. 2016-08-20 21:07:46 +00:00
Boris Samorodov
7cf49f1b0d java/intellij-pycharm: Update to version 2016.2.1. 2016-08-18 08:29:37 +00:00
Jung-uk Kim
abdab672df - Fix build when CC contains "/".
- Fix license.
2016-08-04 23:59:15 +00:00
John Marino
5a8aa79d8f java/phpeclipse: Remove redundant dependency on unzip
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)
2016-08-04 04:01:16 +00:00
Baptiste Daroussin
f64729b288 More typos 2016-07-31 12:51:30 +00:00
Baptiste Daroussin
9d1f12b0b1 Fix typo 2016-07-31 12:49:20 +00:00
Baptiste Daroussin
cddeffd5bf Use the new @javavm 2016-07-31 12:43:53 +00:00
Baptiste Daroussin
64f16bafaf Remove the deinstall script that appears to be deleting all the temporary files
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
2016-07-31 12:30:24 +00:00
Greg Lewis
9bbe93456a . Update to 8u102. 2016-07-30 13:55:17 +00:00
Vsevolod Stakhov
be6a98c4e8 Version 1.54 of the Bouncy Castle Crypto APIs.
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>
2016-07-29 11:23:55 +00:00
Muhammad Moinur Rahman
8b3502258e java/java-checkstyle: Update version 6.19=>7.0 2016-07-28 12:31:41 +00:00
Greg Lewis
50c4d691dc . Update to 8u102. 2016-07-23 17:18:31 +00:00
Greg Lewis
c5b6743706 . Update to 8u102. 2016-07-23 17:11:25 +00:00
Greg Lewis
ad31f5d8dd . Update to 2016f 2016-07-23 17:03:16 +00:00
Boris Samorodov
d411a279ad java/intellij-pycharm: Update to version 2016.2. 2016-07-22 11:58:22 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
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
2016-07-19 11:04:13 +00:00
Rene Ladan
e2a41edc1a Remove expired port:
2016-07-15 java/wildfly82: Fully EOL when version 10.0 was released
2016-07-17 18:41:30 +00:00
Boris Samorodov
efed41809f java/intellij: update and add a comment
. 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]
2016-07-13 12:38:03 +00:00
Kurt Jaeger
51ad4ed52d java/openjfx8-devel: Unbreak build after Gradle update
- fix the build after recent update to Gradle 2.12.

PR:		208470
MFH:		2016Q3
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2016-07-10 12:16:35 +00:00
Mikhail Teterin
8e8efec261 Add an explicit include of <unistd.h>, which is required on
some of our releases. Change to avoid building the useless
static libJXGrabKey.a (we weren't installing).

Reported by:	pkg-fallout
2016-07-03 05:17:23 +00:00
Mikhail Teterin
ff6a653684 Add port of JXGrabKey -- a Java library for working with X11
keys.
2016-06-30 07:42:20 +00:00
Kurt Jaeger
f8f66d777f New port: java/aparapi
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
2016-06-26 11:51:09 +00:00