---
name: cssc
version: 0.15a.0_1
origin: devel/cssc
comment: A workalike for the source code control system SCCS
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: olli@fromme.com
prefix: /usr/local
licenselogic: single
flatsize: 1575498
desc: |
  This is GNU CSSC, a workalike for the source code control system SCCS.
  It is based on the MySC package by Ross Ridge.

  SCCS commands implemented this package are: admin, cdc, delta, get,
  prs, prt, sccsdiff, rmdel, sact, unget and what.  Not all options and
  capabilities of the commands have been implemented yet, and the comb,
  val and vc commands are not provided at all.

  Unimplemented features include consistency checking (admin -h),
  ignored deltas (delta -g), printing the differences after a delta
  (delta -p), l-files (get -l), and getting a delta by sequence number
  (get -a).  Some features like including and excluding deltas (get -i
  -x) have been implemented but not extensively tested.

  FreeBSD port made by Oliver Fromme <olli@fromme.com>
categories: [devel]
files:
  /usr/local/bin/sccs: f0f9747769e01b4e8db63c8e61d1cf338cd412e7cc7523e59e337e822afde475
  /usr/local/info/cssc.info: ce70621ebf87b26b357471270ed19e051fc5068ad05a866779f0807af7374a6e
  /usr/local/libexec/cssc/admin: 6c9e84712c930737c793352f679e73b762ab4efedfba88cd0abd34c3b354de10
  /usr/local/libexec/cssc/cdc: 4b9bc53a14c6d733ac0e78a5cc27ecc3a5e067aa14586c8e84d913d6534dc88b
  /usr/local/libexec/cssc/delta: b0054958b880cc784caa730ba832caf0cd39ce624652d9e7ab7c5571ac16a431
  /usr/local/libexec/cssc/get: 0eb4198db5615389b59d0d6bc3d2d369017a123950ba0d07ac82f82562780ba6
  /usr/local/libexec/cssc/prs: 8b1c872b00ec52a45acffb73578fd02bc024317123452f3ecc92452dedbe1eb3
  /usr/local/libexec/cssc/prt: 5e26da6effcd78b72bd9b1d9788a1e09a32d30b0e92548c2ca9468f8844311ae
  /usr/local/libexec/cssc/rmdel: 4bbd7d45013ed91e3402b43886c9d3d013ea66659b19d0e461521b1773cdb8be
  /usr/local/libexec/cssc/sact: bda29376a62a85564d68bd1918f96e7c09b1570bc99d9a18aa339428d957eeae
  /usr/local/libexec/cssc/sccsdiff: aebb170d4330301be9437f420e67131cebef8ebd325c6d847e251eb602db9613
  /usr/local/libexec/cssc/unget: 906e8eb266071318835f39e42e8722104040f6ba44b72d9aef5eb8ad5ed5b4d6
  /usr/local/libexec/cssc/val: 17a13e19d0acf132a224304b1afe37d2c6d89af86c64f26b855bce0675f74874
  /usr/local/libexec/cssc/what: 95d0fdb8d681366eeaf7f911156646cc176efebb1f575c478f9b82242e67bb4b
  /usr/local/man/man1/sccs.1.gz: 6ae68b251065d36e584e2e22edb72474ce0a4d1ab7b0cb875ccafb65e13b0807
directories:
  /usr/local/libexec/cssc/: n
scripts:
  post-install: |
    file=/usr/local/info/cssc.info
    install-info --quiet /usr/local/info/cssc.info ${file%25/*}/dir
  pre-deinstall: |
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
  post-deinstall: |
    file=/usr/local/info/cssc.info
    install-info --quiet --delete /usr/local/info/cssc.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
