---
name: 2bsd-vi
version: 050325_1
origin: editors/2bsd-vi
comment: The original vi editor, updated to run on modern OSes
arch: freebsd:9:x86:64
www: http://ex-vi.sourceforge.net/
maintainer: lx@redundancy.redundancy.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 247846
desc: |
  This is the original BSD ex/vi, updated to build and run on modern
  Unix systems. Compared to most of its many clones, the original vi is
  a rather small program (~120 KB code on i386) just with its extremely
  powerful editing interface, but lacking fancy features like multiple
  undo, multiple screens or syntax highlighting. In other words, it is a
  typical Unix program that does exactly what it should and nothing more.
  I intend to preserve this style in maintaining my port, except for
  changes to achieve POSIX.2 standards compliance, features in the SVR4
  versions of vi, and, of course, bug fixes.

  WWW: http://ex-vi.sourceforge.net/
categories: [editors]
files:
  /usr/local/bin/edit: '-'
  /usr/local/bin/ex: 59f355b2d6a33cb07f41116d599667555e7ad3e73c83372ece0bedacc08f2b1e
  /usr/local/bin/vedit: '-'
  /usr/local/bin/vi: '-'
  /usr/local/bin/view: '-'
  /usr/local/libexec/expreserve: f912ff7b398cd40060402c38f0f171b134d6cc61237be52ca946fc69a967c763
  /usr/local/libexec/exrecover: cb4c32cfc88d550f77a2e5d1d49e8d17fb635f10da776d4d8352191ec801ebe3
  /usr/local/man/man1/edit.1.gz: '-'
  /usr/local/man/man1/ex.1.gz: df6aa23c297e36e7932c6582ef3773545d8e791fdbd07dc8ac18b52dd6660745
  /usr/local/man/man1/vedit.1.gz: '-'
  /usr/local/man/man1/vi.1.gz: c882a5c14188db9ee6a9ef3756b6925a25bfe6c54f85f171f38abf0e9f97cfe0
  /usr/local/man/man1/view.1.gz: '-'
  /usr/local/share/licenses/2bsd-vi-050325_1/BSD: 0f99eff0bb2e4c26225f82d6ba2267bc94c8c488df76d10f81bdb862366b70c4
  /usr/local/share/licenses/2bsd-vi-050325_1/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/2bsd-vi-050325_1/catalog.mk: 2d56f42e095766956dd0772753c6facba8bfcdcb8dba7381a2bfe475aa5cf860
directories:
  /var/preserve/2bsd-vi/: y
  /usr/local/share/licenses/2bsd-vi-050325_1/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    install -d -m 1777 /var/preserve/2bsd-vi
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
