diff --git a/shells/Makefile b/shells/Makefile index 399903ee8076..b03482914fe0 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,69 +1,68 @@ COMMENT = Shells SUBDIR += 44bsd-csh SUBDIR += anongitssh SUBDIR += antibody SUBDIR += ast-ksh SUBDIR += atuin SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash-static SUBDIR += bashc SUBDIR += bicon SUBDIR += bosh SUBDIR += ch SUBDIR += dash SUBDIR += elvish SUBDIR += envy SUBDIR += es SUBDIR += etsh SUBDIR += fd SUBDIR += fish SUBDIR += git-prompt.zsh SUBDIR += heirloom-sh SUBDIR += ibsh SUBDIR += ion SUBDIR += jailkit SUBDIR += klish SUBDIR += ksh SUBDIR += ksh-devel SUBDIR += ksh93 SUBDIR += mksh SUBDIR += modernish SUBDIR += nologinmsg SUBDIR += nsh SUBDIR += nushell SUBDIR += ohmyzsh SUBDIR += oksh 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 += rubygem-shellwords SUBDIR += rush SUBDIR += sash SUBDIR += scponly SUBDIR += shell-hist SUBDIR += shellharden SUBDIR += starship SUBDIR += switchBashZsh - SUBDIR += tcsh_nls SUBDIR += tcshrc SUBDIR += v7sh SUBDIR += viewglob SUBDIR += vshnu SUBDIR += wcd SUBDIR += xonsh SUBDIR += yash SUBDIR += zsh SUBDIR += zsh-antigen SUBDIR += zsh-autosuggestions SUBDIR += zsh-completions SUBDIR += zsh-navigation-tools SUBDIR += zsh-syntax-highlighting .include diff --git a/shells/tcsh_nls/Makefile b/shells/tcsh_nls/Makefile deleted file mode 100644 index e0eeb1175ea5..000000000000 --- a/shells/tcsh_nls/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -PORTNAME= tcsh_nls -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= shells -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= ume@FreeBSD.org -COMMENT= Misc NLS catalogs for tcsh which requires libiconv - -USES= iconv -NO_BUILD= yes - -PLIST_FILES= share/nls/de_AT.UTF-8/tcsh.cat \ - share/nls/de_CH.UTF-8/tcsh.cat \ - share/nls/de_DE.UTF-8/tcsh.cat \ - share/nls/el_GR.UTF-8/tcsh.cat \ - share/nls/es_ES.UTF-8/tcsh.cat \ - share/nls/et_EE.UTF-8/tcsh.cat \ - share/nls/fi_FI.UTF-8/tcsh.cat \ - share/nls/fr_BE.UTF-8/tcsh.cat \ - share/nls/fr_CA.UTF-8/tcsh.cat \ - share/nls/fr_CH.UTF-8/tcsh.cat \ - share/nls/fr_FR.UTF-8/tcsh.cat \ - share/nls/it_CH.UTF-8/tcsh.cat \ - share/nls/it_IT.UTF-8/tcsh.cat \ - share/nls/ja_JP.SJIS/tcsh.cat \ - share/nls/ja_JP.UTF-8/tcsh.cat \ - share/nls/ru_RU.CP1251/tcsh.cat \ - share/nls/ru_RU.CP866/tcsh.cat \ - share/nls/ru_RU.ISO8859-5/tcsh.cat \ - share/nls/ru_RU.UTF-8/tcsh.cat \ - share/nls/uk_UA.ISO8859-5/tcsh.cat \ - share/nls/uk_UA.UTF-8/tcsh.cat - -NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF-8 \ - de_DE.ISO8859-1:de_CH.UTF-8 \ - de_DE.ISO8859-1:de_DE.UTF-8 \ - el_GR.ISO8859-7:el_GR.UTF-8 \ - es_ES.ISO8859-1:es_ES.UTF-8 \ - et_EE.ISO8859-15:et_EE.UTF-8 \ - fi_FI.ISO8859-1:fi_FI.UTF-8 \ - fr_FR.ISO8859-1:fr_BE.UTF-8 \ - fr_FR.ISO8859-1:fr_CA.UTF-8 \ - fr_FR.ISO8859-1:fr_CH.UTF-8 \ - fr_FR.ISO8859-1:fr_FR.UTF-8 \ - it_IT.ISO8859-1:it_CH.UTF-8 \ - it_IT.ISO8859-1:it_IT.UTF-8 \ - ja_JP.eucJP:ja_JP.SJIS \ - ja_JP.eucJP:ja_JP.UTF-8 \ - ru_RU.KOI8-R:ru_RU.CP1251 \ - ru_RU.KOI8-R:ru_RU.CP866 \ - ru_RU.KOI8-R:ru_RU.ISO8859-5 \ - ru_RU.KOI8-R:ru_RU.UTF-8 \ - uk_UA.KOI8-U:uk_UA.ISO8859-5 \ - uk_UA.KOI8-U:uk_UA.UTF-8 \ - -do-install: - @for i in ${NLS_CATALOGS}; do \ - ${LN} -sf /usr/share/nls/$${i%%:*}/tcsh.cat \ - ${STAGEDIR}${PREFIX}/share/nls/$${i##*:}/tcsh.cat; \ - done - -.include diff --git a/shells/tcsh_nls/pkg-descr b/shells/tcsh_nls/pkg-descr deleted file mode 100644 index 5d90d29e632c..000000000000 --- a/shells/tcsh_nls/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Misc NLS catalogs for tcsh which requires libiconv.