summaryrefslogtreecommitdiff
path: root/java/proguard/pkg-message
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-04-19 14:16:42 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-04-19 14:16:42 +0000
commita26362f50262d7371aea714367f880dcc5bfabe6 (patch)
treec3bf4c550f6ceffe4a6ae45b577298b193604f19 /java/proguard/pkg-message
parentNew port: ftp4all (diff)
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
Notes
Notes: svn path=/head/; revision=79289
Diffstat (limited to 'java/proguard/pkg-message')
-rw-r--r--java/proguard/pkg-message8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/proguard/pkg-message b/java/proguard/pkg-message
new file mode 100644
index 000000000000..3c32c75313cc
--- /dev/null
+++ b/java/proguard/pkg-message
@@ -0,0 +1,8 @@
+This port installs the jar-file (${PREFIX}/share/proguard1.5.1/lib/proguard.jar)
+which should be run with java:
+
+cd ${PREFIX}/share/proguard1.5.1/lib
+java -jar proguard.jar @options
+
+You should prepare the file with options before this. Read the documentation
+for the details.