1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

As previously announced, remove sysutils/3dm. It is obsolete.

This commit is contained in:
Mark Linimon 2004-11-29 00:04:14 +00:00
parent 459be589c0
commit 6008d25448
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122721
7 changed files with 0 additions and 190 deletions

View File

@ -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>

View File

@ -1,2 +0,0 @@
MD5 (3dm-bsd-1.10.0.011.tar.gz) = e8b9d745df1085d9e4bbb07ff5301350
SIZE (3dm-bsd-1.10.0.011.tar.gz) = 340926

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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