---
name: libsigsegv
version: 2.10
origin: devel/libsigsegv
comment: Handling page faults in user mode
arch: freebsd:9:x86:64
www: http://www.gnu.org/software/libsigsegv/
maintainer: gaod@hychen.org
prefix: /usr/local
licenselogic: single
flatsize: 38989
desc: |
  A library for handling page faults in user mode. A page fault occurs
  when a program tries to access to a region of memory that is currently
  not available. Catching and handling a page fault is a useful
  technique for implementing:
   * pageable virtual memory,
   * memory-mapped access to persistent databases,
   * generational garbage collectors,
   * stack overflow handlers,
   * distributed shared memory,

  WWW: http://www.gnu.org/software/libsigsegv/
categories: [devel]
files:
  /usr/local/include/sigsegv.h: 595bb0ffc73ff7755edc797d5619ab01823ce7ffb953eebbd727d99bf8587b24
  /usr/local/lib/libsigsegv.a: 833da2b9c99b7b0b4aa6131eedfac931d0045d35feeaa97c43b768086b6a674d
  /usr/local/lib/libsigsegv.la: 7ea6200740a00c17af02a53277a460a3632e4020c9d8ad5a4dfafe9028b4a248
  /usr/local/lib/libsigsegv.so: '-'
  /usr/local/lib/libsigsegv.so.2: 90b8ccfaddc1a02df7e239699a27a34d93baaf4a928265cb13a83e788fd2417e
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
  pre-deinstall: |
    /sbin/ldconfig -R
message: |
  ====
  Note that the stackoverflow handling functions of this library need
  procfs mounted on /proc.
  ====
