summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2004-10-28 20:04:55 +0000
committerCy Schubert <cy@FreeBSD.org>2004-10-28 20:04:55 +0000
commita4e6989ec1b82ae9333b276fab7bfa91fd429de6 (patch)
tree7623893ac2ecd8b2b177e6bad082098b21958d35
parent- Fix header files. (diff)
Introduce sudosh (sudo shell) into the Ports Tree.
Notes
Notes: svn path=/head/; revision=120421
-rw-r--r--security/Makefile1
-rw-r--r--security/sudosh/Makefile22
-rw-r--r--security/sudosh/distinfo2
-rw-r--r--security/sudosh/pkg-descr7
-rw-r--r--security/sudosh/pkg-plist2
-rw-r--r--security/sudosh2/Makefile22
-rw-r--r--security/sudosh2/distinfo2
-rw-r--r--security/sudosh2/pkg-descr7
-rw-r--r--security/sudosh2/pkg-plist2
-rw-r--r--security/sudosh3/Makefile22
-rw-r--r--security/sudosh3/distinfo2
-rw-r--r--security/sudosh3/pkg-descr7
-rw-r--r--security/sudosh3/pkg-plist2
13 files changed, 100 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 1955edfba3e0..761b7b57bb30 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -435,6 +435,7 @@
SUBDIR += subweb
SUBDIR += sudo
SUBDIR += sudoscript
+ SUBDIR += sudosh
SUBDIR += super
SUBDIR += swatch
SUBDIR += tea-total
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile
new file mode 100644
index 000000000000..67496042c3ce
--- /dev/null
+++ b/security/sudosh/Makefile
@@ -0,0 +1,22 @@
+# Ports collection Makefile for: sudosh
+# Date created: 10/28/2004
+# Whom: cy@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sudosh
+PORTVERSION= 1.4.1
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
+
+MAINTAINER= cy@FreeBSD.org
+COMMENT= A sudo shell
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+
+.include <bsd.port.mk>
diff --git a/security/sudosh/distinfo b/security/sudosh/distinfo
new file mode 100644
index 000000000000..33bc8b88756e
--- /dev/null
+++ b/security/sudosh/distinfo
@@ -0,0 +1,2 @@
+MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc
+SIZE (sudosh-1.4.1.tar.bz2) = 90353
diff --git a/security/sudosh/pkg-descr b/security/sudosh/pkg-descr
new file mode 100644
index 000000000000..3e764176e983
--- /dev/null
+++ b/security/sudosh/pkg-descr
@@ -0,0 +1,7 @@
+sudosh is a sudo shell. Sudosh provides a logged root shell that can
+be used for auditing. It works just like a VCR, records the root shell
+session and offers real-time playback. Sudosh is designed to be used
+with sudo in an enterprise environment.
+
+WWW: http://sourceforge.net/projects/sudosh/
+ http://freshmeat.net/projects/sudosh/
diff --git a/security/sudosh/pkg-plist b/security/sudosh/pkg-plist
new file mode 100644
index 000000000000..f45aa67effb2
--- /dev/null
+++ b/security/sudosh/pkg-plist
@@ -0,0 +1,2 @@
+bin/sudosh
+bin/sudosh-replay
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile
new file mode 100644
index 000000000000..67496042c3ce
--- /dev/null
+++ b/security/sudosh2/Makefile
@@ -0,0 +1,22 @@
+# Ports collection Makefile for: sudosh
+# Date created: 10/28/2004
+# Whom: cy@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sudosh
+PORTVERSION= 1.4.1
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
+
+MAINTAINER= cy@FreeBSD.org
+COMMENT= A sudo shell
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+
+.include <bsd.port.mk>
diff --git a/security/sudosh2/distinfo b/security/sudosh2/distinfo
new file mode 100644
index 000000000000..33bc8b88756e
--- /dev/null
+++ b/security/sudosh2/distinfo
@@ -0,0 +1,2 @@
+MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc
+SIZE (sudosh-1.4.1.tar.bz2) = 90353
diff --git a/security/sudosh2/pkg-descr b/security/sudosh2/pkg-descr
new file mode 100644
index 000000000000..3e764176e983
--- /dev/null
+++ b/security/sudosh2/pkg-descr
@@ -0,0 +1,7 @@
+sudosh is a sudo shell. Sudosh provides a logged root shell that can
+be used for auditing. It works just like a VCR, records the root shell
+session and offers real-time playback. Sudosh is designed to be used
+with sudo in an enterprise environment.
+
+WWW: http://sourceforge.net/projects/sudosh/
+ http://freshmeat.net/projects/sudosh/
diff --git a/security/sudosh2/pkg-plist b/security/sudosh2/pkg-plist
new file mode 100644
index 000000000000..f45aa67effb2
--- /dev/null
+++ b/security/sudosh2/pkg-plist
@@ -0,0 +1,2 @@
+bin/sudosh
+bin/sudosh-replay
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile
new file mode 100644
index 000000000000..67496042c3ce
--- /dev/null
+++ b/security/sudosh3/Makefile
@@ -0,0 +1,22 @@
+# Ports collection Makefile for: sudosh
+# Date created: 10/28/2004
+# Whom: cy@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sudosh
+PORTVERSION= 1.4.1
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
+
+MAINTAINER= cy@FreeBSD.org
+COMMENT= A sudo shell
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+
+.include <bsd.port.mk>
diff --git a/security/sudosh3/distinfo b/security/sudosh3/distinfo
new file mode 100644
index 000000000000..33bc8b88756e
--- /dev/null
+++ b/security/sudosh3/distinfo
@@ -0,0 +1,2 @@
+MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc
+SIZE (sudosh-1.4.1.tar.bz2) = 90353
diff --git a/security/sudosh3/pkg-descr b/security/sudosh3/pkg-descr
new file mode 100644
index 000000000000..3e764176e983
--- /dev/null
+++ b/security/sudosh3/pkg-descr
@@ -0,0 +1,7 @@
+sudosh is a sudo shell. Sudosh provides a logged root shell that can
+be used for auditing. It works just like a VCR, records the root shell
+session and offers real-time playback. Sudosh is designed to be used
+with sudo in an enterprise environment.
+
+WWW: http://sourceforge.net/projects/sudosh/
+ http://freshmeat.net/projects/sudosh/
diff --git a/security/sudosh3/pkg-plist b/security/sudosh3/pkg-plist
new file mode 100644
index 000000000000..f45aa67effb2
--- /dev/null
+++ b/security/sudosh3/pkg-plist
@@ -0,0 +1,2 @@
+bin/sudosh
+bin/sudosh-replay