CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]        2016/06/15 13:49:40

Log message:
    import dex2jar. dex2jar contains following compment
    * dex-reader is designed to read the Dalvik Executable (.dex/.odex) format. 
It
    has a light weight API similar with ASM.
    * dex-translator is designed to do the convert job. It reads the dex 
instruction
    to dex-ir format, after some optimize, convert to ASM format.
    * dex-ir used by dex-translator, is designed to represent the dex 
instruction
    dex-tools tools to work with .class files.
    * d2j-smali disassemble dex to smali files and assemble dex from smali 
files.
    different implementation to smali/baksmali, same syntax, but we support 
escape
    in type desc "Lcom/dex2jar\t\u1234;"
    * dex-writer write dex same way as dex-reader.
    
    ok benoit@.
    
    Status:
    
    Vendor Tag: rpointel
    Release Tags:       rpointel_20160615
    
    N ports/devel/dex2jar/Makefile
    N ports/devel/dex2jar/distinfo
    N ports/devel/dex2jar/pkg/PLIST
    N ports/devel/dex2jar/pkg/DESCR
    N ports/devel/dex2jar/patches/patch-d2j_invoke_sh
    
    No conflicts created by this import

Reply via email to