OpenBSD CVS

CVS log for ports/devel/dex2jar/Makefile


[BACK] Up to [local] / ports / devel / dex2jar

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Thu Sep 21 09:49:52 2023 UTC (8 months, 1 week ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.8: +1 -1 lines
Diff to previous 1.8 (unified)

-> SITES

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 11 18:49:57 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.7: +0 -2 lines
Diff to previous 1.7 (unified)

drop RCS Ids

Revision 1.7 / (download) - annotate - [select for diffs], Wed May 19 01:50:29 2021 UTC (3 years ago) by kurt
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

Bump revision on all 1.8+ ports since now they will build with jdk
1.8 on aarch64 and their run depends will also change. okay ian@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 12 20:44:07 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 11 00:38:34 2019 UTC (4 years, 11 months ago) by kurt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

Revision bump all java ports for the jre package removal and java.port.mk
changes.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 24 22:24:12 2019 UTC (5 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.3: +3 -4 lines
Diff to previous 1.3 (unified)

sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 19 18:42:19 2017 UTC (6 years, 9 months ago) by rpointel
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (unified)

relink to the build:MODJAVA_VER =  1.7+

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 21 13:27:46 2017 UTC (7 years, 1 month ago) by kurt
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

- disconnect devel/jdk/1.7 from the build
- adjust java.port.mk so all 1.7 and lower ports now build with 1.8
- bump revision on affected ports
okay sthen@, ian@, landry@

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jun 15 19:49:40 2016 UTC (7 years, 11 months ago) by rpointel
Branch: rpointel
CVS Tags: rpointel_20160615, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

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@.


Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 15 19:49:40 2016 UTC (7 years, 11 months ago) by rpointel
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.