* Set PORTREVISION to 1
* Including patch file in ${FILESDIR} instead of downloading it
* Emptied MASTER_SITES since the distfile needs to be obtained
from Karmira. This should avoid that I get complaints from fenners
script ;)
* Allowed scripting of the ${JAVA_HOME} variable, so the installer can
choose a JDK him/herself when installing. The bugseeker script is
changed accordingly
* Now installing the bugseeker shell script as ${PREFIX}/bin/bugseeker
with read/execute permissions for anyone
* Made IGNORE message more verbose
* Made install process more verbose
* Added NO_CDROM and RESTRICTED to Makefile
* Changed pkg-plist file to use substitutions instead of a fixed path
PR: 28323
Submitted by: Ernst de Haan <ernst@jollem.com>
11 lines
429 B
Plaintext
11 lines
429 B
Plaintext
BugSeeker for Java 2, a debugger for Java applications.
|
|
|
|
BugSeeker is a fully portable Java debugger application based on
|
|
JPDA. While it only runs on JDK 1.2 or higher, it supports
|
|
debugging JDK 1.1 and 1.0 applications too. The BugSeeker
|
|
application is a Swing-based application that allows you to step
|
|
through your program while watching threads, variables, field
|
|
values, etc.
|
|
|
|
WWW: http://www.karmira.com/products/bugseeker2/
|