summaryrefslogtreecommitdiff
path: root/net/tacshell
diff options
context:
space:
mode:
Diffstat (limited to 'net/tacshell')
-rw-r--r--net/tacshell/Makefile35
-rw-r--r--net/tacshell/distinfo2
-rw-r--r--net/tacshell/files/patch-Makefile.in14
-rw-r--r--net/tacshell/files/patch-tacshell.conf-example7
-rw-r--r--net/tacshell/pkg-descr5
5 files changed, 0 insertions, 63 deletions
diff --git a/net/tacshell/Makefile b/net/tacshell/Makefile
deleted file mode 100644
index d39b8e8b9e1f..000000000000
--- a/net/tacshell/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: tacshell
-# Date created: 13.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tacshell
-PORTVERSION= 0.91
-CATEGORIES= net
-MASTER_SITES= http://www.rezrov.net/software/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Shell authentication for TACACS+ protocol
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-GNU_CONFIGURE= yes
-
-PORTDOCS= README WHATSNEW ChangeLog
-PLIST_FILES= bin/tacshell etc/tacshell.conf.sample
-
-post-install:
-.for i in ${PORTNAME}
- ${STRIP_CMD} ${PREFIX}/bin/${i}
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README WHATSNEW ChangeLog
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/tacshell/distinfo b/net/tacshell/distinfo
deleted file mode 100644
index 4c6338acd6c9..000000000000
--- a/net/tacshell/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tacshell-0.91.tar.gz) = ede71e0999d7bfd053f9057721f96d6f11df13cf7aa73e4d659afe677f8e6f14
-SIZE (tacshell-0.91.tar.gz) = 56453
diff --git a/net/tacshell/files/patch-Makefile.in b/net/tacshell/files/patch-Makefile.in
deleted file mode 100644
index 557ff43530fc..000000000000
--- a/net/tacshell/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in.orig Thu May 27 10:12:14 2004
-+++ Makefile.in Thu May 27 10:12:34 2004
-@@ -22,7 +22,7 @@
- install: all
- $(INSTALL) -o root -m 555 tacshell $(PREFIX)/bin/tacshell
- mkdir -p -m 755 $(PREFIX)/etc
-- $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf-example
-+ $(INSTALL_DATA) -o root tacshell.conf-example $(PREFIX)/etc/tacshell.conf.sample
-
- pam_tacplus.so.1: pam.o $(SHARED_OBJS)
- $(CC) $(LDFLAGS) -shared -o pam_tacplus.so.1 pam.o $(SHARED_OBJS) $(LIBS)
diff --git a/net/tacshell/files/patch-tacshell.conf-example b/net/tacshell/files/patch-tacshell.conf-example
deleted file mode 100644
index 33f1f9c8b079..000000000000
--- a/net/tacshell/files/patch-tacshell.conf-example
+++ /dev/null
@@ -1,7 +0,0 @@
---- tacshell.conf-example.orig Fri Jun 13 22:32:39 2003
-+++ tacshell.conf-example Fri Jun 13 22:32:54 2003
-@@ -1,3 +1,3 @@
- server tacacs-server.domain.com
- secret vewyvewyqwiet
--shell /usr/pkg/bin/bash --login
-+shell /usr/local/bin/bash --login
diff --git a/net/tacshell/pkg-descr b/net/tacshell/pkg-descr
deleted file mode 100644
index f9e4013c5c2c..000000000000
--- a/net/tacshell/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-tacshell is a drop-in replacement for the RSA ACE/Server
-sdshell program, which allows Un*x shell authentication via a
-SecurID token.
-
-WWW: http://www.rezrov.net/software/tacshell.html