From owner-freebsd-ports Wed Jan 3 19:10:13 2001 From owner-freebsd-ports@FreeBSD.ORG Wed Jan 3 19:10:02 2001 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 065D437B404 for ; Wed, 3 Jan 2001 19:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f043A1914671; Wed, 3 Jan 2001 19:10:01 -0800 (PST) (envelope-from gnats) Resent-Date: Wed, 3 Jan 2001 19:10:01 -0800 (PST) Resent-Message-Id: <200101040310.f043A1914671@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, ernst@heinz.jollem.com Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id E2B9D37B400 for ; Wed, 3 Jan 2001 19:02:27 -0800 (PST) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f0431I242322; Thu, 4 Jan 2001 04:01:18 +0100 (CET) (envelope-from ernst) Message-Id: <200101040301.f0431I242322@heinz.jollem.com> Date: Thu, 4 Jan 2001 04:01:18 +0100 (CET) From: Ernst de Haan Reply-To: ernst@heinz.jollem.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24062: New port: BugSeeker for Java 2 Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24062 >Category: ports >Synopsis: New port: BugSeeker for Java 2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 03 19:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Ernst de Haan >Release: FreeBSD 4.2-STABLE i386 >Organization: Jollem Information Technology >Environment: FreeBSD 4.2-STABLE >Description: BugSeeker for Java 2. This a debugger for Java 2 (JDK 1.2+) applications, that uses the Java Platform Debugger Architecture (JPDA). This port uses the Linux JDK 1.3.0. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # bugseeker # bugseeker/Makefile # bugseeker/distinfo # bugseeker/pkg-comment # bugseeker/pkg-descr # bugseeker/pkg-plist # bugseeker/work # echo c - bugseeker mkdir -p bugseeker > /dev/null 2>&1 echo x - bugseeker/Makefile sed 's/^X//' >bugseeker/Makefile << 'END-of-bugseeker/Makefile' X# New ports collection makefile for: bugseeker X# Date created: 22 December 2000 X# Whom: Ernst de Haan X# X# $FreeBSD$ X# X XPORTNAME= bugseeker XPORTVERSION= 1.0.2 XCATEGORIES= java XMASTER_SITES= http://www.karmira.com/products/bugseeker2/download/ XDISTNAME= bugseeker2demo X XPATCH_SITES= http://www.jollem.com/~ernst/ XPATCHFILES= bugseeker2demo.sh.diff X XMAINTAINER= ernst@jollem.com X XRUN_DEPENDS= ${LOCALBASE}/linux-jdk1.3.0/bin/java:${PORTSDIR}/java/linux-jdk13 X XNO_BUILD= YES X XWRKSRC= ${WRKDIR}/${DISTNAME} XPORTDESTDIR= ${PREFIX}/${PORTNAME}${PORTVERSION} XPORTTITLE= BugSeeker for Java 2 XRECURSIVE_CP= ${CP} -R X X.include X Xdo-install: X @${MKDIR} ${PORTDESTDIR} X @${CP} ${WRKSRC}/changes.txt ${PORTDESTDIR}/ X @${CP} ${WRKSRC}/license.txt ${PORTDESTDIR}/ X @${CP} ${WRKSRC}/readme.txt ${PORTDESTDIR}/ X @${MKDIR} ${PORTDESTDIR}/bin X @${CP} ${WRKSRC}/bin/bugseeker2demo.sh ${PORTDESTDIR}/bin/bugseeker.sh X @${MKDIR} ${PORTDESTDIR}/lib X @${RECURSIVE_CP} ${WRKSRC}/lib/* ${PORTDESTDIR}/lib/ X @${MKDIR} ${PORTDESTDIR}/manual X @${RECURSIVE_CP} ${WRKSRC}/manual/* ${PORTDESTDIR}/manual/ X Xpost-install: X @echo "${PORTTITLE} has been installed in ${PORTDESTDIR}." X @echo "If you don't have a license yet, then you can get a 30-day trial license at:" X @echo "http://www.karmira.com/products/bugseeker2/demo.html." X X.include END-of-bugseeker/Makefile echo x - bugseeker/distinfo sed 's/^X//' >bugseeker/distinfo << 'END-of-bugseeker/distinfo' XMD5 (bugseeker2demo.tar.gz) = 93869cf9ec49570b65af3f05bd665fbc XMD5 (bugseeker2demo.sh.diff) = bc8552affee18e955992c506c4e98017 END-of-bugseeker/distinfo echo x - bugseeker/pkg-comment sed 's/^X//' >bugseeker/pkg-comment << 'END-of-bugseeker/pkg-comment' XBugSeeker, debugger for Java software END-of-bugseeker/pkg-comment echo x - bugseeker/pkg-descr sed 's/^X//' >bugseeker/pkg-descr << 'END-of-bugseeker/pkg-descr' XBugSeeker is a fully portable Java debugger application based on JPDA. While Xit only runs on JDK 1.2 or higher, it supports debugging JDK 1.1 and 1.0 Xapplications too. The BugSeeker application is a Swing-based application that Xallows you to step through your program while watching threads, variables, Xfield values, etc. X XTo use this program you will need to have a license installed. You can obtain Xa license from the http://www.karmira.com/products/bugseeker2/demo.html. If Xyou already have a license key, you don't have to reregister there. X X WWW: http://www.karmira.com/products/bugseeker2/ END-of-bugseeker/pkg-descr echo x - bugseeker/pkg-plist sed 's/^X//' >bugseeker/pkg-plist << 'END-of-bugseeker/pkg-plist' Xbugseeker1.0.2/bin/bugseeker.sh Xbugseeker1.0.2/manual/images/drop.gif Xbugseeker1.0.2/manual/images/WorkingDirectory.gif Xbugseeker1.0.2/manual/images/WindowMenu.gif Xbugseeker1.0.2/manual/images/WatchTabPopup.gif Xbugseeker1.0.2/manual/images/WatchTab.gif Xbugseeker1.0.2/manual/images/VariablesTab.gif Xbugseeker1.0.2/manual/images/TransportTypes.gif Xbugseeker1.0.2/manual/images/SourceViewer.gif Xbugseeker1.0.2/manual/images/SkipStep.gif Xbugseeker1.0.2/manual/images/SessionTabs.gif Xbugseeker1.0.2/manual/images/RemoteDebugListen2.gif Xbugseeker1.0.2/manual/images/RemoteDebugListen.gif Xbugseeker1.0.2/manual/images/RemoteDebugAttach2.gif Xbugseeker1.0.2/manual/images/RemoteDebugAttach.gif Xbugseeker1.0.2/manual/images/RecentFiles.gif Xbugseeker1.0.2/manual/images/ProjectTypeServlet.gif Xbugseeker1.0.2/manual/images/ProjectTypes.gif Xbugseeker1.0.2/manual/images/ProjectTypeApplet.gif Xbugseeker1.0.2/manual/images/ProjectTypeApp.gif Xbugseeker1.0.2/manual/images/ProjectSkipFilters.gif Xbugseeker1.0.2/manual/images/ProjectRuntime.gif Xbugseeker1.0.2/manual/images/ProjectMultiple.gif Xbugseeker1.0.2/manual/images/ProjectAdvanced.gif Xbugseeker1.0.2/manual/images/OptionsSound.gif Xbugseeker1.0.2/manual/images/OptionsRuntime.gif Xbugseeker1.0.2/manual/images/OptionsOutline.gif Xbugseeker1.0.2/manual/images/OptionsLayout.gif Xbugseeker1.0.2/manual/images/OptionsKeyboard.gif Xbugseeker1.0.2/manual/images/OptionsHome.gif Xbugseeker1.0.2/manual/images/OptionsGeneral.gif Xbugseeker1.0.2/manual/images/OptionsFont.gif Xbugseeker1.0.2/manual/images/OptionsEditFile.gif Xbugseeker1.0.2/manual/images/OptionsDebug.gif Xbugseeker1.0.2/manual/images/OptionsColor.gif Xbugseeker1.0.2/manual/images/BreakpointGroupNew.gif Xbugseeker1.0.2/manual/images/NewProject.gif Xbugseeker1.0.2/manual/images/InfoTab.gif Xbugseeker1.0.2/manual/images/NewJavaRuntimeDialog.gif Xbugseeker1.0.2/manual/images/MonitorsTab.gif Xbugseeker1.0.2/manual/images/MethodBreakpointSet.gif Xbugseeker1.0.2/manual/images/MethodBreakpointProp.gif Xbugseeker1.0.2/manual/images/LineBreakpointProps.gif Xbugseeker1.0.2/manual/images/InspectorModify.gif Xbugseeker1.0.2/manual/images/InspectorEval.gif Xbugseeker1.0.2/manual/images/Inspector.gif Xbugseeker1.0.2/manual/images/FieldWatchpointSet.gif Xbugseeker1.0.2/manual/images/FieldWatchpointProp.gif Xbugseeker1.0.2/manual/images/ExecutionPoint.gif Xbugseeker1.0.2/manual/images/ExceptionBreakpointProp.gif Xbugseeker1.0.2/manual/images/DataTips.gif Xbugseeker1.0.2/manual/images/Classpath.gif Xbugseeker1.0.2/manual/images/ClassOutline.gif Xbugseeker1.0.2/manual/images/Legend.gif Xbugseeker1.0.2/manual/images/ClassBreakpointSet.gif Xbugseeker1.0.2/manual/images/ClassBreakpointProp.gif Xbugseeker1.0.2/manual/images/CallStackTab.gif Xbugseeker1.0.2/manual/images/BreakpointStrip.gif Xbugseeker1.0.2/manual/images/BreakpointsDialog.gif Xbugseeker1.0.2/manual/images/BreakpointsDeactivated.gif Xbugseeker1.0.2/manual/images/OpenFileArchive.gif Xbugseeker1.0.2/manual/images/CurrentGroup.gif Xbugseeker1.0.2/manual/images/BreakpointTypes.gif Xbugseeker1.0.2/manual/images/ExceptionBreakpoints.gif Xbugseeker1.0.2/manual/images/ThreadsTab.gif Xbugseeker1.0.2/manual/images/RemoteListening.gif Xbugseeker1.0.2/manual/images/bugseeker2logo.jpg Xbugseeker1.0.2/manual/images/BreakpointFilters.gif Xbugseeker1.0.2/manual/project-opening.html Xbugseeker1.0.2/manual/project-new.html Xbugseeker1.0.2/manual/intro.html Xbugseeker1.0.2/manual/projects.html Xbugseeker1.0.2/manual/project-names.html Xbugseeker1.0.2/manual/project-types.html Xbugseeker1.0.2/manual/project-app-type.html Xbugseeker1.0.2/manual/project-applet-type.html Xbugseeker1.0.2/manual/project-servlet-type.html Xbugseeker1.0.2/manual/project-remote-type.html Xbugseeker1.0.2/manual/project-paths.html Xbugseeker1.0.2/manual/project-runtime.html Xbugseeker1.0.2/manual/project-working-dir.html Xbugseeker1.0.2/manual/project-java-runtime.html Xbugseeker1.0.2/manual/project-step-filters.html Xbugseeker1.0.2/manual/project-saving.html Xbugseeker1.0.2/manual/project-advanced-options.html Xbugseeker1.0.2/manual/project-modifying.html Xbugseeker1.0.2/manual/source-managing.html Xbugseeker1.0.2/manual/project-closing.html Xbugseeker1.0.2/manual/source-opening.html Xbugseeker1.0.2/manual/project-managing-multiple.html Xbugseeker1.0.2/manual/source.html Xbugseeker1.0.2/manual/source-recent.html Xbugseeker1.0.2/manual/source-closing.html Xbugseeker1.0.2/manual/breakpoints.html Xbugseeker1.0.2/manual/source-editing.html Xbugseeker1.0.2/manual/source-viewer.html Xbugseeker1.0.2/manual/source-outline.html Xbugseeker1.0.2/manual/breakpoint-line.html Xbugseeker1.0.2/manual/execution-stepping.html Xbugseeker1.0.2/manual/examine.html Xbugseeker1.0.2/manual/breakpoint-method.html Xbugseeker1.0.2/manual/breakpoint-line-setting.html Xbugseeker1.0.2/manual/breakpoint-line-properties.html Xbugseeker1.0.2/manual/execution-step-into.html Xbugseeker1.0.2/manual/breakpoint-method-setting.html Xbugseeker1.0.2/manual/breakpoint-method-properties.html Xbugseeker1.0.2/manual/breakpoint-class.html Xbugseeker1.0.2/manual/execution-step-over.html Xbugseeker1.0.2/manual/breakpoint-class-setting.html Xbugseeker1.0.2/manual/execution-step-out.html Xbugseeker1.0.2/manual/breakpoint-class-properties.html Xbugseeker1.0.2/manual/breakpoint-exception.html Xbugseeker1.0.2/manual/execution-skip-step.html Xbugseeker1.0.2/manual/execution.html Xbugseeker1.0.2/manual/breakpoint-exception-setting.html Xbugseeker1.0.2/manual/examine-debug-views.html Xbugseeker1.0.2/manual/execution-run-to-cursor.html Xbugseeker1.0.2/manual/breakpoint-exception-properties.html Xbugseeker1.0.2/manual/breakpoint-field.html Xbugseeker1.0.2/manual/breakpoint-field-setting.html Xbugseeker1.0.2/manual/examine-session-tabs.html Xbugseeker1.0.2/manual/breakpoint-field-properties.html Xbugseeker1.0.2/manual/breakpoint-removing.html Xbugseeker1.0.2/manual/examine-debug-tabs.html Xbugseeker1.0.2/manual/breakpoint-enable-disable.html Xbugseeker1.0.2/manual/examine-variables.html Xbugseeker1.0.2/manual/breakpoint-deactivated.html Xbugseeker1.0.2/manual/breakpoint-groups.html Xbugseeker1.0.2/manual/breakpoint-managing.html Xbugseeker1.0.2/manual/examine-watch.html Xbugseeker1.0.2/manual/examine-call-stack.html Xbugseeker1.0.2/manual/breakpoint-exception-dialog.html Xbugseeker1.0.2/manual/examine-threads.html Xbugseeker1.0.2/manual/execution-working-dir.html Xbugseeker1.0.2/manual/execution-compiling.html Xbugseeker1.0.2/manual/execution-native.html Xbugseeker1.0.2/manual/execution-starting.html Xbugseeker1.0.2/manual/execution-exec-point.html Xbugseeker1.0.2/manual/execution-pausing.html Xbugseeker1.0.2/manual/execution-resuming.html Xbugseeker1.0.2/manual/execution-stopping.html Xbugseeker1.0.2/manual/execution-restarting.html Xbugseeker1.0.2/manual/examine-console.html Xbugseeker1.0.2/manual/examine-monitors.html Xbugseeker1.0.2/manual/examine-info.html Xbugseeker1.0.2/manual/examine-active-closed-views.html Xbugseeker1.0.2/manual/examine-datatips.html Xbugseeker1.0.2/manual/examine-inspector.html Xbugseeker1.0.2/manual/remote.html Xbugseeker1.0.2/manual/remote-transport-type.html Xbugseeker1.0.2/manual/remote-socket-type.html Xbugseeker1.0.2/manual/remote-shmem-type.html Xbugseeker1.0.2/manual/remote-attach.html Xbugseeker1.0.2/manual/remote-listen.html Xbugseeker1.0.2/manual/custom.html Xbugseeker1.0.2/manual/custom-general.html Xbugseeker1.0.2/manual/custom-debug.html Xbugseeker1.0.2/manual/custom-layout.html Xbugseeker1.0.2/manual/custom-keyboard.html Xbugseeker1.0.2/manual/custom-edit-file.html Xbugseeker1.0.2/manual/custom-home.html Xbugseeker1.0.2/manual/custom-font.html Xbugseeker1.0.2/manual/custom-color.html Xbugseeker1.0.2/manual/appendix-a.html Xbugseeker1.0.2/manual/custom-sound.html Xbugseeker1.0.2/manual/custom-outline.html Xbugseeker1.0.2/manual/custom-runtime.html Xbugseeker1.0.2/manual/appendix-b.html Xbugseeker1.0.2/manual/appendix-c.html Xbugseeker1.0.2/manual/appendix-d.html Xbugseeker1.0.2/manual/troubleshooting.html Xbugseeker1.0.2/manual/header.html Xbugseeker1.0.2/manual/title.html Xbugseeker1.0.2/manual/toc.html Xbugseeker1.0.2/manual/index.html Xbugseeker1.0.2/manual/mstyle.css Xbugseeker1.0.2/lib/bugseeker2demo.jar Xbugseeker1.0.2/readme.txt Xbugseeker1.0.2/changes.txt Xbugseeker1.0.2/license.txt X@dirrm bugseeker1.0.2/bin X@dirrm bugseeker1.0.2/manual/images X@dirrm bugseeker1.0.2/manual X@dirrm bugseeker1.0.2/lib X@dirrm bugseeker1.0.2 END-of-bugseeker/pkg-plist echo c - bugseeker/work mkdir -p bugseeker/work > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message