aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-08-21 14:05:08 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-08-21 14:05:08 +0000
commitd004c0cfe92d6c4492a6399102b09d81737d4fc6 (patch)
tree723f5005810549c9ee4e774a03912d73a8c446aa /shells
parent191364a222038864f9dbf0d1745c7384de9377e7 (diff)
downloadports-d004c0cfe92d6c4492a6399102b09d81737d4fc6.tar.gz
ports-d004c0cfe92d6c4492a6399102b09d81737d4fc6.zip
2008-08-21 shells/rssh: No longer maintained upstream
Notes
Notes: svn path=/head/; revision=218953
Diffstat (limited to 'shells')
-rw-r--r--shells/Makefile1
-rw-r--r--shells/rssh/Makefile52
-rw-r--r--shells/rssh/distinfo3
-rw-r--r--shells/rssh/pkg-descr6
-rw-r--r--shells/rssh/pkg-plist6
5 files changed, 0 insertions, 68 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 7e04bc3b1f02..588180ed4ab8 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -28,7 +28,6 @@
SUBDIR += pear-PHP_Shell
SUBDIR += psh
SUBDIR += rc
- SUBDIR += rssh
SUBDIR += sash
SUBDIR += scponly
SUBDIR += shell-include
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
deleted file mode 100644
index 3fe55b9bffeb..000000000000
--- a/shells/rssh/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: rssh
-# Date created: Fri Apr 16 02:04:33 CEST 2004
-# Whom: enigmatyc
-#
-# $FreeBSD$
-#
-
-PORTNAME= rssh
-PORTVERSION= 2.3.2
-CATEGORIES= shells security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= tabthorpe@FreeBSD.org
-COMMENT= A Restricted Secure SHell only for sftp or/and scp
-
-IGNORE= Does not work with rsync 3
-DEPRECATED= No longer maintained upstream
-EXPIRATION_DATE= 2008-08-21
-
-GNU_CONFIGURE= yes
-
-MAN1= rssh.1
-MAN5= rssh.conf.5
-
-OPTIONS= RSYNC "rsync support" off \
- RDIST "rdist support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_RSYNC)
-RUN_DEPENDS+= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
-CONFIGURE_ARGS+=--with-rsync=${LOCALBASE}/bin/rsync
-.endif
-
-.if defined(WITH_RDIST)
-RUN_DEPENDS+= ${LOCALBASE}/bin/rdist6:${PORTSDIR}/net/rdist6
-CONFIGURE_ARGS+=--with-rdist=${LOCALBASE}/bin/rdist6
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -E -e 's,(\$$\(DESTDIR\)\$$\(sysconfdir\)/\$$\$$f),\1.dist,g' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- @${ECHO_MSG} "updating /etc/shells"
- @${CP} /etc/shells /etc/shells.bak
- @(${GREP} -v ${PREFIX}/bin/${PORTNAME} /etc/shells.bak; \
- ${ECHO_CMD} ${PREFIX}/bin/${PORTNAME}) > /etc/shells
- @${RM} /etc/shells.bak
-
-.include <bsd.port.post.mk>
diff --git a/shells/rssh/distinfo b/shells/rssh/distinfo
deleted file mode 100644
index 80706272d762..000000000000
--- a/shells/rssh/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (rssh-2.3.2.tar.gz) = 65712f2c06ff5fc6fc783bc8c2e4e1ba
-SHA256 (rssh-2.3.2.tar.gz) = 8569a07dd96c8f70d0310186b37bbb2e8e591807ac1d1bd0990c02bfd467ba57
-SIZE (rssh-2.3.2.tar.gz) = 113959
diff --git a/shells/rssh/pkg-descr b/shells/rssh/pkg-descr
deleted file mode 100644
index cfb3de2a129c..000000000000
--- a/shells/rssh/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-rssh is a Restricted Secure SHell that allow only the use of sftp
-or scp. It could be use when you need an account (and a valid
-shell) in order to execute sftp or scp but when you don't want to
-give the possibility to log in to this user.
-
-WWW: http://www.pizzashack.org/rssh/index.shtml
diff --git a/shells/rssh/pkg-plist b/shells/rssh/pkg-plist
deleted file mode 100644
index 4bfa5f99c1a6..000000000000
--- a/shells/rssh/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $FreeBSD$
-bin/rssh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
-etc/rssh.conf.dist
-libexec/rssh_chroot_helper