---
name: deputy
version: 1.1_1
origin: devel/deputy
comment: Advanced C compiler that enforces type and memory safety
arch: freebsd:9:x86:64
www: http://deputy.cs.berkeley.edu/
maintainer: kevlo@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 19634154
desc: "Deputy is a C compiler that is capable of preventing common C programming \nerrors,
  including out-of-bounds memory accesses as well as many other \ncommon type-safety
  errors. \n\nDeputy allows C programmers to provide simple type annotations that
  \ndescribe pointer bounds and other important program invariants. \nDeputy verifies
  that your program adheres to these invariants through a \ncombination of compile-time
  and run-time checking.\n\nWWW:\thttp://deputy.cs.berkeley.edu/\n"
deps:
  perl: {origin: lang/perl5.14, version: 5.14.4}
categories:
- lang
- devel
files:
  /usr/local/bin/deputy: 451560863b0ceeb7cdb9fabeb4374633fdad7a280bda3541f625bb49105651c3
  /usr/local/include/deputy/annots.h: 003d44a30b1ffee2570ae43a50e0361bc4bdacc397c40da4803371a8a4b16a6c
  /usr/local/include/deputy/checks.h: fd5c60ab1f76b0f0b6a1d3383049756147740d889febfe5a6d829fccf2a87078
  /usr/local/include/deputy/libc_patch.i: 53d137fa245bf015e2aa826a3e5e63f26aa5d412b86d05e8703c366aad7dfbf7
  /usr/local/lib/perl5/site_perl/5.14/CIL/Cilly.pm: 8085fe7d20bbb1c95360a1444fcddcf34da66519a9a7e52c9600e5673e8d5cf6
  /usr/local/lib/perl5/site_perl/5.14/CIL/KeptFile.pm: a0839a7271cba484e067f575adef88f34cd50580cc098185bcaa4d6e2fccaa2c
  /usr/local/lib/perl5/site_perl/5.14/CIL/OutputFile.pm: a24307c8495ab08e6cfed1c0648b837f7b2946686ed7d4bad3df2e3d7ef81547
  /usr/local/lib/perl5/site_perl/5.14/CIL/TempFile.pm: 07345c2645752e6fd2647981fe30738ddc45c2aba6affd67e39b8b4ee0dd2395
  /usr/local/lib/perl5/site_perl/5.14/CilConfig.pm: 3646f3f150c156baee875c5f5583274cc8fad603aa0eab9958b6a569ab1aebe1
  /usr/local/lib/perl5/site_perl/5.14/Deputy.pm: 56dd48934a02d1e2901748665393e3f1a1c6924ecd60e9b2d1f3ac9e3d082051
  /usr/local/libexec/deputy/deputy.asm.exe: 205b1cc2a39362c863240418c5ef1510d142c2f0191efcbaf4800c918aa701eb
  /usr/local/libexec/deputy/deputy.byte.exe: 8afb19ede87223822858aa1725ea2fd337c32c1ffddcc9a2c22f33176301127e
  /usr/local/libexec/deputy/deputy_libc.o: 76f6e5be758b9c7a07a2cc8e78fdf3cfd55d1170d6d8d61cd32d06feb8875487
  /usr/local/man/man1/deputy.1.gz: bae603e813fccb32b0686df5b10f4caed41cdee2fc1d6a1f542e5dcb7375e966
directories:
  /usr/local/libexec/deputy/: n
  /usr/local/lib/perl5/site_perl/5.14/CIL/: n
  /usr/local/include/deputy/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
