---
name: graid5
version: 1.1.20110927.40_1
origin: sysutils/graid5
comment: RAID5 geom class
arch: freebsd:9:x86:64
www: http://lev.serebryakov.spb.ru/download/graid5/
maintainer: lev@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 203628
desc: |
  FreeBSD GEOM class for RAID5.

  This is RAID5 geom class, originally written by Arne Worner <arne_woerner@yahoo.com>

  WWW: http://lev.serebryakov.spb.ru/download/graid5/
categories: [sysutils, kld]
files:
  /boot/modules/geom_raid5.ko: 7b8a2c19f4912aa3b928c0a41ef8ec6aa7420b6d1ed80ebdb86cc3126b324077
  /lib/geom/geom_raid5.so: 8d6599ac58a65f5edefd59cc08f96557d5db5c5c59940a5d568c50ccc880e78c
  /sbin/graid5: bddc11266026ba662f1964d374e250049eccfe269d936914fd1d2e1759938f9e
  /usr/local/man/man8/graid5.8.gz: dbf99261ad0810baef82a78a97f9e73ad3f17969c1bc5b730b00c21490a5204a
scripts:
  post-install: |
    cd /
    kldxref /boot/modules
  pre-deinstall: |
    cd /
  post-deinstall: |
    cd /
    kldxref /boot/modules
  deinstall: |
    #!/bin/sh

    if [ "$2" = "DEINSTALL" ]; then
      /usr/sbin/kldxref /boot/modules
    fi
