Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2001 10:50:17 +0100 (CET)
From:      Ernst de Haan <ernst@heinz.jollem.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24453: Update for port java/bugseeker
Message-ID:  <200101190950.f0J9oHn15693@heinz.jollem.com>

next in thread | raw e-mail | index | archive | help

>Number:         24453
>Category:       ports
>Synopsis:       Update for port java/bugseeker
>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:   Fri Jan 19 02:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ernst de Haan
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Jollem Information Technology
>Environment:

	N/A

>Description:

	The original BugSeeker port only worked for the trial version of
	BugSeeker, while this version works for the Enterprise Edition ($ 195
	at www.karmira.com). Additionally, I will send-pr a bugseeker-demo
	port.

	There is also a Personal Edition, that comes at $ 95, but I don't know
	how to let my port choose between 2 distfiles, and pick whichever is
	available. Any insights would be appreciated.

>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
#
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 <ernst@jollem.com>
X#
X# $FreeBSD: ports/java/bugseeker/Makefile,v 1.1 2001/01/05 17:42:23 alex Exp $
X#
X
XPORTNAME=	bugseeker
XPORTVERSION=	1.0.2
XCATEGORIES=	java
XMASTER_SITES=	http://www.karmira.com/products/bugseeker2/download/
XDISTNAME=	bugseeker2ee-1_0_2
X
XPATCH_SITES=	http://www.jollem.com/~ernst/
XPATCHFILES=	bugseeker2.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}/bugseeker2
XPORTDESTDIR=	${PREFIX}/${PORTNAME}${PORTVERSION}
XPORTTITLE=	BugSeeker for Java 2 (Enterprise Edition)
XRECURSIVE_CP=	${CP} -R
X
X.include <bsd.port.pre.mk>
X
X.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
XIGNORE='You must manually obtain the ${DISTNAME}${EXTRACT_SUFX} file from Karmira, at http://www.karmira.com/store/index.html'
X.endif
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/bugseeker2.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
X.include <bsd.port.post.mk>
END-of-bugseeker/Makefile
echo x - bugseeker/distinfo
sed 's/^X//' >bugseeker/distinfo << 'END-of-bugseeker/distinfo'
XMD5 (bugseeker2ee-1_0_2.tar.gz) = 040a7bae14853542ee70dea698705a77
XMD5 (bugseeker2.sh.diff) = d1e114aa25e2b13f05e636deee815c39
END-of-bugseeker/distinfo
echo x - bugseeker/pkg-comment
sed 's/^X//' >bugseeker/pkg-comment << 'END-of-bugseeker/pkg-comment'
XA 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
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/bugseeker2.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
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101190950.f0J9oHn15693>