---
name: postgresql-relay
version: 1.3.2_1
origin: databases/postgresql-relay
comment: Multiplex multiple PostgreSQL databases to one relay
arch: freebsd:9:x86:64
www: http://www.mavetju.org/unix/general.php
maintainer: edwin@mavetju.org
prefix: /usr/local
licenselogic: single
flatsize: 20867
desc: |
  postgresql-relay can be used to as a single point of origin for all
  your databases. Instead of having to remember (or modify in case
  of changes) all the names of your databases, on which machines and
  on which ports they are running, you only need to remember one
  machine and the name of the database. The postgresql-relay will
  then forward the connection to the proper database on the proper
  port of the proper server. No more changes in the hundreds of clients
  and scripts!

  WWW: http://www.mavetju.org/unix/general.php
categories: [net, databases]
files:
  /usr/local/bin/postgresql-relay: a0eef7074c718d21534c408bbdd4f0ec67936aac995b9fe22b05b5669a82c58d
  /usr/local/etc/postgresql-relay.conf-sample: 56fcc59ec8e13195b97977ba15d749f8c59dd149a52606cf229fc438598b5721
  /usr/local/etc/rc.d/postgresql-relay: 0a3aa73ed41f7daee3f71b2dbbdb1acd699a1ffa760a8528dbd4067d26ac66a5
  /usr/local/man/man8/postgresql-relay.8.gz: 83f4d6b1af2c22990bc5b5053c0347f751d546b344401f67a0133022fffe8fdd
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
message: |
  Databases/postgresql-relay now supports rc.subr.
  Please add 'postgresqlrelay_enable="YES"' to your /etc/rc.conf
  to make it start autoamtically at startup.
