pkg-descr

`FD' (FDclone) is a CUI-based file and directory management tool which
allows you to browse and manipulate directories and files with an easy
and intuitive user interface. It also has a built-in Bourne-shell
compatible shell which can be run stand-alone by the name of `fdsh'.

This version is a clone of FD for DOS (AT and PC9801) designed &
written by A. Idei (SDI00544@niftyserve.or.jp).

Author: Takashi SHIRAI

pkg-message

Read the document files in /usr/local/share/doc/fd, and use the
example fd2rc files in /usr/local/etc.

pkg-plist

bin/fd
bin/fdsh
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
bin/fd-dict.tbl
bin/fd-unicd.tbl
etc/fd2rc.dist
@unexec if cmp -s %D/etc/fd2rc %D/etc/fd2rc.sample; then rm -f %D/etc/fd2rc; fi
etc/fd2rc.sample
@exec [ ! -f %B/fd2rc ] && cp %B/%f %B/fd2rc
%%PORTDOCS%%share/doc/ja/fd/FAQ
%%PORTDOCS%%share/doc/ja/fd/HISTORY
%%PORTDOCS%%share/doc/ja/fd/LICENSES
%%PORTDOCS%%share/doc/ja/fd/README
%%PORTDOCS%%share/doc/ja/fd/TECHKNOW
%%PORTDOCS%%share/doc/ja/fd/ToAdmin
%%PORTDOCS%%@dirrm share/doc/ja/fd
%%PORTDOCS%%%%DOCSDIR%%/FAQ.eng
%%PORTDOCS%%%%DOCSDIR%%/LICENSES.eng
%%PORTDOCS%%%%DOCSDIR%%/README.eng
%%PORTDOCS%%%%DOCSDIR%%/TECHKNOW.eng
%%PORTDOCS%%%%DOCSDIR%%/ToAdmin.eng
%%PORTDOCS%%@dirrm %%DOCSDIR%%