diff --git a/tcsh/.footprint b/tcsh/.footprint deleted file mode 100644 index 1090acd0..00000000 --- a/tcsh/.footprint +++ /dev/null @@ -1,10 +0,0 @@ -drwxr-xr-x root/root bin/ --rwxr-xr-x root/root bin/tcsh -drwxr-xr-x root/root etc/ --rw-r--r-- root/root etc/csh.cshrc --rw-r--r-- root/root etc/csh.login --rw-r--r-- root/root etc/csh.logout -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/tcsh.1.gz diff --git a/tcsh/.md5sum b/tcsh/.md5sum deleted file mode 100644 index 4c3c538f..00000000 --- a/tcsh/.md5sum +++ /dev/null @@ -1,4 +0,0 @@ -e722a4480a48f445df762091de3aa76e csh.cshrc -74ee67af79e23951b7c997e25edc5ab5 csh.login -057fad717fcfaf03c6dc3a4cc4c6b604 csh.logout -55f1a41512250168ec4bf1db0e246db4 tcsh-6.16.00.tar.gz diff --git a/tcsh/Pkgfile b/tcsh/Pkgfile deleted file mode 100644 index 61874249..00000000 --- a/tcsh/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Enhanced version of the Berkeley C shell (csh) -# URL: http://www.tcsh.org -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: ncurses - -name=tcsh -version=6.16 -release=1 -source=(ftp://ftp.astron.com/pub/tcsh/$name-$version.00.tar.gz \ - csh.login csh.logout csh.cshrc) - -build() { - cd $name-$version.00 - - ./configure --prefix= --mandir=/usr/man - make - make DESTDIR=$PKG install install.man - - install -d $PKG/etc - install -m 644 $SRC/csh.* $PKG/etc - - chmod -R +w $PKG -} diff --git a/tcsh/csh.cshrc b/tcsh/csh.cshrc deleted file mode 100644 index 22754634..00000000 --- a/tcsh/csh.cshrc +++ /dev/null @@ -1,22 +0,0 @@ -# -# /etc/csh.cshrc: tcsh(1) configuration -# - -if ( "$uid" == "0" ) then - setenv PATH "/sbin:/usr/sbin:/bin:/usr/bin:/opt/bin" -else - setenv PATH "/bin:/usr/bin:/opt/bin" -endif - -if ( ! -f ~/.inputrc ) then - setenv INPUTRC "/etc/inputrc" -endif - -setenv LESSCHARSET "latin1" -setenv LESS "-R" -setenv CHARSET "ISO-8859-1" -set prompt="%B$ " - -umask 022 - -# End of file diff --git a/tcsh/csh.login b/tcsh/csh.login deleted file mode 100644 index 2fcd1a47..00000000 --- a/tcsh/csh.login +++ /dev/null @@ -1,5 +0,0 @@ -# -# /etc/csh.login: tcsh(1) configuration -# - -# End of file diff --git a/tcsh/csh.logout b/tcsh/csh.logout deleted file mode 100644 index 59266ed7..00000000 --- a/tcsh/csh.logout +++ /dev/null @@ -1,5 +0,0 @@ -# -# /etc/csh.logout: tcsh(1) configuration -# - -# End of file