summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-06-30 17:30:39 +0000
committerjschauma <jschauma>2004-06-30 17:30:39 +0000
commitc8ff900873861bee8b049a8669de8542976630e0 (patch)
tree6ffb9c60305a7035c189650df57fd0e4af5f02db /sysutils
parent92272c04ba0923e19acb5df22e4f366e2716f4df (diff)
downloadpkgsrc-c8ff900873861bee8b049a8669de8542976630e0.tar.gz
Initial import of xraidadmin:
The xraidadmin package contains the Java version of Apple's RAID Admin tool. RAID Admin is an application used to configure and monitor your Xserve RAID systems. You use RAID Admin to set up the Xserve RAID hardware, including o Creating or deleting RAID arrays (known as hardware RAID) o Monitoring the status of one or more Xserve RAID systems o Adjusting settings, including system name and password, network address for each RAID controller, fibre channel communication speed, drive cache, controller cache, and LUN masking o Setting up email notification for system alerts
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xraidadmin/DESCR10
-rw-r--r--sysutils/xraidadmin/Makefile40
-rw-r--r--sysutils/xraidadmin/PLIST4
-rw-r--r--sysutils/xraidadmin/distinfo4
-rw-r--r--sysutils/xraidadmin/files/xraidadmin.in3
5 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/xraidadmin/DESCR b/sysutils/xraidadmin/DESCR
new file mode 100644
index 00000000000..d1e858855b7
--- /dev/null
+++ b/sysutils/xraidadmin/DESCR
@@ -0,0 +1,10 @@
+The xraidadmin package contains the Java version of Apple's RAID Admin tool.
+RAID Admin is an application used to configure and monitor your Xserve RAID
+systems. You use RAID Admin to set up the Xserve RAID hardware, including
+
+o Creating or deleting RAID arrays (known as hardware RAID)
+o Monitoring the status of one or more Xserve RAID systems
+o Adjusting settings, including system name and password, network address
+ for each RAID controller, fibre channel communication speed, drive cache,
+ controller cache, and LUN masking
+o Setting up email notification for system alerts
diff --git a/sysutils/xraidadmin/Makefile b/sysutils/xraidadmin/Makefile
new file mode 100644
index 00000000000..a859b3793c1
--- /dev/null
+++ b/sysutils/xraidadmin/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/06/30 17:30:39 jschauma Exp $
+#
+
+DISTNAME= RAIDAdmin1.3archive
+PKGNAME= xraidadmin-1.3
+CATEGORIES= sysutils
+MASTER_SITES= http://download.info.apple.com/Mac_OS_X/061-1159.20040318.Pplkf/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= jschauma@NetBSD.org
+HOMEPAGE= http://www.apple.com/support/downloads/xserveraidadmintools.html
+COMMENT= Tool to administer Apple's Xserve RAID
+
+LICENSE= apple-admin
+
+RESTRICTED= "Redistribution not permitted"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+
+WRKSRC= ${WRKDIR}/RAID\ Admin\ 1.3
+
+USE_BUILDLINK3= yes
+NO_BUILD= # defined
+USE_JAVA= run
+PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14
+
+do-configure:
+ ${SED} -e 's|@SH@|${SH}|' -e 's|@PKG_JAVA_HOME@|${PKG_JAVA_HOME}|' \
+ -e 's|@PREFIX@|${PREFIX}|' ${FILESDIR}/xraidadmin.in > \
+ ${WRKSRC}/xraidadmin
+
+do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xraidadmin
+ ${INSTALL_DATA} ${WRKSRC}/RAID_Admin.jar ${PREFIX}/share/xraidadmin/RAID_Admin.jar
+ ${INSTALL_SCRIPT} ${WRKSRC}/xraidadmin ${PREFIX}/bin/xraidadmin
+
+.include "../../mk/java-vm.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/xraidadmin/PLIST b/sysutils/xraidadmin/PLIST
new file mode 100644
index 00000000000..36b12442cca
--- /dev/null
+++ b/sysutils/xraidadmin/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/30 17:30:39 jschauma Exp $
+bin/xraidadmin
+share/xraidadmin/RAID_Admin.jar
+@dirrm share/xraidadmin
diff --git a/sysutils/xraidadmin/distinfo b/sysutils/xraidadmin/distinfo
new file mode 100644
index 00000000000..37a25a84585
--- /dev/null
+++ b/sysutils/xraidadmin/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/06/30 17:30:39 jschauma Exp $
+
+SHA1 (RAIDAdmin1.3archive.zip) = b47bfd901c30744fd7972693ee0f555d453dd3cb
+Size (RAIDAdmin1.3archive.zip) = 4727193 bytes
diff --git a/sysutils/xraidadmin/files/xraidadmin.in b/sysutils/xraidadmin/files/xraidadmin.in
new file mode 100644
index 00000000000..a9489a13658
--- /dev/null
+++ b/sysutils/xraidadmin/files/xraidadmin.in
@@ -0,0 +1,3 @@
+#! @SH@
+# $NetBSD: xraidadmin.in,v 1.1.1.1 2004/06/30 17:30:39 jschauma Exp $
+exec @PKG_JAVA_HOME@/bin/java -jar @PREFIX@/share/xraidadmin/RAID_Admin.jar