diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-23 02:28:15 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-23 02:28:15 +0000 |
commit | 9faec07913fa5cf17edd5b0e1f30efa63ae9ccd6 (patch) | |
tree | 26b440d50b051d3374ddcc82afe78f223d95a178 /java/bugseeker/pkg-descr | |
parent | FIx a bug with the -tile option. (diff) |
Update of the 'java/bugseeker' port. Summary of changes:
* 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>
Notes
Notes:
svn path=/head/; revision=44338
Diffstat (limited to 'java/bugseeker/pkg-descr')
-rw-r--r-- | java/bugseeker/pkg-descr | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/java/bugseeker/pkg-descr b/java/bugseeker/pkg-descr index 736930af9dbf..e87e6c1c0662 100644 --- a/java/bugseeker/pkg-descr +++ b/java/bugseeker/pkg-descr @@ -1,7 +1,10 @@ -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. +BugSeeker for Java 2, a debugger for Java applications. - WWW: http://www.karmira.com/products/bugseeker2/ +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/ |