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 | |
parent | 31eba3812e9b45affa552afa0fc5ba18f8902c70 (diff) | |
download | ports-63b5e60b89adeccab564dbc443c6c7527c84ad16.tar.gz ports-63b5e60b89adeccab564dbc443c6c7527c84ad16.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-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 | ||||
-rw-r--r-- | net/openistgt/Makefile | 24 | ||||
-rw-r--r-- | net/openistgt/distinfo | 3 | ||||
-rw-r--r-- | net/openistgt/files/pkg-message.in | 7 | ||||
-rw-r--r-- | net/openistgt/pkg-descr | 4 | ||||
-rw-r--r-- | net/openistgt/pkg-plist | 8 |
11 files changed, 93 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c381e29419f9..78bd787c63a4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 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 diff --git a/net/openistgt/Makefile b/net/openistgt/Makefile new file mode 100644 index 000000000000..512352faa6ba --- /dev/null +++ b/net/openistgt/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/openistgt/distinfo b/net/openistgt/distinfo new file mode 100644 index 000000000000..6dbadd258e47 --- /dev/null +++ b/net/openistgt/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/openistgt/files/pkg-message.in b/net/openistgt/files/pkg-message.in new file mode 100644 index 000000000000..5e2733cdaf73 --- /dev/null +++ b/net/openistgt/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/openistgt/pkg-descr b/net/openistgt/pkg-descr new file mode 100644 index 000000000000..2dd62b807687 --- /dev/null +++ b/net/openistgt/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/openistgt/pkg-plist b/net/openistgt/pkg-plist new file mode 100644 index 000000000000..0de3f116f1a7 --- /dev/null +++ b/net/openistgt/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 |