# New ports collection makefile for: postgresql-relay # Date created: 14 February 2003 # Whom: Edwin Groothuis (edwin@mavetju.org) # # $FreeBSD$ # PORTNAME= postgresql-relay PORTVERSION= 1.3.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 \ etc/rc.d/postgresql-relay.sh USE_RC_SUBR= yes USE_PERL5_BUILD=yes SUB_FILES= postgresql-relay.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample ${PREFIX}/etc/postgresql-relay.conf-sample ${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 ${MAN8PREFIX}/man/man8 ${INSTALL_SCRIPT} ${WRKDIR}/postgresql-relay.sh ${PREFIX}/etc/rc.d post-install: ${CAT} ${PKGMESSAGE} .include 44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/ladvd
Commit message (Expand)AuthorAgeFilesLines
* - Update to 0.8.5beat2009-09-183-89/+5
* Fix build on amd64 (and, ideally, all other architectures we supported) bydelphij2009-07-292-2/+85
* - update to 0.8 [1]pgollucci2009-06-246-56/+15
* - Update to 0.6.1miwi2008-09-244-16/+16
* ladvd is a minimal link layer advertisement sender which supports thelippe2008-08-06