Port details |
- jattach JVM dynamic attach utility
- 2.2 java
=3 2.2Version of this port present on the latest quarterly branch. - Maintainer: mizhka@FreeBSD.org
 - Port Added: 2017-10-27 15:52:24
- Last Update: 2024-03-28 19:57:02
- Commit Hash: 2b27e3b
- People watching this port, also watch:: bingrep, check_ssl_cert, newsboat, xrdp, pcpustat
- Also Listed In: devel
- License: APACHE20
- WWW:
- https://github.com/apangin/jattach
- Description:
- The utility to send commands to remote JVM via Dynamic Attach mechanism.
All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program.
No installed JDK required, works with just JRE.
This is the lightweight native version of HotSpot Attach API
https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/jattach/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jattach
- pkg install jattach
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jattach
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711655771
SHA256 (apangin-jattach-v2.2_GH0.tar.gz) = dc29ebb4fe795a026698fd77d04072cfb39295276a541cfc5e77d20b1509a1cf
SIZE (apangin-jattach-v2.2_GH0.tar.gz) = 16756
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- java_jattach
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2 28 Mar 2024 19:57:02
    |
Michael Zhilin (mizhka)  |
java/jattach: update to 2.2 |
2.1 12 Dec 2022 06:42:33
    |
Michael Zhilin (mizhka)  |
java/jattach: update to 2.1 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
2.0 16 Dec 2021 08:13:52
    |
Michael Zhilin (mizhka)  |
java/jattach: update to 2.0 |
1.5 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5 24 Mar 2019 15:08:23
  |
mizhka  |
[java/jattach] update to 1.5
Update to 1.5. no patches required, works as-is.
Submitted by: lwhsu
Approved by: lwhsu |
1.4 25 Jan 2019 09:09:46
  |
mizhka  |
[java/jattach] update to v.1.4
- update to v.1.4
- remove patches committed to upstream
Submitted by: mizhka
Reviewed by: lme, mat (initial review)
Approved by: lme
Differential Revision: https://reviews.freebsd.org/D16926 |
g20170928 27 Oct 2017 15:55:38
  |
tobik  |
java/jattach: Fix typo |
g20170928 27 Oct 2017 15:52:10
  |
tobik  |
New port: java/jattach
The utility to send commands to remote JVM via Dynamic Attach mechanism.
All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program.
No installed JDK required, works with just JRE.
This is the lightweight native version of HotSpot Attach API
https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/
WWW: https://github.com/apangin/jattach
PR: 222660
Submitted by: Michael Zhilin <mizhka@gmail.com> |
Number of commits found: 11
|