---
name: repeater
version: 0.14
origin: net/repeater
comment: UltraVNC repeater
arch: freebsd:9:x86:64
www: http://ultravnc.sourceforge.net/addons/repeater.html
maintainer: rick@sloservers.com
prefix: /usr/local
licenselogic: single
flatsize: 72241
desc: |
  UltraVNC Repeater is an UltraVNC addon

  WWW: http://ultravnc.sourceforge.net/addons/repeater.html
categories: [net]
files:
  /usr/local/etc/rc.d/repeater: db80bd50494a9f57a4b71da14af3a705afa96e6844bfbbdfc241a2615e246044
  /usr/local/etc/uvncrepeater.ini.sample: 7869cfa206f71c437d1895c6cd3fd87f42efcdfa6c0e227e531a2d048a2fca4d
  /usr/local/sbin/repeater: 6aac8e8c52da1ff86e7418268efc4d6cf0d2e5c58a5f8fd91edca150218cceb9
  /usr/local/share/doc/repeater/changelog.txt: c4bb9a46de2e3c6a403a73f1281df3b09df7b656a4aa3fb15ebe003117189a30
  /usr/local/share/doc/repeater/readme.txt: 6f9c00500fe75b8f89366c1e22ad09cdf36194009a514b0850e9f0d4a2165e73
  /usr/local/share/doc/repeater/ultravncrepeaterlinuxport.html: 1e694f7b7533b2259938c2c519f285b13e78bb6a93ae403eb8bd3087dc59facc
directories:
  /usr/local/share/doc/repeater/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
  install: "#!/bin/sh\n# $FreeBSD: ports/net/repeater/files/pkg-install.in,v 1.2 2012/11/17
    06:00:18 svnexp Exp $\n#\n\nPW=\"/usr/sbin/pw\"\nCHOWN=\"/usr/sbin/chown\"\nCHMOD=\"/bin/chmod\"\nMKDIR=\"/bin/mkdir
    -p\"\nNOLOGIN=\"/usr/sbin/nologin\"\n\nREP_USER=uvncrep\nREP_GROUP=uvncrep\n\ncase
    \"$2\" in\n\nPOST-INSTALL)\n  ${PW} groupshow -n ${REP_GROUP} >/dev/null 2>&1
    \\\n    || ${PW} groupadd -n ${REP_GROUP} \n  ${PW} usershow -n ${REP_USER} >/dev/null
    2>&1 \\\n    || ${PW} useradd ${REP_USER} -g ${REP_GROUP} -s ${NOLOGIN}\n  ;;\n\nesac\nexit
    0\n"
message: |
  ############################################################################
  # Please create a config file in /usr/local/etc                            #
  # A sample configuration file is installed as uvncrepeater.ini.sample      #
  #                                                                          #
  # To enable UVNC Repeater, put the following to your /etc/rc.conf:         #
  #      repeater_enable="YES"                                               #
  ############################################################################
