notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
proguard Java class file shrinker, optimizer, and obfuscator
7.0.0 java on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 7.0.0Version of this port present on the latest quarterly branch.
Maintainer: ale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-04-19 14:19:28
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: bluej
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/proguard-7.0.0/catalog.mk
  2. /usr/local/share/licenses/proguard-7.0.0/LICENSE
  3. /usr/local/share/licenses/proguard-7.0.0/GPLv2
  4. bin/proguard
  5. bin/proguard-gui
  6. bin/retrace
  7. share/proguard/proguard.jar
  8. share/proguard/proguardgui.jar
  9. share/proguard/retrace.jar
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • proguard>0:java/proguard
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):
proguard
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.07.0.0-7.0.07.0.0---
FreeBSD:13:quarterly7.0.07.0.07.0.07.0.07.0.0-7.0.07.0.0
FreeBSD:14:latest7.0.07.0.07.0.0-7.0.0--7.0.0
FreeBSD:14:quarterly7.0.07.0.0--7.0.0-7.0.07.0.0
FreeBSD:15:latest7.0.07.0.0n/a-n/a-7.0.07.0.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. 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
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/Guardsquare/proguard/releases/download/v7.0.0/
Collapse this list.

Number of commits found: 53

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
7.0.0
20 Jul 2022 14:22:12
commit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cccommit hash: 526869d8dc02563825a24d394e1d087334d654cc files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
7.0.0
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
7.0.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
7.0.0
04 Nov 2020 14:03:56
Revision:554077Original commit files touched by this commit
ale search for other commits by this committer
Update to 7.0.0 release.
6.2.0
07 Oct 2019 08:24:46
Revision:513930Original commit files touched by this commit
ale search for other commits by this committer
Update to 6.2.0 release.
6.1.1
30 Sep 2019 14:22:25
Revision:513386Original commit files touched by this commit
ale search for other commits by this committer
Update to 6.1.1 release.
6.0.3
10 May 2018 16:10:33
Revision:469563Original commit files touched by this commit
ale search for other commits by this committer
Update to 6.0.3 release.
6.0.2
26 Apr 2018 14:44:43
Revision:468350Original commit files touched by this commit
ale search for other commits by this committer
Update to 6.0.2 release.
6.0.1
05 Mar 2018 09:08:18
Revision:463632Original commit files touched by this commit
ale search for other commits by this committer
Update to 6.0.1 release.
6.0
02 Mar 2018 08:23:41
Revision:463380Original commit files touched by this commit
ale search for other commits by this committer
Update to 6.0 release.
5.3.3
12 Apr 2017 16:40:08
Revision:438385Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.3.3 release.
5.3.2
19 Jan 2017 12:48:02
Revision:431864Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.3.2 release.
5.3.1
31 Oct 2016 09:30:39
Revision:424991Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.3.1 release.
5.3
21 Oct 2016 13:16:46
Revision:424415Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.3 release.
5.2.1
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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:382898Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.2.1 release.
5.2
30 Jan 2015 09:24:20
Revision:378141Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.2 release.
5.1
23 Jan 2015 16:03:58
Revision:377747Original commit files touched by this commit
antoine search for other commits by this committer
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
5.1
28 Oct 2014 14:07:04
Revision:371635Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.1 release.
5.0
27 Aug 2014 12:50:28
Revision:366319Original commit files touched by this commit
ale search for other commits by this committer
Update to 5.0 release.
4.11
05 Jul 2014 19:27:04
Revision:360810Original commit files touched by this commit
olgeni search for other commits by this committer
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:338062Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.11 release and stagify.
4.10
27 Sep 2013 14:23:52
Revision:328477Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.10 release.
4.9
20 Sep 2013 19:48:32
Revision:327738Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
4.9
19 Mar 2013 16:53:38
Revision:314667Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.9 release.
4.8
01 Jun 2012 08:02:52
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.8 release.
4.7
23 Dec 2011 10:38:54
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.7 release and add a workaround for GUI hanging (java bug #7027598).
4.6
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
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
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.6 release.

Feature safe:   yes
4.5.1
10 Sep 2010 13:20:52
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.5.1 release.
4.5_1
13 Jul 2010 08:21:19
Original commit files touched by this commit
ale search for other commits by this committer
Increase heap size, latest proguard release needs more memory.
4.5
08 Jun 2010 08:15:52
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.5 release.
4.4
27 Aug 2009 15:01:17
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.4 release.
4.3
16 Dec 2008 22:17:31
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.3 release.
4.2_1
06 Jun 2008 13:38:51
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.2 release.
4.1
19 Dec 2007 06:56:53
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.1 release.
4.0.1
12 Oct 2007 05:43:28
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.0.1 release.
4.0
29 Sep 2007 07:39:35
Original commit files touched by this commit
ale search for other commits by this committer
Update to 4.0 release.
3.10.1
20 Sep 2007 12:57:27
Original commit files touched by this commit
ale search for other commits by this committer
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
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.9
3.8_1
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.8
3.7
04 Mar 2007 23:52:37
Original commit files touched by this commit
linimon search for other commits by this committer
Reset alexs@snark.rinet.ru due to maintainer-timeouts and no response to
email.

Hat:            portmgr
3.7
21 Feb 2007 13:27:06
Original commit files touched by this commit
rafan search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
3.2
27 Apr 2005 20:05:12
Original commit files touched by this commit
hq search for other commits by this committer
- 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
Original commit files touched by this commit
krion search for other commits by this committer
Fix plist.
1.5.1
17 Apr 2004 15:42:09
Original commit files touched by this commit
krion search for other commits by this committer
- Fix plist
1.5.1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
1.5.1
19 Apr 2003 14:16:42
Original commit files touched by this commit
fjoe search for other commits by this committer
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

Number of commits found: 53