aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2014-03-13 04:42:30 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2014-03-13 04:42:30 +0000
commita2242e8e9d918989d74836c9403bc584848c49d0 (patch)
tree7d2720c4209e2da2fa963a32d7d6d715ae48bdbb /net
parent254505e391c21236a8f5db05ab4ec04b0caf68df (diff)
downloadports-a2242e8e9d918989d74836c9403bc584848c49d0.tar.gz
ports-a2242e8e9d918989d74836c9403bc584848c49d0.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/openistgt/Makefile45
-rw-r--r--net/openistgt/distinfo2
-rw-r--r--net/openistgt/files/pkg-message.in8
-rw-r--r--net/openistgt/pkg-descr4
5 files changed, 0 insertions, 60 deletions
diff --git a/net/Makefile b/net/Makefile
index 64aa45df9e48..5770663e52f1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -465,7 +465,6 @@
SUBDIR += openbgpd
SUBDIR += opendpi
SUBDIR += openh323
- SUBDIR += openistgt
SUBDIR += openldap24-client
SUBDIR += openldap24-sasl-client
SUBDIR += openldap24-server
diff --git a/net/openistgt/Makefile b/net/openistgt/Makefile
deleted file mode 100644
index 42be4787b9da..000000000000
--- a/net/openistgt/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Daisuke Aoyama <aoyama@peach.ne.jp>
-# $FreeBSD$
-
-PORTNAME= openistgt
-PORTVERSION= 20120516
-CATEGORIES= net
-MASTER_SITES= SF/${PORTNAME}
-
-MAINTAINER= jpaetzel@FreeBSD.org
-COMMENT= An iSCSI target for FreeBSD
-
-SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-CONFLICTS= istgt-2*
-
-GNU_CONFIGURE= yes
-
-MAN1= istgt.1
-MANCOMPRESSED= yes
-
-ETCDIR= ${PREFIX}/etc/istgt
-PLIST_FILES= bin/istgt \
- bin/istgtcontrol \
- etc/rc.d/openistgt \
- %%ETCDIR%%/auth.conf.sample \
- %%ETCDIR%%/istgt.conf.sample \
- %%ETCDIR%%/istgt.large.conf.sample \
- %%ETCDIR%%/istgtcontrol.conf.sample
-PLIST_DIRS= %%ETCDIR%%
-PORTDOCS= ${DOCS:T}
-
-DOCS= ChangeLog.jp README doc/QUICKSTART doc/QUICKSTART.jp
-
-NO_STAGE= yes
-post-extract:
- @${REINPLACE_CMD} -e '/\/doc\/istgt/d' ${WRKSRC}/doc/Makefile.in
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${DOCSDIR}
-.endif
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net/openistgt/distinfo b/net/openistgt/distinfo
deleted file mode 100644
index 12c6a51d15bf..000000000000
--- a/net/openistgt/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (openistgt-20120516.tar.gz) = 4d8752ca761f047cd1f1800d760a3b1afd157ad116d4d9677206401d68a7bfd4
-SIZE (openistgt-20120516.tar.gz) = 237295
diff --git a/net/openistgt/files/pkg-message.in b/net/openistgt/files/pkg-message.in
deleted file mode 100644
index 8a57a97f54e9..000000000000
--- a/net/openistgt/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-*************************************************************************
-
-To run openistgt at startup, add openistgt_enable="YES" to /etc/rc.conf.
-Create configuration files manually.
-Sample configuration files can be found in %%PREFIX%%/etc/istgt.
-QUICKSTART in %%DOCSDIR%% shows you how to configure.
-
-*************************************************************************
diff --git a/net/openistgt/pkg-descr b/net/openistgt/pkg-descr
deleted file mode 100644
index 2dd62b807687..000000000000
--- a/net/openistgt/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is an iSCSI target, it serves iSCSI protocol and provides
-SCSI devices to the initiator (client).
-
-WWW: http://shell.peach.ne.jp/aoyama/