1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

New port: databases/postgresql-relay

postgresql-relay - multiplex all your databases to one point
	of origin

	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!
This commit is contained in:
Edwin Groothuis 2004-02-13 06:50:09 +00:00
parent 57e6604e30
commit 5f2b4ecc90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100820
4 changed files with 40 additions and 0 deletions

View File

@ -191,6 +191,7 @@
SUBDIR += postgresql-odbc
SUBDIR += postgresql-plruby
SUBDIR += postgresql-pltcl
SUBDIR += postgresql-relay
SUBDIR += postgresql-tcltk
SUBDIR += postgresql7
SUBDIR += postgresql72

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: postgresql-relay
# Date created: 14 February 2003
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= postgresql-relay
PORTVERSION= 1.2
CATEGORIES= databases net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Multiplex multiple PostgreSQL databases to one relay
MAN8= postgresql-relay.8
PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf ${PREFIX}/etc/postgresql-relay.conf-sample
${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (postgresql-relay-1.2.tar.gz) = 4b2ceeb8fbab310acecb2a3aa407dee4
SIZE (postgresql-relay-1.2.tar.gz) = 9248

View File

@ -0,0 +1,13 @@
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
- Edwin Groothuis
edwin@mavetju.org