You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.6 KiB
Tcl
35 lines
1.6 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name gjdb
|
|
version 6.1.2
|
|
categories java devel
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
|
|
description GJDB is a modification of JDB, a debugger that comes \
|
|
with the public JDK (Java Development Kit) from Sun.
|
|
long_description GJDB is a modification of JDB, a debugger that comes \
|
|
with the public JDK (Java Development Kit) from Sun. \
|
|
Unlike Sun's version, it also allows you to debug \
|
|
programs that take input from the terminal. The \
|
|
expression language has been extended to include \
|
|
much more of the language (including numerous \
|
|
features missing from jdb, such as array \
|
|
allocation, initialized array allocation, the \
|
|
.super operator, less fussy overload resolution, \
|
|
and numerous binary numeric and logical \
|
|
operations).
|
|
homepage http://www.cs.berkeley.edu/~hilfingr/gjdb.html
|
|
platforms any
|
|
master_sites http://www.cs.berkeley.edu/~hilfingr/gjdb/
|
|
|
|
checksums md5 47af5b3b95a286860dd950cb133aae58 \
|
|
rmd160 07d0478bea87712420091a1b1dfdcefe91d759dc \
|
|
sha1 b0886f4af850799a4751f08612e0a8d115a7ad63
|
|
|
|
build.target
|
|
extract.suffix .tgz
|
|
patchfiles patch-Makefile.in.diff
|