summaryrefslogtreecommitdiff
path: root/databases/slony1v2
diff options
context:
space:
mode:
Diffstat (limited to 'databases/slony1v2')
-rw-r--r--databases/slony1v2/Makefile78
-rw-r--r--databases/slony1v2/distinfo2
-rw-r--r--databases/slony1v2/files/extra-GNUmakefile.in11
-rw-r--r--databases/slony1v2/files/patch-builddocs14
-rw-r--r--databases/slony1v2/files/patch-cleanupthread17
-rw-r--r--databases/slony1v2/pkg-descr13
-rw-r--r--databases/slony1v2/pkg-message8
7 files changed, 0 insertions, 143 deletions
diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile
deleted file mode 100644
index 85f210207892..000000000000
--- a/databases/slony1v2/Makefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# New ports collection makefile for: slony1
-# Date created: 20 Jun 2004
-# Whom: Radim Kolar
-#
-# $FreeBSD$
-#
-
-PORTNAME= slony1
-PORTVERSION= 1.0.5
-PORTREVISION= 2
-CATEGORIES= databases
-MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/
-
-MAINTAINER= vivek@khera.org
-COMMENT= PostgreSQL master to multiple slaves replication system
-
-PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-BUILD_DEPENDS= ${NONEXISTENT}:${PGSQL_PORT}:configure
-.if ! defined(NOPORTDOCS)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm \
- ${LOCALBASE}/bin/djpeg:${PORTSDIR}/graphics/jpeg \
- ${LOCALBASE}/bin/ps2pdf:${PORTSDIR}/print/ghostscript-gnu
-.else
-EXTRA_PATCHES= ${FILESDIR}/extra-GNUmakefile.in
-.endif
-RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT}
-
-GNU_CONFIGURE= yes
-USE_BISON= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-PGSQL_SRC= `cd ${PGSQL_PORT}; make -V WRKSRC`
-CONFIGURE_ARGS= --with-pgsourcetree=${PGSQL_SRC}
-
-PLIST_FILES= bin/slon bin/slonik bin/slony_setup.pl \
- lib/postgresql/slony1_funcs.so lib/postgresql/xxid.so \
- share/postgresql/slony1_base.sql \
- share/postgresql/slony1_funcs.sql \
- share/postgresql/slony1_base.v73.sql \
- share/postgresql/slony1_base.v74.sql \
- share/postgresql/slony1_funcs.v73.sql \
- share/postgresql/slony1_funcs.v74.sql \
- share/postgresql/xxid.v73.sql \
- share/postgresql/xxid.v74.sql
-PORTDOCS= *.pdf howto COPYRIGHT README slonik_commands.html
-
-DEFAULT_PGSQL_VER?=74
-
-.include <bsd.port.pre.mk>
-# Setting/finding PostgreSQL version we want.
-.if exists(${LOCALBASE}/bin/postmaster)
-PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \
- ${SED} -n 's/postmaster.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
-.elif exists(${LOCALBASE}/bin/pg_config)
-PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
-.else
-PGSQL_VER= ${DEFAULT_PGSQL_VER}
-.endif
-
-pre-configure:
- cd ${PGSQL_SRC}/src/interfaces/libpq && ${GMAKE} all
- cd ${PGSQL_SRC}/src/port && ${GMAKE} all
-
-do-install:
- cd ${WRKSRC} && ${GMAKE} install
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/slony_setup.pl ${PREFIX}/bin
-.if ! defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/concept/Slony-I-concept.pdf ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/implementation/Slony-I-implementation.pdf ${DOCSDIR}
- ${MKDIR} ${DOCSDIR}/howto
- ${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${DOCSDIR}/howto
- ${INSTALL_DATA} ${WRKSRC}/doc/howto/slonik_commands.html ${DOCSDIR}
-.endif
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo
deleted file mode 100644
index 1ab317ecdaf8..000000000000
--- a/databases/slony1v2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (slony1-1.0.5.tar.gz) = 66fcc0f53028101e4e0f969e5f47fe43
-SIZE (slony1-1.0.5.tar.gz) = 374903
diff --git a/databases/slony1v2/files/extra-GNUmakefile.in b/databases/slony1v2/files/extra-GNUmakefile.in
deleted file mode 100644
index 304d79893b6a..000000000000
--- a/databases/slony1v2/files/extra-GNUmakefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- GNUmakefile.in.orig Thu Jun 10 11:09:18 2004
-+++ GNUmakefile.in Mon Jun 28 02:16:04 2004
-@@ -25,7 +25,7 @@
- $(wildcard makefiles/*)
-
-
--SUBDIRS = src doc
-+SUBDIRS = src
-
- all:
- for subdir in $(SUBDIRS) ; do \
diff --git a/databases/slony1v2/files/patch-builddocs b/databases/slony1v2/files/patch-builddocs
deleted file mode 100644
index 3dfeb8ecc058..000000000000
--- a/databases/slony1v2/files/patch-builddocs
+++ /dev/null
@@ -1,14 +0,0 @@
---- doc/Makefile.orig Thu Mar 18 20:32:21 2004
-+++ doc/Makefile Wed Jun 23 17:30:53 2004
-@@ -15,9 +15,9 @@
-
- DISTFILES = Makefile
-
--all install installdirs:
-+install installdirs:
-
--clean distclean maintainer-clean:
-+all clean distclean maintainer-clean:
- for subdir in $(SUBDIRS) ; do \
- $(MAKE) -C $$subdir $@ ; \
- done
diff --git a/databases/slony1v2/files/patch-cleanupthread b/databases/slony1v2/files/patch-cleanupthread
deleted file mode 100644
index 59569507efba..000000000000
--- a/databases/slony1v2/files/patch-cleanupthread
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/slon/cleanup_thread.c
-===================================================================
-RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
-retrieving revision 1.13.2.4
-retrieving revision 1.13.2.5
-diff -u -r1.13.2.4 -r1.13.2.5
---- cleanup_thread.c 30 Sep 2004 17:45:06 -0000 1.13.2.4
-+++ cleanup_thread.c 12 Jan 2005 03:15:36 -0000 1.13.2.5
-@@ -145,7 +145,7 @@
- "delete from %s.sl_log_1 "
- "where log_origin = '%s' "
- "and log_xid < '%s'; "
-- "delete from %s.sl_log_1 "
-+ "delete from %s.sl_log_2 "
- "where log_origin = '%s' "
- "and log_xid < '%s'; "
- "delete from %s.sl_seqlog "
diff --git a/databases/slony1v2/pkg-descr b/databases/slony1v2/pkg-descr
deleted file mode 100644
index 02da2ac276d6..000000000000
--- a/databases/slony1v2/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Slony-I is enterprise-level "master to multiple slaves"
-replication system with cascading and failover.
-
-The big picture for the development of Slony-I is to build
-a master-slave system that includes all features and
-capabilities needed to replicate large databases to a
-reasonably limited number of slave systems.
-
-Slony-I is developed as a system for data centers and backup
-sites, where the normal mode of operation is that all nodes
-are available.
-
-WWW: http://www.slony.org/
diff --git a/databases/slony1v2/pkg-message b/databases/slony1v2/pkg-message
deleted file mode 100644
index 423352b91c7b..000000000000
--- a/databases/slony1v2/pkg-message
+++ /dev/null
@@ -1,8 +0,0 @@
-For running slony1 you need:
- slony postgresql superuser with password set
- slony system user (makes auth. of slony db user easier)
- TCP/IP enabled in postgresql (for replication of non local db)
-
-There is a perl script slony_setup.pl which helps you to create initial
-configuration. Installing this package do not makes any needed system
-changes.