Port details |
- pmd Static analysis tool for Java source code
- 7.11.0 devel
=3 7.6.0Version of this port present on the latest quarterly branch. - Maintainer: tiago.gasiba@gmail.com
 - Port Added: 2006-07-12 05:28:46
- Last Update: 2025-03-14 18:37:09
- Commit Hash: 157010c
- People watching this port, also watch:: nomad-pot-driver, vscode, chromium, entr, autodia
- Also Listed In: java
- License: APACHE20 BSD4CLAUSE
- WWW:
- https://pmd.github.io/
- Description:
- PMD scans Java source code and looks for potential problems like:
* Possible bugs - empty try/catch/finally/switch statements
* Dead code - unused local variables, parameters and private methods
* Suboptimal code - wasteful String/StringBuffer usage
* Overcomplicated expressions - unnecessary if statements, for loops
that could be while loops
* Duplicate code - copied/pasted code means copied/pasted bugs
¦ ¦ ¦ ¦ 
- 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/devel/pmd/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pmd
- pkg install pmd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pmd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1741398519
SHA256 (pmd-dist-7.11.0-bin.zip) = 670e342db65437abcbaf1ce114b2e3b3285de64c2dcc590ca0e4f1a15ab22a6b
SIZE (pmd-dist-7.11.0-bin.zip) = 70848348
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pmd
- USES:
- cpe java zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.11.0 14 Mar 2025 18:37:09
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
devel/pmd: Update 7.6.0 → 7.11.0
Release notes:
https://docs.pmd-code.org/pmd-doc-7.7.0/pmd_release_notes.html
https://docs.pmd-code.org/pmd-doc-7.8.0/pmd_release_notes.html
https://docs.pmd-code.org/pmd-doc-7.9.0/pmd_release_notes.html
https://docs.pmd-code.org/pmd-doc-7.10.0/pmd_release_notes.html
https://docs.pmd-code.org/pmd-doc-7.11.0/pmd_release_notes.html
PR: 285240 |
7.6.0 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
7.6.0 18 Oct 2024 08:40:41
    |
Stefan Eßer (se)  |
devel/pmd: upgrade to version 7.6.0
Approved by: tiago.gasiba@gmail.com (maintainer) |
7.3.0 24 Jul 2024 12:32:25
    |
Vladimir Druzenko (vvd)  |
devel/pmd: one more use ETCDIR
PR: 280379 |
7.3.0 23 Jul 2024 13:04:00
    |
Vladimir Druzenko (vvd)  |
devel/pmd: use ETCDIR
PR: 280379 |
7.3.0 21 Jul 2024 23:02:06
    |
Vladimir Druzenko (vvd)  |
devel/pmd: replace PORTVERSION → DISTVERSION
PR: 280379 |
7.3.0 21 Jul 2024 22:47:12
    |
Vladimir Druzenko (vvd)  Author: gatekeeper |
devel/pmd: update 6.53.0 → 7.3.0 and take maintainership
Migration from 6.x to 7.x:
https://docs.pmd-code.org/pmd-doc-7.0.0/pmd_userdocs_migrating_to_pmd7.html
Chagelogs:
https://github.com/pmd/pmd/releases/tag/pmd_releases/6.54.0
https://github.com/pmd/pmd/releases/tag/pmd_releases/6.55.0
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.0.0-rc1
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.0.0-rc2
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.0.0-rc3
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.0.0-rc4
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.0.0
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.1.0
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.2.0
https://github.com/pmd/pmd/releases/tag/pmd_releases/7.3.0
PR: 280379 |
6.53.0 12 Jan 2023 20:30:56
    |
Carlo Strub (cs)  |
devel/pmd: Update to 6.53.0 |
6.52.0 18 Dec 2022 09:20:34
    |
Danilo Egea Gondolfo (danilo)  |
devel/pmd: Update to 6.52.0 |
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) |
6.42.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 ) |
6.42.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.42.0 01 Feb 2022 06:36:44
    |
Fernando Apesteguía (fernape)  |
devel/pmd: update to 6.42.0
ChangeLog: https://github.com/pmd/pmd/releases/tag/pmd_releases%2F6.42.0
Reported by: portscout |
6.41.0 04 Jan 2022 19:28:19
    |
Neel Chauhan (nc)  |
devel/pmd: Update to 6.41.0 |
6.40.0 01 Nov 2021 11:44:29
    |
Fernando Apesteguía (fernape)  |
devel/pmd: update to 6.40.0
Reported by: portscout |
6.38.0 22 Sep 2021 11:02:19
    |
Danilo Egea Gondolfo (danilo)  |
devel/pmd: Update to 6.38.0
Drop maintainership. |
6.37.0 21 Sep 2021 12:01:38
    |
Bernhard Froehlich (decke)  |
devel/pmd: Add CPE information
Approved by: portmgr (blanket) |
6.37.0 22 Aug 2021 17:56:10
    |
Danilo Egea Gondolfo (danilo)  |
devel/pmd: Update to 6.37.0 |
6.36.0 31 Jul 2021 10:34:23
    |
Danilo Egea Gondolfo (danilo)  |
devel/pmd: Update to 6.36.0 |
6.34.0 19 May 2021 19:56:27
    |
Danilo Egea Gondolfo (danilo)  |
devel/pmd: Update to 6.34.0 |
6.29.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
6.29.0 27 Oct 2020 20:47:39
  |
danilo  |
devel/pmd: Update to 6.29.0 |
6.26.0 06 Aug 2020 20:59:21
  |
danilo  |
- Update to 6.26.0 |
6.20.0 02 Dec 2019 15:31:06
  |
danilo  |
- Update to 6.20.0 |
6.17.0 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
6.17.0 09 Sep 2019 12:06:23
  |
danilo  |
- Update to 6.17.0 |
6.12.0 02 Mar 2019 16:09:07
  |
danilo  |
- Update to 6.12.0 |
6.11.0 01 Feb 2019 23:37:02
  |
danilo  |
- Update to 6.11.0 |
6.10.0 15 Dec 2018 15:26:08
  |
danilo  |
- Update to 6.10.0 |
6.9.0 11 Nov 2018 13:39:51
  |
danilo  |
- Update to 6.9.0 |
6.8.0 01 Oct 2018 18:01:22
  |
danilo  |
- Update to 6.8.0 |
6.7.0 03 Sep 2018 21:42:30
  |
danilo  |
- Update to 6.7.0 |
6.6.0 30 Jul 2018 17:04:21
  |
danilo  |
- Update to 6.6.0 |
6.5.0 29 Jun 2018 17:29:36
  |
danilo  |
- Update to 6.5.0 |
6.4.0 04 Jun 2018 11:50:12
  |
danilo  |
- Update to 6.4.0 |
6.3.0 03 May 2018 00:47:18
  |
danilo  |
- Update to 6.3.0 |
6.2.0 28 Mar 2018 02:36:17
  |
danilo  |
- Update to 6.2.0 |
6.1.0 27 Feb 2018 23:31:34
  |
danilo  |
- Update to 6.1.0 |
6.0.1 11 Feb 2018 19:50:50
  |
danilo  |
- Update to 6.0.1 |
6.0.0 26 Dec 2017 22:55:00
  |
danilo  |
- Update to 6.0.0 |
5.8.1 12 Jul 2017 01:12:39
  |
danilo  |
- Update to 5.8.1 |
5.7.0 23 May 2017 18:13:00
  |
danilo  |
- Update to 5.7.0 |
5.6.1 07 May 2017 19:35:23
  |
danilo  |
- Update to 5.6.1 |
5.5.4 01 Mar 2017 16:38:00
  |
danilo  |
- Update to 5.5.4 |
5.5.3 29 Jan 2017 11:18:09
  |
danilo  |
- Update to 5.5.3 |
5.5.2 08 Nov 2016 13:38:46
  |
danilo  |
- Update to 5.5.2 |
5.5.1 31 Jul 2016 01:39:01
  |
danilo  |
- Update to 5.5.1 |
5.5.0 29 Jun 2016 15:23:54
  |
danilo  |
- Update to 5.5.0 |
5.4.2 31 May 2016 01:40:09
  |
danilo  |
- Update to 5.4.2 |
5.4.1 19 May 2016 10:21:25
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.4.1 06 Dec 2015 13:54:41
  |
danilo  |
- Update to 5.4.1 |
5.4.0 07 Oct 2015 00:26:14
  |
danilo  |
- Update to 5.4.0
- Change java version to 1.7+ (needed by this version) |
5.3.4 21 Sep 2015 12:26:44
  |
danilo  |
- Update to 5.3.4 |
5.3.3 02 Aug 2015 18:03:06
  |
danilo  |
- Update to 5.3.3 |
5.3.2 27 May 2015 11:59:19
  |
danilo  |
- Update to 5.3.2 |
5.3.1 23 Apr 2015 13:58:51
  |
danilo  |
- Update to 5.3.1 |
5.3.0 02 Apr 2015 15:53:57
  |
danilo  |
- Update to 5.3.0 |
5.2.3 23 Dec 2014 01:23:31
  |
danilo  |
- Update from 5.2.2 to 5.2.3 |
5.2.2 05 Dec 2014 14:27:53
  |
danilo  |
- Update from 5.2.1 to 5.2.2 |
5.2.1 04 Nov 2014 15:06:15
  |
danilo  |
- Update from 5.2.0 to 5.2.1 |
5.2.0 18 Oct 2014 15:53:58
  |
danilo  |
- Update from 5.1.3 to 5.2.0
- Docs is no longer available in the zip file
Changelog: http://pmd.sourceforge.net/pmd-5.2.0/overview/changelog.html |
5.1.3 02 Sep 2014 03:42:30
  |
danilo  |
- Update from 5.1.2 to 5.1.3 |
5.1.2 21 Jul 2014 17:05:12
  |
danilo  |
- Update from 5.1.1 to 5.1.2 |
5.1.1 29 Apr 2014 03:09:22
  |
danilo  |
- Update from 5.1.0 to 5.1.1 |
07 Mar 2014 16:49:10

|
bapt  |
Convert d* to USES=zip |
5.1.0 12 Feb 2014 18:00:16
  |
danilo  |
- Update from 5.0.5 to 5.1.0
- Convert BSD to BSD4CLAUSE and add APACHE20 |
5.0.5 28 Sep 2013 14:42:15
  |
danilo  |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor) |
5.0.5 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
5.0.5 15 Aug 2013 11:56:29
  |
wg  |
devel/pmd: update to 5.0.5
- Update to 5.0.5
Changes: http://sourceforge.net/projects/pmd/files/pmd/5.0.5/
PR: ports/181310
Submitted by: Danilo Egea Gondolfo <danilogondolfo gmail.com> (maintainer) |
5.0.4 28 May 2013 19:41:52
  |
antoine  |
Update pmd to 5.0.4
Pass maintainership to submitter
PR: ports/173241
PR: ports/177236
PR: ports/178291
Submitted by: Danilo Egea Gondolfo
Approved by: miwi (mentor) |
3.7_2 10 Dec 2012 11:25:28
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to USE_JAVA= 1.5+ (part1) |
3.7_2 21 Jul 2011 05:03:02
 |
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
3.7_2 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
3.7_2 03 Jan 2010 19:39:43
 |
linimon  |
Reset maintainer at his request. |
3.7_2 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.7_2 06 Jun 2008 13:21:59
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.7_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.7 12 Jul 2006 05:28:04
 |
hq  |
PMD scans Java source code and looks for potential problems like:
* Possible bugs - empty try/catch/finally/switch statements
* Dead code - unused local variables, parameters and private methods
* Suboptimal code - wasteful String/StringBuffer usage
* Overcomplicated expressions - unnecessary if statements, for loops
that could be while loops
* Duplicate code - copied/pasted code means copied/pasted bugs
WWW: http://pmd.sourceforge.net/
PR: 99907
Submitted by: Alex Varju <freebsd-ports@varju.ca> |