---
name: bsd-diff
version: 20120705
origin: textproc/bsddiff
comment: BSD-licensed version of diff from OpenBSD
arch: freebsd:9:x86:64
www: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
maintainer: gabor@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 47760
desc: |
  This is the BSD-licensed version of the well-known diff utility, obtained from
  OpenBSD. It lacks some features of GNU diff. It is a proposed project idea
  to replace the GNU diff with this one, but it needs to be completed first.
  Patches are highly appreciated.

  WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
categories: [textproc]
files:
  /usr/local/bin/bsddiff: 1a638706400ccb0aca464c5a4650b4ae2bf2a72e15b6aa64eb19bb75b54a5ab3
  /usr/local/bin/diff: '-'
  /usr/local/bin/gnudiff: '-'
  /usr/local/man/man1/bsddiff.1.gz: de32891fff1913efedacc96971fbe922fea57a4d9c1b6c6b5b9768d6a526fc23
scripts:
  post-install: |
    /bin/ln -s /usr/local/bin/bsddiff /usr/local/bin/diff
    /bin/ln -s /usr/bin/diff /usr/local/bin/gnudiff
