Port details |
- proguard Java class file shrinker, optimizer, and obfuscator
- 7.0.0 java
=4 7.0.0Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2003-04-19 14:19:28
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: fop, postgresql-jdbc, bluej, jruby, antlr
- Also Listed In: devel
- License: GPLv2
- WWW:
- https://www.guardsquare.com/en/products/proguard
- Description:
- ProGuard is a free Java class file shrinker, optimizer, and
obfuscator. It can detect and remove unused classes, fields,
methods, and attributes. It can then optimize bytecode and
remove unused instructions. Finally, it can rename the
remaining classes, fields, and methods using short
meaningless names. The resulting jars are smaller and harder
to reverse-engineer.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- 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/proguard/ && make install clean
- To add the package, run one of these commands:
- pkg install java/proguard
- pkg install proguard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: proguard
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1604497867
SHA256 (proguard-7.0.0.tar.gz) = 699f16644024000e90c2555083fa6f78a9cdf1d71f384535e82bf987d764f9fb
SIZE (proguard-7.0.0.tar.gz) = 13209610
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:
- ===> The following configuration options are available for proguard-7.0.0:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- java_proguard
- USES:
- java
- 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.0.0 31 Dec 2024 08:57:55
![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/git.png) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/codeberg.svg) ![commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
7.0.0 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
7.0.0 20 Jul 2022 14:22:12
![commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc](/images/git.png) ![commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc](/images/codeberg.svg) ![commit hash: 526869d8dc02563825a24d394e1d087334d654cc commit hash: 526869d8dc02563825a24d394e1d087334d654cc](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.0.0 06 Apr 2021 14:31:13
![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/git.png) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/codeberg.svg) ![commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
all: Remove all other $FreeBSD keywords. |
7.0.0 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
7.0.0 04 Nov 2020 14:03:56
![Revision:554077 Revision:554077](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 7.0.0 release. |
6.2.0 07 Oct 2019 08:24:46
![Revision:513930 Revision:513930](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.2.0 release. |
6.1.1 30 Sep 2019 14:22:25
![Revision:513386 Revision:513386](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.1.1 release. |
6.0.3 10 May 2018 16:10:33
![Revision:469563 Revision:469563](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.3 release. |
6.0.2 26 Apr 2018 14:44:43
![Revision:468350 Revision:468350](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.2 release. |
6.0.1 05 Mar 2018 09:08:18
![Revision:463632 Revision:463632](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0.1 release. |
6.0 02 Mar 2018 08:23:41
![Revision:463380 Revision:463380](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 6.0 release. |
5.3.3 12 Apr 2017 16:40:08
![Revision:438385 Revision:438385](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.3.3 release. |
5.3.2 19 Jan 2017 12:48:02
![Revision:431864 Revision:431864](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.3.2 release. |
5.3.1 31 Oct 2016 09:30:39
![Revision:424991 Revision:424991](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.3.1 release. |
5.3 21 Oct 2016 13:16:46
![Revision:424415 Revision:424415](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.3 release. |
5.2.1 14 May 2015 10:15:09
![Revision:386312 Revision:386312](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
5.2.1 01 Apr 2015 09:09:10
![Revision:382898 Revision:382898](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.2.1 release. |
5.2 30 Jan 2015 09:24:20
![Revision:378141 Revision:378141](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.2 release. |
5.1 23 Jan 2015 16:03:58
![Revision:377747 Revision:377747](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove explicit dependency on javavmwrapper for ports that USE_JAVA |
5.1 28 Oct 2014 14:07:04
![Revision:371635 Revision:371635](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.1 release. |
5.0 27 Aug 2014 12:50:28
![Revision:366319 Revision:366319](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 5.0 release. |
4.11 05 Jul 2014 19:27:04
![Revision:360810 Revision:360810](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
olgeni ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
4.11 30 Dec 2013 08:45:30
![Revision:338062 Revision:338062](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.11 release and stagify. |
4.10 27 Sep 2013 14:23:52
![Revision:328477 Revision:328477](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.10 release. |
4.9 20 Sep 2013 19:48:32
![Revision:327738 Revision:327738](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
4.9 19 Mar 2013 16:53:38
![Revision:314667 Revision:314667](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.9 release. |
4.8 01 Jun 2012 08:02:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.8 release. |
4.7 23 Dec 2011 10:38:54
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.7 release and add a workaround for GUI hanging (java bug #7027598). |
4.6 24 Oct 2011 04:17:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
4.6 14 Feb 2011 15:13:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.6 release.
Feature safe: yes |
4.5.1 10 Sep 2010 13:20:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.5.1 release. |
4.5_1 13 Jul 2010 08:21:19
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Increase heap size, latest proguard release needs more memory. |
4.5 08 Jun 2010 08:15:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.5 release. |
4.4 27 Aug 2009 15:01:17
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.4 release. |
4.3 16 Dec 2008 22:17:31
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.3 release. |
4.2_1 06 Jun 2008 13:38:51
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
4.2 18 Mar 2008 07:06:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.2 release. |
4.1 19 Dec 2007 06:56:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.1 release. |
4.0.1 12 Oct 2007 05:43:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.0.1 release. |
4.0 29 Sep 2007 07:39:35
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 4.0 release. |
3.10.1 20 Sep 2007 12:57:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 3.10.1 release:
- install files in correct locations
- add retrace executable
- remove dead pkg-message
- take maintainership |
3.9 05 Aug 2007 21:27:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.9 |
3.8_1 19 May 2007 20:32:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
flz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
3.8 05 Mar 2007 07:50:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.8 |
3.7 04 Mar 2007 23:52:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
linimon ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Reset alexs@snark.rinet.ru due to maintainer-timeouts and no response to
email.
Hat: portmgr |
3.7 21 Feb 2007 13:27:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
rafan ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.7
- Use exec in wrapper scripts as described in Porter's Handbook
PR: ports/108849
Submitted by: rafan
Approved by: maintainer timeout (15 days) |
3.2 22 Jan 2006 12:39:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
3.2 27 Apr 2005 20:05:12
![files touched by this commit files touched by this commit](/images/logs.gif) |
hq ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.2 [1]
- Sort plist [1]
- Update to bsd.java.mk 2.0
- Add two new launcher scripts: 'proguard' and 'proguard-gui'
- Use FIND | INSTALL_DATA to install data files
- Use %%DATADIR%%
- Add $FreeBSD$ tag
PR: 79735 [1]
Submitted by: Manfred Riem <mriem@manorrock.org> [1]
Approved by: maintainer timeout |
1.5.1 09 Jan 2005 08:35:33
![files touched by this commit files touched by this commit](/images/logs.gif) |
krion ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix plist. |
1.5.1 17 Apr 2004 15:42:09
![files touched by this commit files touched by this commit](/images/logs.gif) |
krion ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix plist |
1.5.1 31 Mar 2004 03:12:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify (maintainer timeout) |
1.5.1 19 Apr 2003 14:16:42
![files touched by this commit files touched by this commit](/images/logs.gif) |
fjoe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
New port: proguard
ProGuard can read jar files, shrink and obfuscate them (to prevent
reverse engineering), and write out the resulting jar file.
PR: 50434
Submitted by: Alex Semenyaka |