Toomas Soome
2023-03-23 f4798071d0b7e772ff4e5aed888b86cf262542ac
tcsh: mediate csh

3 files modified
7 ■■■■ changed files
components/shell/tcsh/Makefile 1 ●●●● patch | view | raw | blame | history
components/shell/tcsh/pkg5 2 ●●●●● patch | view | raw | blame | history
components/shell/tcsh/tcsh.p5m 4 ●●●● patch | view | raw | blame | history
components/shell/tcsh/Makefile
@@ -29,6 +29,7 @@
COMPONENT_NAME=        tcsh
COMPONENT_VERSION=    6.24.7
HUMAN_VERSION=        6.24.07
COMPONENT_REVISION=    1
COMPONENT_SUMMARY=    Tenex C-shell (tcsh)
COMPONENT_DESCRIPTION=    C shell with file name completion and command line editing
COMPONENT_PROJECT_URL=    https://github.com/tcsh-org/tcsh
components/shell/tcsh/pkg5
@@ -1,7 +1,5 @@
{
    "dependencies": [
        "SUNWcs",
        "shell/ksh93",
        "system/library",
        "text/locale"
    ],
components/shell/tcsh/tcsh.p5m
@@ -32,6 +32,8 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
link path=usr/bin/csh target=tcsh mediator=csh \
    mediator-implementation=tcsh mediator-priority=vendor
file path=usr/bin/tcsh
file path=usr/share/locale/C/LC_MESSAGES/tcsh.cat
file path=usr/share/locale/de/LC_MESSAGES/tcsh.cat
@@ -46,3 +48,5 @@
file path=usr/share/locale/ru/LC_MESSAGES/tcsh.cat
file path=usr/share/locale/ru_UA/LC_MESSAGES/tcsh.cat
file path=usr/share/man/man1/tcsh.1
link path=usr/share/man/man1/csh.1 target=tcsh.1 mediator=csh \
    mediator-implementation=tcsh mediator-priority=vendor