summaryrefslogtreecommitdiff
path: root/java/proguard/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/proguard/pkg-descr')
-rw-r--r--java/proguard/pkg-descr15
1 files changed, 11 insertions, 4 deletions
diff --git a/java/proguard/pkg-descr b/java/proguard/pkg-descr
index 853e71ab643b..05e0d41677fc 100644
--- a/java/proguard/pkg-descr
+++ b/java/proguard/pkg-descr
@@ -1,5 +1,12 @@
-This package contains the main ProGuard application. ProGuard can read
-jar files, shrink and obfuscate them, and write out the resulting jar
-file.
+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.
-WWW: http://www.sf.net/projects/proguard
+WWW: http://proguard.sourceforge.net/
+
+- Alex Dupre
+ale@FreeBSD.org