From 41b5a082be88632ccbd99d6f2971fff0199f3ba4 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 19 May 2001 12:19:41 +0000 Subject: add bugseekder-demo The original java/bugseeker, but this time renamed to java/bugseeker-demo. The java/bugseeker port is now the full version. PR: 24454 Submitted by: Ernst de Haan --- java/Makefile | 1 + java/bugseeker-demo/Makefile | 47 ++++++++++ java/bugseeker-demo/distinfo | 2 + java/bugseeker-demo/pkg-comment | 1 + java/bugseeker-demo/pkg-descr | 11 +++ java/bugseeker-demo/pkg-plist | 185 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 247 insertions(+) create mode 100644 java/bugseeker-demo/Makefile create mode 100644 java/bugseeker-demo/distinfo create mode 100644 java/bugseeker-demo/pkg-comment create mode 100644 java/bugseeker-demo/pkg-descr create mode 100644 java/bugseeker-demo/pkg-plist (limited to 'java') diff --git a/java/Makefile b/java/Makefile index 2a2162532fd3..0d1e6abcab9c 100644 --- a/java/Makefile +++ b/java/Makefile @@ -3,6 +3,7 @@ SUBDIR += xalan-j SUBDIR += bugseeker + SUBDIR += bugseeker-demo SUBDIR += collections SUBDIR += cos SUBDIR += cryptix-jce diff --git a/java/bugseeker-demo/Makefile b/java/bugseeker-demo/Makefile new file mode 100644 index 000000000000..97571411dcb0 --- /dev/null +++ b/java/bugseeker-demo/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: bugseeker +# Date created: 22 December 2000 +# Whom: Ernst de Haan +# +# $FreeBSD$ +# + +PORTNAME= bugseeker-demo +PORTVERSION= 1.0.2 +CATEGORIES= java +MASTER_SITES= http://www.karmira.com/products/bugseeker2/download/ +DISTNAME= bugseeker2demo + +PATCH_SITES= http://www.jollem.com/~ernst/ +PATCHFILES= bugseeker2demo.sh.diff + +MAINTAINER= ernst@jollem.com + +RUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13 + +NO_BUILD= YES + +WRKSRC= ${WRKDIR}/${DISTNAME} +PORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION} +PORTTITLE= BugSeeker for Java 2 (Trial version) +RECURSIVE_CP= ${CP} -R + +.include + +do-install: + @${MKDIR} ${PORTDESTDIR} + @${CP} ${WRKSRC}/changes.txt ${PORTDESTDIR}/ + @${CP} ${WRKSRC}/license.txt ${PORTDESTDIR}/ + @${CP} ${WRKSRC}/readme.txt ${PORTDESTDIR}/ + @${MKDIR} ${PORTDESTDIR}/bin + @${CP} ${WRKSRC}/bin/bugseeker2demo.sh ${PORTDESTDIR}/bin/bugseeker.sh + @${MKDIR} ${PORTDESTDIR}/lib + @${RECURSIVE_CP} ${WRKSRC}/lib/* ${PORTDESTDIR}/lib/ + @${MKDIR} ${PORTDESTDIR}/manual + @${RECURSIVE_CP} ${WRKSRC}/manual/* ${PORTDESTDIR}/manual/ + +post-install: + @echo "${PORTTITLE} has been installed in ${PORTDESTDIR}." + @echo "If you don't have a trial license yet, then you can get a 30-day license at:" + @echo "http://www.karmira.com/products/bugseeker2/demo.html." + +.include diff --git a/java/bugseeker-demo/distinfo b/java/bugseeker-demo/distinfo new file mode 100644 index 000000000000..aa6d8e0e6c89 --- /dev/null +++ b/java/bugseeker-demo/distinfo @@ -0,0 +1,2 @@ +MD5 (bugseeker2demo.tar.gz) = 93869cf9ec49570b65af3f05bd665fbc +MD5 (bugseeker2demo.sh.diff) = bc8552affee18e955992c506c4e98017 diff --git a/java/bugseeker-demo/pkg-comment b/java/bugseeker-demo/pkg-comment new file mode 100644 index 000000000000..ad8fb274eeed --- /dev/null +++ b/java/bugseeker-demo/pkg-comment @@ -0,0 +1 @@ +A debugger for Java software diff --git a/java/bugseeker-demo/pkg-descr b/java/bugseeker-demo/pkg-descr new file mode 100644 index 000000000000..35a473ee0031 --- /dev/null +++ b/java/bugseeker-demo/pkg-descr @@ -0,0 +1,11 @@ +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. + +To use this program you will need to have a license installed. You can obtain +a license from the http://www.karmira.com/products/bugseeker2/demo.html. If +you already have a license key, you don't have to reregister there. + +WWW: http://www.karmira.com/products/bugseeker2/ diff --git a/java/bugseeker-demo/pkg-plist b/java/bugseeker-demo/pkg-plist new file mode 100644 index 000000000000..1464d18d88ec --- /dev/null +++ b/java/bugseeker-demo/pkg-plist @@ -0,0 +1,185 @@ +bugseeker1.0.2/bin/bugseeker.sh +bugseeker1.0.2/manual/images/drop.gif +bugseeker1.0.2/manual/images/WorkingDirectory.gif +bugseeker1.0.2/manual/images/WindowMenu.gif +bugseeker1.0.2/manual/images/WatchTabPopup.gif +bugseeker1.0.2/manual/images/WatchTab.gif +bugseeker1.0.2/manual/images/VariablesTab.gif +bugseeker1.0.2/manual/images/TransportTypes.gif +bugseeker1.0.2/manual/images/SourceViewer.gif +bugseeker1.0.2/manual/images/SkipStep.gif +bugseeker1.0.2/manual/images/SessionTabs.gif +bugseeker1.0.2/manual/images/RemoteDebugListen2.gif +bugseeker1.0.2/manual/images/RemoteDebugListen.gif +bugseeker1.0.2/manual/images/RemoteDebugAttach2.gif +bugseeker1.0.2/manual/images/RemoteDebugAttach.gif +bugseeker1.0.2/manual/images/RecentFiles.gif +bugseeker1.0.2/manual/images/ProjectTypeServlet.gif +bugseeker1.0.2/manual/images/ProjectTypes.gif +bugseeker1.0.2/manual/images/ProjectTypeApplet.gif +bugseeker1.0.2/manual/images/ProjectTypeApp.gif +bugseeker1.0.2/manual/images/ProjectSkipFilters.gif +bugseeker1.0.2/manual/images/ProjectRuntime.gif +bugseeker1.0.2/manual/images/ProjectMultiple.gif +bugseeker1.0.2/manual/images/ProjectAdvanced.gif +bugseeker1.0.2/manual/images/OptionsSound.gif +bugseeker1.0.2/manual/images/OptionsRuntime.gif +bugseeker1.0.2/manual/images/OptionsOutline.gif +bugseeker1.0.2/manual/images/OptionsLayout.gif +bugseeker1.0.2/manual/images/OptionsKeyboard.gif +bugseeker1.0.2/manual/images/OptionsHome.gif +bugseeker1.0.2/manual/images/OptionsGeneral.gif +bugseeker1.0.2/manual/images/OptionsFont.gif +bugseeker1.0.2/manual/images/OptionsEditFile.gif +bugseeker1.0.2/manual/images/OptionsDebug.gif +bugseeker1.0.2/manual/images/OptionsColor.gif +bugseeker1.0.2/manual/images/BreakpointGroupNew.gif +bugseeker1.0.2/manual/images/NewProject.gif +bugseeker1.0.2/manual/images/InfoTab.gif +bugseeker1.0.2/manual/images/NewJavaRuntimeDialog.gif +bugseeker1.0.2/manual/images/MonitorsTab.gif +bugseeker1.0.2/manual/images/MethodBreakpointSet.gif +bugseeker1.0.2/manual/images/MethodBreakpointProp.gif +bugseeker1.0.2/manual/images/LineBreakpointProps.gif +bugseeker1.0.2/manual/images/InspectorModify.gif +bugseeker1.0.2/manual/images/InspectorEval.gif +bugseeker1.0.2/manual/images/Inspector.gif +bugseeker1.0.2/manual/images/FieldWatchpointSet.gif +bugseeker1.0.2/manual/images/FieldWatchpointProp.gif +bugseeker1.0.2/manual/images/ExecutionPoint.gif +bugseeker1.0.2/manual/images/ExceptionBreakpointProp.gif +bugseeker1.0.2/manual/images/DataTips.gif +bugseeker1.0.2/manual/images/Classpath.gif +bugseeker1.0.2/manual/images/ClassOutline.gif +bugseeker1.0.2/manual/images/Legend.gif +bugseeker1.0.2/manual/images/ClassBreakpointSet.gif +bugseeker1.0.2/manual/images/ClassBreakpointProp.gif +bugseeker1.0.2/manual/images/CallStackTab.gif +bugseeker1.0.2/manual/images/BreakpointStrip.gif +bugseeker1.0.2/manual/images/BreakpointsDialog.gif +bugseeker1.0.2/manual/images/BreakpointsDeactivated.gif +bugseeker1.0.2/manual/images/OpenFileArchive.gif +bugseeker1.0.2/manual/images/CurrentGroup.gif +bugseeker1.0.2/manual/images/BreakpointTypes.gif +bugseeker1.0.2/manual/images/ExceptionBreakpoints.gif +bugseeker1.0.2/manual/images/ThreadsTab.gif +bugseeker1.0.2/manual/images/RemoteListening.gif +bugseeker1.0.2/manual/images/bugseeker2logo.jpg +bugseeker1.0.2/manual/images/BreakpointFilters.gif +bugseeker1.0.2/manual/project-opening.html +bugseeker1.0.2/manual/project-new.html +bugseeker1.0.2/manual/intro.html +bugseeker1.0.2/manual/projects.html +bugseeker1.0.2/manual/project-names.html +bugseeker1.0.2/manual/project-types.html +bugseeker1.0.2/manual/project-app-type.html +bugseeker1.0.2/manual/project-applet-type.html +bugseeker1.0.2/manual/project-servlet-type.html +bugseeker1.0.2/manual/project-remote-type.html +bugseeker1.0.2/manual/project-paths.html +bugseeker1.0.2/manual/project-runtime.html +bugseeker1.0.2/manual/project-working-dir.html +bugseeker1.0.2/manual/project-java-runtime.html +bugseeker1.0.2/manual/project-step-filters.html +bugseeker1.0.2/manual/project-saving.html +bugseeker1.0.2/manual/project-advanced-options.html +bugseeker1.0.2/manual/project-modifying.html +bugseeker1.0.2/manual/source-managing.html +bugseeker1.0.2/manual/project-closing.html +bugseeker1.0.2/manual/source-opening.html +bugseeker1.0.2/manual/project-managing-multiple.html +bugseeker1.0.2/manual/source.html +bugseeker1.0.2/manual/source-recent.html +bugseeker1.0.2/manual/source-closing.html +bugseeker1.0.2/manual/breakpoints.html +bugseeker1.0.2/manual/source-editing.html +bugseeker1.0.2/manual/source-viewer.html +bugseeker1.0.2/manual/source-outline.html +bugseeker1.0.2/manual/breakpoint-line.html +bugseeker1.0.2/manual/execution-stepping.html +bugseeker1.0.2/manual/examine.html +bugseeker1.0.2/manual/breakpoint-method.html +bugseeker1.0.2/manual/breakpoint-line-setting.html +bugseeker1.0.2/manual/breakpoint-line-properties.html +bugseeker1.0.2/manual/execution-step-into.html +bugseeker1.0.2/manual/breakpoint-method-setting.html +bugseeker1.0.2/manual/breakpoint-method-properties.html +bugseeker1.0.2/manual/breakpoint-class.html +bugseeker1.0.2/manual/execution-step-over.html +bugseeker1.0.2/manual/breakpoint-class-setting.html +bugseeker1.0.2/manual/execution-step-out.html +bugseeker1.0.2/manual/breakpoint-class-properties.html +bugseeker1.0.2/manual/breakpoint-exception.html +bugseeker1.0.2/manual/execution-skip-step.html +bugseeker1.0.2/manual/execution.html +bugseeker1.0.2/manual/breakpoint-exception-setting.html +bugseeker1.0.2/manual/examine-debug-views.html +bugseeker1.0.2/manual/execution-run-to-cursor.html +bugseeker1.0.2/manual/breakpoint-exception-properties.html +bugseeker1.0.2/manual/breakpoint-field.html +bugseeker1.0.2/manual/breakpoint-field-setting.html +bugseeker1.0.2/manual/examine-session-tabs.html +bugseeker1.0.2/manual/breakpoint-field-properties.html +bugseeker1.0.2/manual/breakpoint-removing.html +bugseeker1.0.2/manual/examine-debug-tabs.html +bugseeker1.0.2/manual/breakpoint-enable-disable.html +bugseeker1.0.2/manual/examine-variables.html +bugseeker1.0.2/manual/breakpoint-deactivated.html +bugseeker1.0.2/manual/breakpoint-groups.html +bugseeker1.0.2/manual/breakpoint-managing.html +bugseeker1.0.2/manual/examine-watch.html +bugseeker1.0.2/manual/examine-call-stack.html +bugseeker1.0.2/manual/breakpoint-exception-dialog.html +bugseeker1.0.2/manual/examine-threads.html +bugseeker1.0.2/manual/execution-working-dir.html +bugseeker1.0.2/manual/execution-compiling.html +bugseeker1.0.2/manual/execution-native.html +bugseeker1.0.2/manual/execution-starting.html +bugseeker1.0.2/manual/execution-exec-point.html +bugseeker1.0.2/manual/execution-pausing.html +bugseeker1.0.2/manual/execution-resuming.html +bugseeker1.0.2/manual/execution-stopping.html +bugseeker1.0.2/manual/execution-restarting.html +bugseeker1.0.2/manual/examine-console.html +bugseeker1.0.2/manual/examine-monitors.html +bugseeker1.0.2/manual/examine-info.html +bugseeker1.0.2/manual/examine-active-closed-views.html +bugseeker1.0.2/manual/examine-datatips.html +bugseeker1.0.2/manual/examine-inspector.html +bugseeker1.0.2/manual/remote.html +bugseeker1.0.2/manual/remote-transport-type.html +bugseeker1.0.2/manual/remote-socket-type.html +bugseeker1.0.2/manual/remote-shmem-type.html +bugseeker1.0.2/manual/remote-attach.html +bugseeker1.0.2/manual/remote-listen.html +bugseeker1.0.2/manual/custom.html +bugseeker1.0.2/manual/custom-general.html +bugseeker1.0.2/manual/custom-debug.html +bugseeker1.0.2/manual/custom-layout.html +bugseeker1.0.2/manual/custom-keyboard.html +bugseeker1.0.2/manual/custom-edit-file.html +bugseeker1.0.2/manual/custom-home.html +bugseeker1.0.2/manual/custom-font.html +bugseeker1.0.2/manual/custom-color.html +bugseeker1.0.2/manual/appendix-a.html +bugseeker1.0.2/manual/custom-sound.html +bugseeker1.0.2/manual/custom-outline.html +bugseeker1.0.2/manual/custom-runtime.html +bugseeker1.0.2/manual/appendix-b.html +bugseeker1.0.2/manual/appendix-c.html +bugseeker1.0.2/manual/appendix-d.html +bugseeker1.0.2/manual/troubleshooting.html +bugseeker1.0.2/manual/header.html +bugseeker1.0.2/manual/title.html +bugseeker1.0.2/manual/toc.html +bugseeker1.0.2/manual/index.html +bugseeker1.0.2/manual/mstyle.css +bugseeker1.0.2/lib/bugseeker2demo.jar +bugseeker1.0.2/readme.txt +bugseeker1.0.2/changes.txt +bugseeker1.0.2/license.txt +@dirrm bugseeker1.0.2/bin +@dirrm bugseeker1.0.2/manual/images +@dirrm bugseeker1.0.2/manual +@dirrm bugseeker1.0.2/lib +@dirrm bugseeker1.0.2 -- cgit v1.2.3