---
name: wsmake
version: 0.7.901
origin: www/wsmake
comment: Software for production and maintenance of web sites
arch: freebsd:9:x86:64
www: http://sourceforge.net/projects/wsmake
maintainer: gahr@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 719923
desc: |
  Wsmake is a tool that aids in the production and maintenance of web sites.
  It was written to reduce the amount of time it takes to make changes
  to common information across a website, by keeping the content of the
  website separate from the design.

  Wsmake supports a model where the contents of the website are statically
  generated from sources.

  WWW: http://sourceforge.net/projects/wsmake
categories: [www]
files:
  /usr/local/bin/wsmake: 6a051e7dc7d3a1a833dc13b2511a9e815f21a6c67a408d26c2e344099e31a190
  /usr/local/info/gwsmake.info: 4c0f8e57083674162552866180f285b096916f1e281c252775df85b494f5a721
  /usr/local/info/iwsmake.info: 8f00fd88d2e27f6218104beba1f34c3e55ab23b1a73f94878b42c4bde31d10c1
  /usr/local/info/wsmake.info: 16cacc01567bfbd7af2c1ee03401959dde6a89af5de3a44e321d650f5f76d1d5
  /usr/local/man/man1/wsmake.1.gz: 73f502f0984b6775a35730c285f49ab028e6f8e105d3cf9d83fc891caf70a0ac
  /usr/local/share/doc/wsmake/ChangeLog: 81b1a961d0b9a8dda1da8b8a0f0853b18ca76dbbc214d788e2898050d8c86015
  /usr/local/share/doc/wsmake/NEWS: 7bd95fdf9ed216b1e87d71d988f75a4b6f34205b0ff344eb7c7a6eaebb41fc1b
  /usr/local/share/doc/wsmake/README: 0c45c568eae091dd87072331544fc169357bde6b2b9d74a970feea27a146283f
  /usr/local/share/doc/wsmake/THANKS: 6bb860f66655c44d6dd5c0700d916a0429bb2ced5015a04a7eda2c79093d21b5
  /usr/local/share/doc/wsmake/TODO: 8dc4d8630025299eeaa9c9d5a064c39a5f014bc3dcb7ea9492cc39d8170cdcdb
  /usr/local/share/doc/wsmake/gwsmake.html: 123bd6e48024654cb16e2033c2e18ee570bf419a12cef9d9f238d7c0a7a91cfe
  /usr/local/share/doc/wsmake/iwsmake.html: 54c4417cf9e0b99abf9d14892826825f8ba212a3c7bf4b7ff0186352293889e8
  /usr/local/share/doc/wsmake/manual/wsmake.dvi: 0dd93ee986aa18005f0eaed0dfc09610215121074e03dcc84d6cd7cfba7c4375
  /usr/local/share/doc/wsmake/manual/wsmake.pdf: b29662237489ff1ee56352b559df95d1f715e78045beef53708817cbf0cb8bdf
  /usr/local/share/doc/wsmake/manual/wsmake.ps: 03b18072d66997ebbdd570d64cde9c776c115c9d315fd8e743013bc610b6db0a
  /usr/local/share/doc/wsmake/wsmake.html: e801c64d36bdd192fff9ea3ce64f905011502c1df674664d65be8cb7eec44641
directories:
  /usr/local/share/doc/wsmake/manual/: n
  /usr/local/share/doc/wsmake/: n
scripts:
  post-install: |
    file=/usr/local/info/wsmake.info
    install-info --quiet /usr/local/info/wsmake.info ${file%25/*}/dir
    file=/usr/local/info/iwsmake.info
    install-info --quiet /usr/local/info/iwsmake.info ${file%25/*}/dir
    file=/usr/local/info/gwsmake.info
    install-info --quiet /usr/local/info/gwsmake.info ${file%25/*}/dir
  pre-deinstall: |
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
  post-deinstall: |
    file=/usr/local/info/wsmake.info
    install-info --quiet --delete /usr/local/info/wsmake.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
    file=/usr/local/info/iwsmake.info
    install-info --quiet --delete /usr/local/info/iwsmake.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
    file=/usr/local/info/gwsmake.info
    install-info --quiet --delete /usr/local/info/gwsmake.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
