Modified: trunk/dports/java/dex2jar/Portfile (102356 => 102357)
--- trunk/dports/java/dex2jar/Portfile 2013-01-31 23:28:24 UTC (rev 102356)
+++ trunk/dports/java/dex2jar/Portfile 2013-02-01 00:06:31 UTC (rev 102357)
@@ -8,16 +8,16 @@
revision 1
maintainers cal openmaintainer
-categories java android devel
+categories java devel
description Tools to work with android .dex and java .class files
long_description dex2jar contains 4 components:\n\
- dex-reader is designed to read the Dalvik Executable (.dex/.odex) format.\
It has a lightweight API similar with ASM.\n\
- dex-translator is designed to do the convert job. It reads the dex\
instruction to dex-ir format, after some optimization, and converts to ASM\
- format.\
+ format.\n\
- dex-ir used by dex-translator, is designed to represent the dex\
- instruction.\
+ instruction.\n\
- dex-tools is a set of tools to work with .class files, e.g., to modify an\
apk or de-obfuscate a jar.