Ticket #17240: Portfile

File Portfile, 1.4 KB (added by perry@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                gjdb
6version             6.1.0
7categories          java devel
8maintainers         whatisinaname.org:perry
9description         GJDB is a modification of JDB, a debugger that comes with \
10                    the public JDK (Java Development Kit) from Sun.
11long_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).
20homepage            http://www.cs.berkeley.edu/~hilfingr/gjdb.html
21platforms           darwin
22master_sites        http://www.cs.berkeley.edu/~hilfingr/gjdb/
23
24checksums           md5 72abe52c79419c19aa830ad598791728 \
25                    rmd160 061c6b167546990455cfa46660edd9d6f362ab49 \
26                    sha1 39506affdf89cb53fa4c0e19f626e4347172af0e
27
28build.target
29extract.suffix      .tgz
30patchfiles          patch-gjdb-6.1.0-Makefile.in.diff