1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add istgt 20090223, an iSCSI target for FreeBSD 7.x with ZFS.

PR:		ports/132016
Submitted by:	Daisuke Aoyama <aoyama at peach.ne.jp>
This commit is contained in:
Li-Wen Hsu 2009-03-11 00:01:31 +00:00
parent 31eba3812e
commit 63b5e60b89
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229861
11 changed files with 93 additions and 0 deletions

View File

@ -245,6 +245,7 @@
SUBDIR += isc-dhcp31-relay
SUBDIR += isc-dhcp31-server
SUBDIR += iscsi-target
SUBDIR += istgt
SUBDIR += iwi-firmware
SUBDIR += iwi-firmware-kmod
SUBDIR += jags

24
net/istgt/Makefile Normal file
View File

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

3
net/istgt/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (istgt-20090223.tar.gz) = 4db15625be7f80fb1d984703c1db59a5
SHA256 (istgt-20090223.tar.gz) = a181f68097662a3c302d4ff721cb726ef41e940e2a7b65cea047394a5a1ea664
SIZE (istgt-20090223.tar.gz) = 157643

View File

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

4
net/istgt/pkg-descr Normal file
View File

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

8
net/istgt/pkg-plist Normal file
View File

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

24
net/openistgt/Makefile Normal file
View File

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

3
net/openistgt/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (istgt-20090223.tar.gz) = 4db15625be7f80fb1d984703c1db59a5
SHA256 (istgt-20090223.tar.gz) = a181f68097662a3c302d4ff721cb726ef41e940e2a7b65cea047394a5a1ea664
SIZE (istgt-20090223.tar.gz) = 157643

View File

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

4
net/openistgt/pkg-descr Normal file
View File

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

8
net/openistgt/pkg-plist Normal file
View File

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