Introducing the first beta of PostgreSQL 8.3

Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing.
This commit is contained in:
Palle Girgensohn 2007-10-15 23:35:41 +00:00
parent e09a0ef683
commit 139991ab8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201533
2 changed files with 26 additions and 0 deletions

View File

@ -413,6 +413,8 @@
SUBDIR += postgresql81-server
SUBDIR += postgresql82-client
SUBDIR += postgresql82-server
SUBDIR += postgresql83-client
SUBDIR += postgresql83-server
SUBDIR += postgresql_autodoc
SUBDIR += puredb
SUBDIR += pxlib

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: PostgreSQL-client
# Date created: Wed Nov 2 00:13:57 CET 2005
# Whom: Palle Girgensohn <girgen@FreeBSD.org>
#
# $FreeBSD$
#
# To depend on postgresql-client, set USE_PGSQL=yes.
# See Mk/bsd.databases.mk for more info
PORTNAME= postgresql
PKGNAMESUFFIX= -client
PORTREVISION= 0
COMMENT= PostgreSQL database (client)
MASTERDIR= ${.CURDIR}/../postgresql83-server
BUILD_DIRS= config src/include src/interfaces \
src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
doc src/makefiles
CLIENT_ONLY= yes
INSTALLS_SHLIB= yes
.include "${MASTERDIR}/Makefile"