---
name: fd
version: 3.01a
origin: shells/fd
comment: A CUI-based file and directory management tool
arch: freebsd:10:x86:64
www: UNKNOWN
maintainer: knu@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 2025874
desc: "`FD' (FDclone) is a CUI-based file and directory management tool which\nallows
  you to browse and manipulate directories and files with an easy\nand intuitive user
  interface.  It also has a built-in Bourne-shell\ncompatible shell which can be run
  stand-alone by the name of `fdsh'.\n\nThis version is a clone of FD for DOS (AT
  and PC9801) designed &\nwritten by A. Idei (SDI00544@niftyserve.or.jp).\n\nAuthor:\tTakashi
  SHIRAI <shirai@nintendo.co.jp>\n"
categories:
- shells
- net
files:
  /usr/local/bin/fd: 20282070f43fe16079ebad1b8556c4ef802292c262440e92d10c4e9301819400
  /usr/local/bin/fd-cat.C: e3f97c207486266c613078f3e11bd4ab80d72bd1de1bb3a0a71954e41ac5ac14
  /usr/local/bin/fd-cat.ja: 4bd8125c7cfd0f98db8b39b123664bf9d1a1f1a094fb9a4789b5462a23225d69
  /usr/local/bin/fd-dict.tbl: 22ed01f52f38bee2ea37bf6b36fb14b77183541de1b1a509d1fe3ace736401b9
  /usr/local/bin/fd-unicd.tbl: 21cd7fd140a395a24f64f807e1208c758bf510392512b42a11416efbdb8ddef5
  /usr/local/bin/fdsh: 20282070f43fe16079ebad1b8556c4ef802292c262440e92d10c4e9301819400
  /usr/local/etc/fd2rc.dist: f8900c99ef8785828518bc35e520c8781abdf3ca46c6196c446caa38bdd96aa3
  /usr/local/etc/fd2rc.sample: 646c58d4e0ea2f847bf87baf30c43722c02fb7102e778d028b091a442d643bd5
  /usr/local/man/ja/man1/fd.1.gz: b69c6183a5c06ee94e78037fde62c5c4d38ee05c40b8123c2aea63bafbf09083
  /usr/local/man/ja/man1/fdsh.1.gz: b69c6183a5c06ee94e78037fde62c5c4d38ee05c40b8123c2aea63bafbf09083
  /usr/local/man/man1/fd.1.gz: 31a4826830d4ad89ca3cd515db087227533736a7e96d5b1a52df996714a56f20
  /usr/local/man/man1/fdsh.1.gz: 31a4826830d4ad89ca3cd515db087227533736a7e96d5b1a52df996714a56f20
  /usr/local/share/doc/fd/FAQ.eng: 5b506944e225df775b9fee3d005ac9f78b5fa88eaa2f2475421f29a66193cd63
  /usr/local/share/doc/fd/LICENSES.eng: b2f60b7e9014d73caea89fdf76f510cd45b23353ed223e0580787a694e26c309
  /usr/local/share/doc/fd/README.eng: 4ecd8c95821c1b30f5b774644457ce810d30cfa7eb8e43137921cef2e3aa9dbc
  /usr/local/share/doc/fd/TECHKNOW.eng: c30f14500bea9997ef5bd7d3b03626a8d092b15abd2a866c752f3cafe3837bfa
  /usr/local/share/doc/fd/ToAdmin.eng: ab350ec81ed3bf8a5ab5dded3da724b4525b899eb818beeae1b9692c35cf8986
  /usr/local/share/doc/ja/fd/FAQ: beaf624c9ac46aabe7c56ffa87c6ae10e4133311e28713127e5111713a30ce53
  /usr/local/share/doc/ja/fd/HISTORY: 642446a25ba801d2157cdffaf67dbe899ee3e73845fb440a639d7b72b80aeee9
  /usr/local/share/doc/ja/fd/LICENSES: 377ef97fdcf9101ad63fd7cd7e563c2db715424c597d54b46edb6db2bfcb2dfb
  /usr/local/share/doc/ja/fd/README: b1b348c46234aeafd98fd51baeff8d9ec362323750183a82cbc7b836a2a7d7d2
  /usr/local/share/doc/ja/fd/TECHKNOW: 1b7778bea2ea00e3845422e9194d32dec5126709e44b10bc506902546d13073d
  /usr/local/share/doc/ja/fd/ToAdmin: 0a37775d7c8fe758dd8212a7a3f002a7f0f3b3a49d76137721423b3ff9827651
directories:
  /usr/local/share/doc/ja/fd/: n
  /usr/local/share/doc/fd/: n
scripts:
  post-install: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/fdsh /etc/shells.bak; echo /usr/local/bin/fdsh) >/etc/shells; rm -f /etc/shells.bak
    [ ! -f /usr/local/etc/fd2rc ] && cp /usr/local/etc/fd2rc.sample /usr/local/etc/fd2rc
  pre-deinstall: |
    echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v /usr/local/bin/fdsh /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
    if cmp -s /usr/local/etc/fd2rc /usr/local/etc/fd2rc.sample; then rm -f /usr/local/etc/fd2rc; fi
message: |
  Read the document files in /usr/local/share/doc/fd, and use the
  example fd2rc files in /usr/local/etc.
