aboutsummaryrefslogtreecommitdiff
path: root/sysutils/3dm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-11-29 00:04:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-11-29 00:04:14 +0000
commit6008d25448234fa0d6e6e1e20e7fad5e229a317b (patch)
tree80905f59820e484b9ebcba1f25e90d30152ceb32 /sysutils/3dm
parent459be589c0937482189208d33895ca0fd7c2dcc6 (diff)
downloadports-6008d25448234fa0d6e6e1e20e7fad5e229a317b.tar.gz
ports-6008d25448234fa0d6e6e1e20e7fad5e229a317b.zip
As previously announced, remove sysutils/3dm. It is obsolete.
Notes
Notes: svn path=/head/; revision=122721
Diffstat (limited to 'sysutils/3dm')
-rw-r--r--sysutils/3dm/Makefile81
-rw-r--r--sysutils/3dm/distinfo2
-rw-r--r--sysutils/3dm/files/3dmd.conf21
-rw-r--r--sysutils/3dm/files/3dmd.sh21
-rw-r--r--sysutils/3dm/pkg-descr18
-rw-r--r--sysutils/3dm/pkg-install14
-rw-r--r--sysutils/3dm/pkg-plist33
7 files changed, 0 insertions, 190 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile
deleted file mode 100644
index 1ff9042986dd..000000000000
--- a/sysutils/3dm/Makefile
+++ /dev/null
@@ -1,81 +0,0 @@
-# New ports collection makefile for: 3dmd
-# Date created: 02 Sep 2002
-# Whom: dbaker
-#
-# $FreeBSD$
-#
-
-PORTNAME= 3dm
-PORTVERSION= 1.10.0.011
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.procplace.com/pub/contrib/3ware/3dm/ \
- http://people.freebsd.org/~msmith/RAID/3ware/
-DISTNAME= 3dm-bsd-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= 3ware ATA RAID monitoring daemon and web server
-
-IGNORE= This port is obsolete and should not be used. Please visit the 3ware website (www.3ware.com) for a newer version of the 3dm utility
-EXPIRATION_DATE=2004-08-20
-DEPRECATED= ${IGNORE}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 450000
-IGNORE= "3ware 3ware ATA RAID (twe) is not supported in versions earlier than 4.5-RELEASE"
-.endif
-
-ONLY_FOR_ARCHS= i386
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-BINDIR= ${PREFIX}/3dm
-SHAREDIR= ${PREFIX}/share/3dm
-
-SBINMODE= 700
-BINMODE= 700
-
-pre-install:
- @cd ${WRKDIR}; ${TAR} zxf 3dm-help.tgz
-
-do-install:
-
-.if !exists(${SHAREDIR}/images)
- ${MKDIR} ${SHAREDIR}/images
-.endif
-
-.if !exists(${SHAREDIR}/styles)
- ${MKDIR} ${SHAREDIR}/styles
-.endif
-
- ${INSTALL_DATA} ${WRKSRC}/3dm/*.html ${SHAREDIR}
- ${INSTALL_DATA} ${WRKSRC}/3dm/images/*.gif ${SHAREDIR}/images
- ${INSTALL_DATA} ${WRKSRC}/3dm/styles/*.css ${SHAREDIR}/styles
-
- ${INSTALL_PROGRAM} ${WRKSRC}/3dmd ${PREFIX}/sbin
-
-.if !exists(${PREFIX}/etc/3dmd.conf)
- @${ECHO} ""
- @${ECHO} ""
- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @${ECHO} " Don't forget to edit '${PREFIX}/etc/3dmd.conf' "
- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @${ECHO} " Visit http://`hostname`:1080/ "
- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @${ECHO} ""
- @${ECHO} ""
-
- ${INSTALL_DATA} ${FILESDIR}/3dmd.conf ${PREFIX}/etc/
-#
-# The binary, "3dmd" looks for the config file in etc, which is lame. The file
-# is placed in ${PREFIX}/etc/ (usually /usr/local/etc/) and symlinked in /etc/
-# so that the binary can find it.
-#
- ${LN} -s ${PREFIX}/etc/3dmd.conf /etc/3dmd.conf
-.endif
-
- ${INSTALL_SCRIPT} -m 750 ${FILESDIR}/3dmd.sh ${PREFIX}/etc/rc.d/3dmd.sh
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/3dm/distinfo b/sysutils/3dm/distinfo
deleted file mode 100644
index c82344704a20..000000000000
--- a/sysutils/3dm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (3dm-bsd-1.10.0.011.tar.gz) = e8b9d745df1085d9e4bbb07ff5301350
-SIZE (3dm-bsd-1.10.0.011.tar.gz) = 340926
diff --git a/sysutils/3dm/files/3dmd.conf b/sysutils/3dm/files/3dmd.conf
deleted file mode 100644
index 6d58c21da467..000000000000
--- a/sysutils/3dm/files/3dmd.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-EMAIL Yes
-SERVER localhost
-SENDER 3DM@localhost
-RCPT root
-AUDIO No
-CALL3WARE No
-EMAILRPT 0
-PORT 1080
-FW 25
-HELP /usr/local/share/3dm/
-SNMP No
-TRAP 1.2.3.4
-COMM not_supported
-PASSWORD No
-KEY OmwmsK8lKk2
-DIAG No
-UPS No
-UPS_IP 1.2.3.4
-Drv_Idle No
-Idle_Time 0
-Pwr_Mode 0
diff --git a/sysutils/3dm/files/3dmd.sh b/sysutils/3dm/files/3dmd.sh
deleted file mode 100644
index 7a46a93f445f..000000000000
--- a/sysutils/3dm/files/3dmd.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-#
-# $FreeBSD$
-#
-
-case "$1" in
-start)
- echo -n " 3dmd"
- /usr/local/sbin/3dmd &
- ;;
-stop)
- killall 3dmd && echo -n " 3dmd"
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- exit 64
- ;;
-esac
-
-exit 0
diff --git a/sysutils/3dm/pkg-descr b/sysutils/3dm/pkg-descr
deleted file mode 100644
index 64947b38ed27..000000000000
--- a/sysutils/3dm/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-The 3DM, disk management utility, allows you to view status and version
-information about your 3ware storage controller. 3DM alerts you when a
-disk array needs maintenance and from 3DM, you can maintain your disk
-arrays. You can add or remove drives, specify an available drive as a
-hot spare or launch the rebuild process. Array status can be viewed or
-arrays can be maintained remotely via a standard web browser provided
-you have access to the network containing the 3ware controller. In the
-Windows environment, array status can also be checked in the local popup
-notifier.
-
-Event notification occurs from 3DM when the controller requires attention,
-such as when a disk array becomes degraded and is no longer fault tolerant.
-Event notification will only occur while 3DM is running, so we recommend
-that 3DM be left running as a background utility on the controller's
-machine. Event notifications email feature can send an email to a specified
-recipient when there is a problem with the array.
-
-WWW: http://www.3ware.com/support/index.shtml
diff --git a/sysutils/3dm/pkg-install b/sysutils/3dm/pkg-install
deleted file mode 100644
index 1e5c89cfc4eb..000000000000
--- a/sysutils/3dm/pkg-install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-#
-# The binary, "3dmd" looks for the config file in etc, which is lame. The file
-# is placed in ${PREFIX}/etc/ (usually /usr/local/etc/) and symlinked in /etc/
-# so that the binary can find it.
-#
- ln -s ${PKG_PREFIX}/etc/3dmd.conf /etc/3dmd.conf
-
-exit 0
diff --git a/sysutils/3dm/pkg-plist b/sysutils/3dm/pkg-plist
deleted file mode 100644
index b6cdc9db2bcd..000000000000
--- a/sysutils/3dm/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-etc/rc.d/3dmd.sh
-etc/3dmd.conf
-sbin/3dmd
-share/3dm/3DM_browser.html
-share/3dm/3DM_contact.html
-share/3dm/3DM_email.html
-share/3dm/3DM_help.html
-share/3dm/3DM_hot_spare.html
-share/3dm/3DM_hot_swap.html
-share/3dm/3DM_linux_install.html
-share/3dm/3DM_popup_linux.html
-share/3dm/3DM_popup_windows.html
-share/3dm/3DM_rebuild.html
-share/3dm/3DM_windows_install.html
-share/3dm/images/3DM-logo-no-transparency.gif
-share/3dm/images/3DM-logo-transparency.gif
-share/3dm/images/CAS_alarm.gif
-share/3dm/images/CAS_details.gif
-share/3dm/images/CAS_home.gif
-share/3dm/images/CAS_monitor.gif
-share/3dm/images/CAS_settings.gif
-share/3dm/images/MAM_configure.gif
-share/3dm/images/MAM_rebuild.gif
-share/3dm/images/PNL_event_notification.gif
-share/3dm/images/PNW_event_notification.gif
-share/3dm/images/PNW_icon.gif
-share/3dm/images/PNW_main.gif
-share/3dm/images/PNW_snapshot.gif
-share/3dm/images/WI_email_notification.gif
-share/3dm/images/WI_remote_monitoring.gif
-share/3dm/styles/3DMstyle.css
-@unexec rmdir %D/share/3dm/styles %D/share/3dm/images %D/share/3dm || true
-@unexec unlink /etc/3dmd.conf