diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-11 00:01:31 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-11 00:01:31 +0000 |
commit | 63b5e60b89adeccab564dbc443c6c7527c84ad16 (patch) | |
tree | 62a4ae14753e0fa1831b5dbc8eea082fe1b7dc66 /net/istgt | |
parent | 31eba3812e9b45affa552afa0fc5ba18f8902c70 (diff) | |
download | ports-63b5e60b89adeccab564dbc443c6c7527c84ad16.tar.gz ports-63b5e60b89adeccab564dbc443c6c7527c84ad16.zip |
Add istgt 20090223, an iSCSI target for FreeBSD 7.x with ZFS.
PR: ports/132016
Submitted by: Daisuke Aoyama <aoyama at peach.ne.jp>
Notes
Notes:
svn path=/head/; revision=229861
Diffstat (limited to 'net/istgt')
-rw-r--r-- | net/istgt/Makefile | 24 | ||||
-rw-r--r-- | net/istgt/distinfo | 3 | ||||
-rw-r--r-- | net/istgt/files/pkg-message.in | 7 | ||||
-rw-r--r-- | net/istgt/pkg-descr | 4 | ||||
-rw-r--r-- | net/istgt/pkg-plist | 8 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net/istgt/Makefile b/net/istgt/Makefile new file mode 100644 index 000000000000..512352faa6ba --- /dev/null +++ b/net/istgt/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: istgt +# Date created: 2009-02-23 +# Whom: Daisuke Aoyama <aoyama@peach.ne.jp> +# +# $FreeBSD$ +# + +PORTNAME= istgt +PORTVERSION= 20090223 +CATEGORIES= net +MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ + +MAINTAINER= aoyama@peach.ne.jp +COMMENT= An iSCSI target for FreeBSD 7.x with ZFS + +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +GNU_CONFIGURE= yes + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/net/istgt/distinfo b/net/istgt/distinfo new file mode 100644 index 000000000000..6dbadd258e47 --- /dev/null +++ b/net/istgt/distinfo @@ -0,0 +1,3 @@ +MD5 (istgt-20090223.tar.gz) = 4db15625be7f80fb1d984703c1db59a5 +SHA256 (istgt-20090223.tar.gz) = a181f68097662a3c302d4ff721cb726ef41e940e2a7b65cea047394a5a1ea664 +SIZE (istgt-20090223.tar.gz) = 157643 diff --git a/net/istgt/files/pkg-message.in b/net/istgt/files/pkg-message.in new file mode 100644 index 000000000000..5e2733cdaf73 --- /dev/null +++ b/net/istgt/files/pkg-message.in @@ -0,0 +1,7 @@ +************************************************************************* + +To run istgt at startup, add istgt_enable="YES" to /etc/rc.conf. +Create configuration files manually. +Sample configuration files can be found in %%PREFIX%%/etc/istgt. + +************************************************************************* diff --git a/net/istgt/pkg-descr b/net/istgt/pkg-descr new file mode 100644 index 000000000000..2dd62b807687 --- /dev/null +++ b/net/istgt/pkg-descr @@ -0,0 +1,4 @@ +This is an iSCSI target, it serves iSCSI protocol and provides +SCSI devices to the initiator (client). + +WWW: http://shell.peach.ne.jp/aoyama/ diff --git a/net/istgt/pkg-plist b/net/istgt/pkg-plist new file mode 100644 index 000000000000..0de3f116f1a7 --- /dev/null +++ b/net/istgt/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +bin/istgt +bin/istgtcontrol +etc/rc.d/istgt +etc/istgt/istgt.conf.sample +etc/istgt/auth.conf.sample +etc/istgt/istgtcontrol.conf.sample +@dirrm etc/istgt |