---
name: fakeroot
version: 1.19
origin: security/fakeroot
comment: Simulate the root user behaviour
arch: freebsd:9:x86:64
www: http://freshmeat.net/projects/fakeroot
maintainer: martymac@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv3
flatsize: 195701
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. Without
  fakeroot one would have to have root privileges to create the
  constituent files of the archives with the correct permissions and
  ownership, and then pack them up, or one would have to construct
  the archives directly, without using the archiver.

  WWW: http://freshmeat.net/projects/fakeroot
categories:
- security
shlibs_provided:
- libfakeroot.so.0
files:
  /usr/local/bin/faked: fba6a2893f8c48dbe6ba7f870059ffac487bc69ad4cc439e13a63773726c9138
  /usr/local/bin/fakeroot: 06e4f0f8805f480c10ba3a40c9cf21c8ac4198db0071f0aa95edaeaed54f5574
  /usr/local/lib/libfakeroot-0.so: '-'
  /usr/local/lib/libfakeroot.a: 331d5a22255d5913d866c6048958ddc2536f5d97b33275e804d430bb03b718b7
  /usr/local/lib/libfakeroot.la: ed7b6b3e6375e7dccc878f5797fd3f73d7356a683d9686ac2b1c6ec78c886875
  /usr/local/lib/libfakeroot.so: '-'
  /usr/local/lib/libfakeroot.so.0: e4c9a846899098a90730f0d2ca26b055d4e9cf87f4b5fcaca9c1976c1d6c6492
  /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
  /usr/local/share/licenses/fakeroot-1.19/GPLv3: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
  /usr/local/share/licenses/fakeroot-1.19/LICENSE: feb018c22cc4001bbeccc04db5569c5aeaec18f1ebbee51a52d56c251418e243
  /usr/local/share/licenses/fakeroot-1.19/catalog.mk: cb94c5d723305df2f29ca071998fc59761bc8091d48a0dbea27b61e6f61294cd
directories:
  /usr/local/share/licenses/fakeroot-1.19/: n
  /usr/local/share/licenses/: y
  /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
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
