1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gjdb |
---|
6 | version 6.1.0 |
---|
7 | categories java devel |
---|
8 | maintainers whatisinaname.org:perry |
---|
9 | description GJDB is a modification of JDB, a debugger that comes with \ |
---|
10 | the public JDK (Java Development Kit) from Sun. |
---|
11 | long_description GJDB is a modification of JDB, a debugger that comes with \ |
---|
12 | the public JDK (Java Development Kit) from Sun. Unlike \ |
---|
13 | Sun's version, it also allows you to debug programs that \ |
---|
14 | take input from the terminal. The expression language \ |
---|
15 | has been extended to include much more of the language \ |
---|
16 | (including numerous features missing from jdb, such as \ |
---|
17 | array allocation, initialized array allocation, the \ |
---|
18 | .super operator, less fussy overload resolution, and \ |
---|
19 | numerous binary numeric and logical operations). |
---|
20 | homepage http://www.cs.berkeley.edu/~hilfingr/gjdb.html |
---|
21 | platforms darwin |
---|
22 | master_sites http://www.cs.berkeley.edu/~hilfingr/gjdb/ |
---|
23 | |
---|
24 | checksums md5 72abe52c79419c19aa830ad598791728 \ |
---|
25 | rmd160 061c6b167546990455cfa46660edd9d6f362ab49 \ |
---|
26 | sha1 39506affdf89cb53fa4c0e19f626e4347172af0e |
---|
27 | |
---|
28 | build.target |
---|
29 | extract.suffix .tgz |
---|
30 | patchfiles patch-gjdb-6.1.0-Makefile.in.diff |
---|