summaryrefslogtreecommitdiff
path: root/java/bugseeker
diff options
context:
space:
mode:
Diffstat (limited to 'java/bugseeker')
-rw-r--r--java/bugseeker/Makefile55
-rw-r--r--java/bugseeker/distinfo1
-rw-r--r--java/bugseeker/files/patch-aa36
-rw-r--r--java/bugseeker/pkg-descr10
-rw-r--r--java/bugseeker/pkg-plist184
5 files changed, 0 insertions, 286 deletions
diff --git a/java/bugseeker/Makefile b/java/bugseeker/Makefile
deleted file mode 100644
index 698d7d0b005b..000000000000
--- a/java/bugseeker/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: bugseeker
-# Date created: 22 December 2000
-# Whom: Ernst de Haan <znerd@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bugseeker
-PORTVERSION= 1.0.2
-PORTREVISION= 2
-CATEGORIES= java
-MASTER_SITES= #
-DISTNAME= bugseeker2ee-1_0_2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= BugSeeker for Java 2, a debugger for Java applications
-
-BROKEN= "unfetchable"
-DEPRECATED= unfetchable
-EXPIRATION_DATE=2005-10-31
-
-USE_JAVA= 1.3+
-
-NO_CDROM= "License doesn\'t allow redistribution"
-RESTRICTED= "Redistribution of repackaged binaries not permitted"
-NO_BUILD= YES
-
-WRKSRC= ${WRKDIR}/bugseeker2
-PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///}
-TARGET_DIR= ${PREFIX}/${PKGBASE}${PORTVERSION}
-DOWNLOAD_URL?= http://www.karmira.com/store/index.html
-
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE=You must manually obtain the ${DISTNAME}${EXTRACT_SUFX} file from Karmira, at ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
-.endif
-
-do-install:
- ${CAT} ${WRKSRC}/bin/bugseeker2.sh \
- | ${SED} "/%%TARGET_DIR%%/s//${TARGET_DIR:S/\//\\\//g}/" \
- | ${SED} "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/" \
- > ${WRKSRC}/bin/bugseeker
- ${CHMOD} a+xr ${WRKSRC}/bin/bugseeker
- ${MKDIR} ${TARGET_DIR}
- ${CP} ${WRKSRC}/changes.txt ${TARGET_DIR}/
- ${CP} ${WRKSRC}/license.txt ${TARGET_DIR}/
- ${CP} ${WRKSRC}/readme.txt ${TARGET_DIR}/
- ${CP} ${WRKSRC}/bin/bugseeker ${PREFIX}/bin
- ${MKDIR} ${TARGET_DIR}/lib
- ${CP} -r ${WRKSRC}/lib/* ${TARGET_DIR}/lib/
- ${MKDIR} ${TARGET_DIR}/manual
- ${CP} -r ${WRKSRC}/manual/* ${TARGET_DIR}/manual/
-
-.include <bsd.port.post.mk>
diff --git a/java/bugseeker/distinfo b/java/bugseeker/distinfo
deleted file mode 100644
index 27658826d94d..000000000000
--- a/java/bugseeker/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (bugseeker2ee-1_0_2.tar.gz) = 040a7bae14853542ee70dea698705a77
diff --git a/java/bugseeker/files/patch-aa b/java/bugseeker/files/patch-aa
deleted file mode 100644
index be00a75c8e11..000000000000
--- a/java/bugseeker/files/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
---- bin/bugseeker2.sh.orig Sun Oct 22 01:20:38 2000
-+++ bin/bugseeker2.sh Thu Jun 21 19:40:14 2001
-@@ -2,22 +2,15 @@
- #
- # BugSeeker for Java 2 Startup Script
- # ============================================================================
--# For Linux, Solaris, Unix
--#
--# Please customize this script by following the five simple configuration
--# steps listed below
--# ----------------------------------------------------------------------------
-+# For FreeBSD
-
- # Step 1:
- # =======
- # Specify the JAVA_HOME for this script. JAVA_HOME should refer to the
- # home location where your system's Java Development Kit is installed
--# For instance, the supplied example assumes the JDK is installed at
--# /usr/java
- # ----------------------------------------------------------------------------
-
--JAVA_HOME=/usr/java
--#JAVA_HOME=/usr/j2se # Solaris JDK 1.3
-+JAVA_HOME=%%JAVA_HOME%%
-
- # Step 2:
- # =======
-@@ -26,7 +19,7 @@
- # system.
- # ----------------------------------------------------------------------------
-
--BUGSEEKER2_HOME=/usr/local/bugseeker2
-+BUGSEEKER2_HOME=%%TARGET_DIR%%
-
- # Step 3:
- # =======
diff --git a/java/bugseeker/pkg-descr b/java/bugseeker/pkg-descr
deleted file mode 100644
index e87e6c1c0662..000000000000
--- a/java/bugseeker/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/
diff --git a/java/bugseeker/pkg-plist b/java/bugseeker/pkg-plist
deleted file mode 100644
index 48d4d07dae86..000000000000
--- a/java/bugseeker/pkg-plist
+++ /dev/null
@@ -1,184 +0,0 @@
-%%T%%/manual/images/drop.gif
-%%T%%/manual/images/WorkingDirectory.gif
-%%T%%/manual/images/WindowMenu.gif
-%%T%%/manual/images/WatchTabPopup.gif
-%%T%%/manual/images/WatchTab.gif
-%%T%%/manual/images/VariablesTab.gif
-%%T%%/manual/images/TransportTypes.gif
-%%T%%/manual/images/SourceViewer.gif
-%%T%%/manual/images/SkipStep.gif
-%%T%%/manual/images/SessionTabs.gif
-%%T%%/manual/images/RemoteDebugListen2.gif
-%%T%%/manual/images/RemoteDebugListen.gif
-%%T%%/manual/images/RemoteDebugAttach2.gif
-%%T%%/manual/images/RemoteDebugAttach.gif
-%%T%%/manual/images/RecentFiles.gif
-%%T%%/manual/images/ProjectTypeServlet.gif
-%%T%%/manual/images/ProjectTypes.gif
-%%T%%/manual/images/ProjectTypeApplet.gif
-%%T%%/manual/images/ProjectTypeApp.gif
-%%T%%/manual/images/ProjectSkipFilters.gif
-%%T%%/manual/images/ProjectRuntime.gif
-%%T%%/manual/images/ProjectMultiple.gif
-%%T%%/manual/images/ProjectAdvanced.gif
-%%T%%/manual/images/OptionsSound.gif
-%%T%%/manual/images/OptionsRuntime.gif
-%%T%%/manual/images/OptionsOutline.gif
-%%T%%/manual/images/OptionsLayout.gif
-%%T%%/manual/images/OptionsKeyboard.gif
-%%T%%/manual/images/OptionsHome.gif
-%%T%%/manual/images/OptionsGeneral.gif
-%%T%%/manual/images/OptionsFont.gif
-%%T%%/manual/images/OptionsEditFile.gif
-%%T%%/manual/images/OptionsDebug.gif
-%%T%%/manual/images/OptionsColor.gif
-%%T%%/manual/images/BreakpointGroupNew.gif
-%%T%%/manual/images/NewProject.gif
-%%T%%/manual/images/InfoTab.gif
-%%T%%/manual/images/NewJavaRuntimeDialog.gif
-%%T%%/manual/images/MonitorsTab.gif
-%%T%%/manual/images/MethodBreakpointSet.gif
-%%T%%/manual/images/MethodBreakpointProp.gif
-%%T%%/manual/images/LineBreakpointProps.gif
-%%T%%/manual/images/InspectorModify.gif
-%%T%%/manual/images/InspectorEval.gif
-%%T%%/manual/images/Inspector.gif
-%%T%%/manual/images/FieldWatchpointSet.gif
-%%T%%/manual/images/FieldWatchpointProp.gif
-%%T%%/manual/images/ExecutionPoint.gif
-%%T%%/manual/images/ExceptionBreakpointProp.gif
-%%T%%/manual/images/DataTips.gif
-%%T%%/manual/images/Classpath.gif
-%%T%%/manual/images/ClassOutline.gif
-%%T%%/manual/images/Legend.gif
-%%T%%/manual/images/ClassBreakpointSet.gif
-%%T%%/manual/images/ClassBreakpointProp.gif
-%%T%%/manual/images/CallStackTab.gif
-%%T%%/manual/images/BreakpointStrip.gif
-%%T%%/manual/images/BreakpointsDialog.gif
-%%T%%/manual/images/BreakpointsDeactivated.gif
-%%T%%/manual/images/OpenFileArchive.gif
-%%T%%/manual/images/CurrentGroup.gif
-%%T%%/manual/images/BreakpointTypes.gif
-%%T%%/manual/images/ExceptionBreakpoints.gif
-%%T%%/manual/images/ThreadsTab.gif
-%%T%%/manual/images/RemoteListening.gif
-%%T%%/manual/images/bugseeker2logo.jpg
-%%T%%/manual/images/BreakpointFilters.gif
-%%T%%/manual/project-opening.html
-%%T%%/manual/project-new.html
-%%T%%/manual/intro.html
-%%T%%/manual/projects.html
-%%T%%/manual/project-names.html
-%%T%%/manual/project-types.html
-%%T%%/manual/project-app-type.html
-%%T%%/manual/project-applet-type.html
-%%T%%/manual/project-servlet-type.html
-%%T%%/manual/project-remote-type.html
-%%T%%/manual/project-paths.html
-%%T%%/manual/project-runtime.html
-%%T%%/manual/project-working-dir.html
-%%T%%/manual/project-java-runtime.html
-%%T%%/manual/project-step-filters.html
-%%T%%/manual/project-saving.html
-%%T%%/manual/project-advanced-options.html
-%%T%%/manual/project-modifying.html
-%%T%%/manual/source-managing.html
-%%T%%/manual/project-closing.html
-%%T%%/manual/source-opening.html
-%%T%%/manual/project-managing-multiple.html
-%%T%%/manual/source.html
-%%T%%/manual/source-recent.html
-%%T%%/manual/source-closing.html
-%%T%%/manual/breakpoints.html
-%%T%%/manual/source-editing.html
-%%T%%/manual/source-viewer.html
-%%T%%/manual/source-outline.html
-%%T%%/manual/breakpoint-line.html
-%%T%%/manual/execution-stepping.html
-%%T%%/manual/examine.html
-%%T%%/manual/breakpoint-method.html
-%%T%%/manual/breakpoint-line-setting.html
-%%T%%/manual/breakpoint-line-properties.html
-%%T%%/manual/execution-step-into.html
-%%T%%/manual/breakpoint-method-setting.html
-%%T%%/manual/breakpoint-method-properties.html
-%%T%%/manual/breakpoint-class.html
-%%T%%/manual/execution-step-over.html
-%%T%%/manual/breakpoint-class-setting.html
-%%T%%/manual/execution-step-out.html
-%%T%%/manual/breakpoint-class-properties.html
-%%T%%/manual/breakpoint-exception.html
-%%T%%/manual/execution-skip-step.html
-%%T%%/manual/execution.html
-%%T%%/manual/breakpoint-exception-setting.html
-%%T%%/manual/examine-debug-views.html
-%%T%%/manual/execution-run-to-cursor.html
-%%T%%/manual/breakpoint-exception-properties.html
-%%T%%/manual/breakpoint-field.html
-%%T%%/manual/breakpoint-field-setting.html
-%%T%%/manual/examine-session-tabs.html
-%%T%%/manual/breakpoint-field-properties.html
-%%T%%/manual/breakpoint-removing.html
-%%T%%/manual/examine-debug-tabs.html
-%%T%%/manual/breakpoint-enable-disable.html
-%%T%%/manual/examine-variables.html
-%%T%%/manual/breakpoint-deactivated.html
-%%T%%/manual/breakpoint-groups.html
-%%T%%/manual/breakpoint-managing.html
-%%T%%/manual/examine-watch.html
-%%T%%/manual/examine-call-stack.html
-%%T%%/manual/breakpoint-exception-dialog.html
-%%T%%/manual/examine-threads.html
-%%T%%/manual/execution-working-dir.html
-%%T%%/manual/execution-compiling.html
-%%T%%/manual/execution-native.html
-%%T%%/manual/execution-starting.html
-%%T%%/manual/execution-exec-point.html
-%%T%%/manual/execution-pausing.html
-%%T%%/manual/execution-resuming.html
-%%T%%/manual/execution-stopping.html
-%%T%%/manual/execution-restarting.html
-%%T%%/manual/examine-console.html
-%%T%%/manual/examine-monitors.html
-%%T%%/manual/examine-info.html
-%%T%%/manual/examine-active-closed-views.html
-%%T%%/manual/examine-datatips.html
-%%T%%/manual/examine-inspector.html
-%%T%%/manual/remote.html
-%%T%%/manual/remote-transport-type.html
-%%T%%/manual/remote-socket-type.html
-%%T%%/manual/remote-shmem-type.html
-%%T%%/manual/remote-attach.html
-%%T%%/manual/remote-listen.html
-%%T%%/manual/custom.html
-%%T%%/manual/custom-general.html
-%%T%%/manual/custom-debug.html
-%%T%%/manual/custom-layout.html
-%%T%%/manual/custom-keyboard.html
-%%T%%/manual/custom-edit-file.html
-%%T%%/manual/custom-home.html
-%%T%%/manual/custom-font.html
-%%T%%/manual/custom-color.html
-%%T%%/manual/appendix-a.html
-%%T%%/manual/custom-sound.html
-%%T%%/manual/custom-outline.html
-%%T%%/manual/custom-runtime.html
-%%T%%/manual/appendix-b.html
-%%T%%/manual/appendix-c.html
-%%T%%/manual/appendix-d.html
-%%T%%/manual/troubleshooting.html
-%%T%%/manual/header.html
-%%T%%/manual/title.html
-%%T%%/manual/toc.html
-%%T%%/manual/index.html
-%%T%%/manual/mstyle.css
-%%T%%/lib/bugseeker2.jar
-%%T%%/readme.txt
-%%T%%/changes.txt
-%%T%%/license.txt
-bin/bugseeker
-@dirrm %%T%%/manual/images
-@dirrm %%T%%/manual
-@dirrm %%T%%/lib
-@dirrm %%T%%