Commit graph

29 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
2c2dd85355 */*: Adopt ports from swills@ 2023-04-11 15:46:12 -05:00
Rene Ladan
4f538db960 all: return swills' ports to the pools after safeeping his ports bit.
With hat:	portmgr-secretary
2023-04-11 22:34:04 +02:00
Muhammad Moinur Rahman
4cda17ab14 */*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
2023-04-04 13:10:53 -05:00
Yuri Victorovich
7c932cc135 java/visualvm: Update 2.0.6 -> 2.1.5
PR:		266649
Submitted by:	Jens Grassel (freebsd-ports@jan0sch.de), initial version

Approved by:	swills@ (maintainer's timeout; 92 days)
2022-12-28 23:05:35 -08:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Steve Wills
dadc75af96 java/visualvm: update to 2.0.6 2021-02-05 02:43:36 +00:00
Steve Wills
6b40f7ce9e java/visualvm: update to 2.0.5 2020-12-18 03:16:37 +00:00
Steve Wills
9b0e91e74b java/visualvm: update to 2.0.4 2020-08-28 13:25:26 +00:00
Steve Wills
d0b049ac98 java/visualvm: update to 2.0.3 2020-08-02 21:59:13 +00:00
Steve Wills
92295bfe82 java/visualvm: update to 1.4.3 2019-07-06 23:16:52 +00:00
Steve Wills
ea5520cd60 java/visualvm: update to 1.4.2 2018-12-04 22:42:03 +00:00
Steve Wills
3d5f40d191 java/visualvm: update to 1.4.1 2018-05-24 17:59:42 +00:00
Steve Wills
a48979e9b9 java/visualvm: update to 1.4 2018-01-20 21:32:07 +00:00
Steve Wills
e7f690fb60 java/visualvm: fix web url 2017-10-16 17:56:46 +00:00
Steve Wills
f1cdb5444c java/visualvm: switch back to multi-language version 2016-11-14 14:54:13 +00:00
Steve Wills
5665202431 java/visualvm: update to 1.3.9
Submitted by:	girgen
2016-11-10 23:58:56 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Antoine Brodin
2e3a92ee44 Cleanup plist 2014-11-14 15:38:27 +00:00
Steve Wills
a4664ac928 java/visualvm: update to 1.3.8
PR:		194229
Submitted by:	Jean-Francois BOEUF <JeanFrancois.Boeuf@Gmail.com>
2014-10-09 01:37:58 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Baptiste Daroussin
17d202fe85 s/-script:// 2014-04-04 13:43:53 +00:00
Baptiste Daroussin
4af74fc7f1 Convert j* to USES=zip 2014-03-10 15:21:21 +00:00
Steve Wills
1e510a8dae - Update to 1.3.7
- Switch to -ml multi lingual download so all languages get included
- Support STAGEDIR
- Install icon and .desktop file
2014-02-08 15:19:48 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Steve Wills
1822a095ee - Fix fetch
PR:		ports/179660
Reported by:	John Marino <draco@marino.st>
2013-06-19 22:35:23 +00:00
Steve Wills
a720836b7b VisualVM is a visual tool integrating several commandline JDK tools and
lightweight profiling capabilities. Designed for both production and
development time use, it further enhances the capability of monitoring and
performance analysis for the Java SE platform.

WWW: http://visualvm.java.net/
2013-01-26 02:48:38 +00:00