freebsd-ports/java/proguard/pkg-descr
Doug Barton 2b1dacc826 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.
2011-10-24 04:17:37 +00:00

9 lines
407 B
Text

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://proguard.sourceforge.net/