pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xraidadmin Initial import of xraidadmin:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbf47348fdd7
branches:  trunk
changeset: 477350:fbf47348fdd7
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Jun 30 17:30:39 2004 +0000

description:
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:

 sysutils/xraidadmin/DESCR               |  10 ++++++++
 sysutils/xraidadmin/Makefile            |  40 +++++++++++++++++++++++++++++++++
 sysutils/xraidadmin/PLIST               |   4 +++
 sysutils/xraidadmin/distinfo            |   4 +++
 sysutils/xraidadmin/files/xraidadmin.in |   3 ++
 5 files changed, 61 insertions(+), 0 deletions(-)

diffs (81 lines):

diff -r 7b4ac7068f2d -r fbf47348fdd7 sysutils/xraidadmin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xraidadmin/DESCR Wed Jun 30 17:30:39 2004 +0000
@@ -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 -r 7b4ac7068f2d -r fbf47348fdd7 sysutils/xraidadmin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xraidadmin/Makefile      Wed Jun 30 17:30:39 2004 +0000
@@ -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@localhost
+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 -r 7b4ac7068f2d -r fbf47348fdd7 sysutils/xraidadmin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xraidadmin/PLIST Wed Jun 30 17:30:39 2004 +0000
@@ -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 -r 7b4ac7068f2d -r fbf47348fdd7 sysutils/xraidadmin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xraidadmin/distinfo      Wed Jun 30 17:30:39 2004 +0000
@@ -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 -r 7b4ac7068f2d -r fbf47348fdd7 sysutils/xraidadmin/files/xraidadmin.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xraidadmin/files/xraidadmin.in   Wed Jun 30 17:30:39 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index