pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/netbsd-iscsi Initial import of the NetBSD iSCSI ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03d744b817e2
branches:  trunk
changeset: 507836:03d744b817e2
user:      agc <agc%pkgsrc.org@localhost>
date:      Thu Feb 09 16:49:07 2006 +0000

description:
Initial import of the NetBSD iSCSI target and test harness, version
20060209. This is taken from the NetBSD src/dist/iscsi tree.

        iSCSI is an IETF standard (RFC 3720) for remote access to block-level
        storage.  It can be thought of as similar to NFS, except that an NFS
        server exports files; the iSCSI target exports blocks to the iSCSI
        initiators, which are the clients.

        To set up the target, you need to edit the /etc/iscsi/targets file.
        It has a certain layout, to provide a means of (a) mirroring and (b)
        combining multiple areas to present one large contiguous area of
        storage.  This can be multiply-layered.

This package will replace the earlier intel-iscsi package, on which it is
based.

diffstat:

 devel/netbsd-iscsi/DESCR    |   9 +++++++++
 devel/netbsd-iscsi/Makefile |  25 +++++++++++++++++++++++++
 devel/netbsd-iscsi/PLIST    |   7 +++++++
 devel/netbsd-iscsi/distinfo |   5 +++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r d9294a994cba -r 03d744b817e2 devel/netbsd-iscsi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/netbsd-iscsi/DESCR  Thu Feb 09 16:49:07 2006 +0000
@@ -0,0 +1,9 @@
+iSCSI is an IETF standard (RFC 3720) for remote access to block-level
+storage.  It can be thought of as similar to NFS, except that an NFS
+server exports files; the iSCSI target exports blocks to the iSCSI
+initiators, which are the clients.
+
+To set up the target, you need to edit the /etc/iscsi/targets file.
+It has a certain layout, to provide a means of (a) mirroring and (b)
+combining multiple areas to present one large contiguous area of
+storage.  This can be multiply-layered.
diff -r d9294a994cba -r 03d744b817e2 devel/netbsd-iscsi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/netbsd-iscsi/Makefile       Thu Feb 09 16:49:07 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/09 16:49:07 agc Exp $
+
+DISTNAME=      netbsd-iscsi-20060209
+CATEGORIES=    devel
+MASTER_SITES=  http://www.alistaircrooks.co.uk/src/
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.alistaircrooks.co.uk/software.html
+COMMENT=       iSCSI target (per iSCSI RFC 3720)
+
+WRKSRC=                ${WRKDIR}/iscsi/src
+
+GNU_CONFIGURE= yes
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/../bin/iscsi-target ${PREFIX}/sbin/iscsi-target
+       ${INSTALL_PROGRAM} ${WRKSRC}/../bin/iscsi-harness ${PREFIX}/sbin/iscsi-harness
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/iscsi
+       ${INSTALL_DATA} ${WRKSRC}/../doc/FAQ ${PREFIX}/share/iscsi/FAQ
+       ${INSTALL_MAN} ${WRKSRC}/iscsi-target.8 ${PREFIX}/man/man8/iscsi-target.8
+       ${INSTALL_MAN} ${WRKSRC}/targets.5 ${PREFIX}/man/man5/targets.5
+
+.include "../../mk/pthread.buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r d9294a994cba -r 03d744b817e2 devel/netbsd-iscsi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/netbsd-iscsi/PLIST  Thu Feb 09 16:49:07 2006 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/09 16:49:07 agc Exp $
+man/man8/iscsi-target.8
+man/man5/targets.5
+sbin/iscsi-harness
+sbin/iscsi-target
+share/iscsi/FAQ
+@dirrm share/iscsi
diff -r d9294a994cba -r 03d744b817e2 devel/netbsd-iscsi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/netbsd-iscsi/distinfo       Thu Feb 09 16:49:07 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/09 16:49:07 agc Exp $
+
+SHA1 (netbsd-iscsi-20060209.tar.gz) = b36afb1dc537ebae7e0818d126dae8cf19a68e3c
+RMD160 (netbsd-iscsi-20060209.tar.gz) = 662e996da5c7d548e85c6c4209a900a5cf899fe4
+Size (netbsd-iscsi-20060209.tar.gz) = 176628 bytes



Home | Main Index | Thread Index | Old Index