---
name: fakeroot
version: 1.20
origin: security/fakeroot
comment: Simulate the root user behaviour
arch: freebsd:10:x86:64
www: http://freshmeat.net/projects/fakeroot
maintainer: martymac@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 199117
desc: |
  Fakeroot runs a command in an environment were it appears to have
  root privileges for file manipulation, by setting LD_PRELOAD to a
  library with alternative versions of getuid(), stat(), etc. This
  is useful for allowing users to create archives (tar, ar, .deb .rpm
  etc.) with files in them with root permissions/ownership.

  WWW: http://freshmeat.net/projects/fakeroot
categories:
- security
shlibs_provided:
- libfakeroot.so.0
files:
  /usr/local/share/licenses/fakeroot-1.20/catalog.mk: 3fbaf43154d7943c5e77254b4d524f11869b9a3f8c0508d5cff2f5c91c539a09
  /usr/local/share/licenses/fakeroot-1.20/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/fakeroot-1.20/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/bin/faked: 1edf229ca9cf8eebf6a5464f22d3ccb43d1e516319eda1b814f91567ca45a07b
  /usr/local/bin/fakeroot: 59613865f0b2556ca9bcfd65bdf8f731e586336c31c84d610d66e45b4481e51d
  /usr/local/lib/libfakeroot-0.so: '-'
  /usr/local/lib/libfakeroot.a: 3d01abc484cdea0398923fd0463569551fb276f4544d2cece5da37b0537af2ad
  /usr/local/lib/libfakeroot.la: ed7b6b3e6375e7dccc878f5797fd3f73d7356a683d9686ac2b1c6ec78c886875
  /usr/local/lib/libfakeroot.so: '-'
  /usr/local/lib/libfakeroot.so.0: 085c8d5e084d99bf09e858cfde4c7d62ddaa819ed98098d0dbc8c829d9bbe8c3
  /usr/local/man/de/man1/faked.1.gz: a536a5c44efe1c3da02fa0215e7f24020077c35f0afd30c59d04dd025f1c6346
  /usr/local/man/de/man1/fakeroot.1.gz: 0c55bec0632237ca6d5b305838ac18dc19bda338624d33e564b7505479e0b00a
  /usr/local/man/es/man1/faked.1.gz: 3025cdc748d3eb1f2493ec5b44e41e03b80edd8c7c31a72cf5a0b49ddc5f714a
  /usr/local/man/es/man1/fakeroot.1.gz: 4cde98e10d00557a6eda4f56ddc670d0e405e2ea54ec33c235530856c1c706fd
  /usr/local/man/fr/man1/faked.1.gz: 90b94d8d1d058e319427edec033ce3c553cb174cd7c6f47a6b4bbb52479fccce
  /usr/local/man/fr/man1/fakeroot.1.gz: 9376008502cc124608c96aeef5f7b0807494555a379fcc48e7b96660b8eadce3
  /usr/local/man/man1/faked.1.gz: 40f2c849b22cdbd9e0712d61b970d54cf12015189acfe531739dc73df1e2f5a9
  /usr/local/man/man1/fakeroot.1.gz: 11fcddd26fcc949541ef7d3ffe4bc019b6147289dafef41d83e2a8e799c4f85b
  /usr/local/man/nl/man1/faked.1.gz: 4b2e2e04cc300ccc941df1d689ccbb9742c88566ea863be1b550faf9eb9b4517
  /usr/local/man/nl/man1/fakeroot.1.gz: e11041e24f4ea9a5d194fe11ff8fd3749ae66d7c6b880fd2413a82f483f34f53
  /usr/local/man/sv/man1/faked.1.gz: 0b9ff4359cb5e74c0b1b2b4fff025779b265e4e3845d48dd74a12d9b2735f1d2
  /usr/local/man/sv/man1/fakeroot.1.gz: d13d9d651f5273136f169508a6d2eb20efe5ef1fe4e6e0bfbfae975ceeec751f
directories:
  /usr/local/man/sv/man1/: y
  /usr/local/man/sv/: y
  /usr/local/man/nl/man1/: y
  /usr/local/man/nl/: y
  /usr/local/man/fr/man1/: y
  /usr/local/man/fr/: y
  /usr/local/man/es/man1/: y
  /usr/local/man/es/: y
  /usr/local/man/de/man1/: y
  /usr/local/man/de/: y
  /usr/local/share/licenses/fakeroot-1.20/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
    #rmdir /usr/local/share/licenses 2>/dev/null || true
  post-deinstall: |
    cd /usr/local
