---
name: watchfolder
version: 0.3.3_1
origin: sysutils/watchfolder
comment: Watch folders for new files and process them
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: ehaupt@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [GPLv2]
flatsize: 114793
desc: |
  Watchfolder watches specified folders for incoming files and processes them
  with programs assigned to those folders. Afterwards, the files are removed
  from the inbound directory.
categories: [sysutils]
options: {DOCS: on}
files:
  /usr/local/bin/watchd: 052153f113a6c34e158c2e96bab79419c9b3f81c2f321021ac70678a0c31cdaa
  /usr/local/etc/rc.d/watchd: cc811c07145cd3e3dac24dc6fd00166ca074beefcf04ab6744ed98e6e50a8ee9
  /usr/local/etc/watchd.conf.sample: 492baf40d33f300bdc5f8d5e4290697de3ed4e69fc678543082680b51a4a2560
  /usr/local/share/doc/watchfolder/README: e548c4091c44c4593ac98710b9f8ceaeb9d80419ddf7ae86f010c5b2288fa7af
  /usr/local/share/doc/watchfolder/watchfolder.pdf: cf33a63c70cefd6bc395ca1aaa63ae7cf3acfd87caf43a1fcd227fddec6caec3
  /usr/local/share/licenses/watchfolder-0.3.3_1/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/watchfolder-0.3.3_1/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/watchfolder-0.3.3_1/catalog.mk: d7d062b5dd0a5b8fbdd240021e7f6f46889de1d7d2458cd75bf4c5daf9340351
directories:
  /usr/local/share/licenses/watchfolder-0.3.3_1/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/watchfolder/: n
scripts:
  post-install: |
    [ -f /usr/local/etc/watchd.conf ] || cp /usr/local/etc/watchd.conf.sample /usr/local/etc/watchd.conf
    cd /usr/local
    cd /usr/local
  pre-deinstall: |
    if cmp -s /usr/local/etc/watchd.conf /usr/local/etc/watchd.conf.sample; then rm -f /usr/local/etc/watchd.conf; fi
    cd /usr/local
    cd /usr/local
  post-deinstall: |
    cd /usr/local
    cd /usr/local
