svn commit: r501076 - in head/shells: . rush

Yuri Victorovich yuri at FreeBSD.org
Thu May 9 07:42:58 UTC 2019


Author: yuri
Date: Thu May  9 07:42:56 2019
New Revision: 501076
URL: https://svnweb.freebsd.org/changeset/ports/501076

Log:
  New port: shells/rush: Restricted User SHell, providing limited remote access to resources

Added:
  head/shells/rush/
  head/shells/rush/Makefile   (contents, props changed)
  head/shells/rush/distinfo   (contents, props changed)
  head/shells/rush/pkg-descr   (contents, props changed)
  head/shells/rush/pkg-plist   (contents, props changed)
Modified:
  head/shells/Makefile

Modified: head/shells/Makefile
==============================================================================
--- head/shells/Makefile	Thu May  9 06:42:08 2019	(r501075)
+++ head/shells/Makefile	Thu May  9 07:42:56 2019	(r501076)
@@ -41,6 +41,7 @@
     SUBDIR += psh
     SUBDIR += rc
     SUBDIR += rssh
+    SUBDIR += rush
     SUBDIR += sash
     SUBDIR += scponly
     SUBDIR += shell-include

Added: head/shells/rush/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/rush/Makefile	Thu May  9 07:42:56 2019	(r501076)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	rush
+DISTVERSION=	1.9
+CATEGORIES=	shells
+MASTER_SITES=	GNU
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Restricted User SHell, providing limited remote access to resources
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		gettext-runtime gmake tar:xz
+GNU_CONFIGURE=	yes
+
+INFO=		${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/shells/rush/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/rush/distinfo	Thu May  9 07:42:56 2019	(r501076)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1557385661
+SHA256 (rush-1.9.tar.xz) = e42b6b8fbf0ef0c216aff9fecac8752e7cac322b7f149e4932f6b68435a5d598
+SIZE (rush-1.9.tar.xz) = 738196

Added: head/shells/rush/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/rush/pkg-descr	Thu May  9 07:42:56 2019	(r501076)
@@ -0,0 +1,9 @@
+GNU Rush is a Restricted User Shell, designed for sites providing limited remote
+access to their resources, such as, for example, savannah.gnu.org. Its main
+program, rush, is configured as a user login shell for users that are allowed
+only remote access to the machine. Using a flexible configuration file, GNU Rush
+gives administrator complete control over the command lines that users execute,
+and allows to tune the usage of system resources, such as virtual memory, CPU
+time, etc. on a per-user basis.
+
+WWW: https://puszcza.gnu.org.ua/software/rush/

Added: head/shells/rush/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/rush/pkg-plist	Thu May  9 07:42:56 2019	(r501076)
@@ -0,0 +1,24 @@
+bin/rush-po
+bin/rushlast
+bin/rushwho
+etc/rush.rc
+man/man1/rush-po.1.gz
+man/man1/rushlast.1.gz
+man/man1/rushwho.1.gz
+man/man5/rush.rc.5.gz
+man/man8/rush.8.gz
+sbin/rush
+share/locale/da/LC_MESSAGES/rush.mo
+share/locale/de/LC_MESSAGES/rush.mo
+share/locale/es/LC_MESSAGES/rush.mo
+share/locale/fi/LC_MESSAGES/rush.mo
+share/locale/fr/LC_MESSAGES/rush.mo
+share/locale/gl/LC_MESSAGES/rush.mo
+share/locale/nl/LC_MESSAGES/rush.mo
+share/locale/pl/LC_MESSAGES/rush.mo
+share/locale/pt_BR/LC_MESSAGES/rush.mo
+share/locale/sr/LC_MESSAGES/rush.mo
+share/locale/sv/LC_MESSAGES/rush.mo
+share/locale/uk/LC_MESSAGES/rush.mo
+share/locale/vi/LC_MESSAGES/rush.mo
+share/locale/zh_CN/LC_MESSAGES/rush.mo


More information about the svn-ports-all mailing list