Index: head/shells/Makefile =================================================================== --- head/shells/Makefile (revision 501075) +++ head/shells/Makefile (revision 501076) @@ -1,60 +1,61 @@ # $FreeBSD$ # COMMENT = Shells SUBDIR += 44bsd-csh SUBDIR += ammonite SUBDIR += antibody SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc SUBDIR += bicon SUBDIR += ch SUBDIR += dash SUBDIR += envy SUBDIR += es SUBDIR += esh SUBDIR += fd SUBDIR += fish SUBDIR += flash SUBDIR += heirloom-sh SUBDIR += hs-shelly SUBDIR += ibsh SUBDIR += ion SUBDIR += jailkit SUBDIR += klish SUBDIR += ksh93 SUBDIR += ksh93-devel SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg SUBDIR += oksh SUBDIR += osh SUBDIR += p5-Bash-Completion SUBDIR += p5-Shell-Perl SUBDIR += p5-Term-Bash-Completion-Generator SUBDIR += p5-Term-ShellUI SUBDIR += pdksh SUBDIR += pear-PHP_Shell SUBDIR += psh SUBDIR += rc SUBDIR += rssh + SUBDIR += rush SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include SUBDIR += sparforte SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu SUBDIR += wcd SUBDIR += xonsh SUBDIR += zsh SUBDIR += zsh-antigen SUBDIR += zsh-completions SUBDIR += zsh-navigation-tools .include Index: head/shells/rush/Makefile =================================================================== --- head/shells/rush/Makefile (nonexistent) +++ head/shells/rush/Makefile (revision 501076) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rush +DISTVERSION= 1.9 +CATEGORIES= shells +MASTER_SITES= GNU + +MAINTAINER= yuri@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 Property changes on: head/shells/rush/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/rush/distinfo =================================================================== --- head/shells/rush/distinfo (nonexistent) +++ head/shells/rush/distinfo (revision 501076) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557385661 +SHA256 (rush-1.9.tar.xz) = e42b6b8fbf0ef0c216aff9fecac8752e7cac322b7f149e4932f6b68435a5d598 +SIZE (rush-1.9.tar.xz) = 738196 Property changes on: head/shells/rush/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/rush/pkg-descr =================================================================== --- head/shells/rush/pkg-descr (nonexistent) +++ head/shells/rush/pkg-descr (revision 501076) @@ -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/ Property changes on: head/shells/rush/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/shells/rush/pkg-plist =================================================================== --- head/shells/rush/pkg-plist (nonexistent) +++ head/shells/rush/pkg-plist (revision 501076) @@ -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 Property changes on: head/shells/rush/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property