pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/slony1 Changes 1.2.0:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7768b0306575
branches: trunk
changeset: 520285:7768b0306575
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 18 18:53:03 2006 +0000
description:
Changes 1.2.0:
- A major revision of memory management to limit memory usage by slon
daemons.
- Log switching: periodically
- pg_listener is now used dramatically less than it used to be, which
diminishes the number of dead tuples you will find in this table.
- DDL scripts are broken into individual statements
- Slony-I tables are now marked "WITHOUT OIDS" so that they do not
consume OIDS.
- When possible (based on log switching functionality), partial
indexes on sl_log_1 and sl_log_2 are created on a per-origin-node
basis.
- More...
diffstat:
databases/slony1/Makefile | 12 +++++-------
databases/slony1/distinfo | 10 +++++-----
databases/slony1/patches/patch-aa | 6 +++---
3 files changed, 13 insertions(+), 15 deletions(-)
diffs (66 lines):
diff -r df3532b0582c -r 7768b0306575 databases/slony1/Makefile
--- a/databases/slony1/Makefile Wed Oct 18 18:42:46 2006 +0000
+++ b/databases/slony1/Makefile Wed Oct 18 18:53:03 2006 +0000
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2006/06/24 09:14:56 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/10/18 18:53:03 adam Exp $
-DISTNAME= slony1-1.1.5
-PKGREVISION= 1
+DISTNAME= slony1-1.2.0
CATEGORIES= databases
-MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/1136/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam%NetBSD.org@localhost
HOMEPAGE= http://gborg.postgresql.org/project/slony1/
COMMENT= Replication system for PostgreSQL
-USE_TOOLS+= gmake
-
DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-pgconfigdir=${PGSQL_PREFIX:Q}/bin
CONFIGURE_ARGS+= --with-pgbindir=${PGSQL_PREFIX:Q}/bin
@@ -24,7 +22,7 @@
CONFIGURE_ARGS+= --with-pgsharedir=${PGSQL_PREFIX:Q}/share/postgresql
post-extract:
- ${CP} ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
+ cp ${WRKSRC}/makefiles/Makefile.freebsd ${WRKSRC}/makefiles/Makefile.dragonfly
post-install:
${INSTALL_DATA} ${WRKSRC}/share/slon.conf-sample \
diff -r df3532b0582c -r 7768b0306575 databases/slony1/distinfo
--- a/databases/slony1/distinfo Wed Oct 18 18:42:46 2006 +0000
+++ b/databases/slony1/distinfo Wed Oct 18 18:53:03 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/06/20 21:14:12 joerg Exp $
+$NetBSD: distinfo,v 1.3 2006/10/18 18:53:03 adam Exp $
-SHA1 (slony1-1.1.5.tar.bz2) = 19f42fbd3c92f299b65803adcebfed5b508c236b
-RMD160 (slony1-1.1.5.tar.bz2) = 207e81a8f30366810cb63ddb256f324415cad1f1
-Size (slony1-1.1.5.tar.bz2) = 610569 bytes
-SHA1 (patch-aa) = c2352cffa859b879c969a51b5148fac96ab80391
+SHA1 (slony1-1.2.0.tar.bz2) = cecd8937b1e69d9b434cee5569b1c55430514d63
+RMD160 (slony1-1.2.0.tar.bz2) = afaa80e523777cfbe8f644f919ac860e71028481
+Size (slony1-1.2.0.tar.bz2) = 834529 bytes
+SHA1 (patch-aa) = c802a1a782ad8294b58c9c1dbf1550ad43a1eae2
diff -r df3532b0582c -r 7768b0306575 databases/slony1/patches/patch-aa
--- a/databases/slony1/patches/patch-aa Wed Oct 18 18:42:46 2006 +0000
+++ b/databases/slony1/patches/patch-aa Wed Oct 18 18:53:03 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2006/06/20 21:14:12 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2006/10/18 18:53:03 adam Exp $
---- configure.orig 2006-06-20 20:52:37.000000000 +0000
+--- configure.orig 2006-10-17 20:49:30.000000000 +0200
+++ configure
-@@ -1423,6 +1423,7 @@ case $host_os in
+@@ -1881,6 +1881,7 @@ case $host_os in
darwin*) template=darwin ;;
dgux*) template=dgux ;;
freebsd*) template=freebsd ;;
Home |
Main Index |
Thread Index |
Old Index