Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1029EA583A for ; Thu, 6 Mar 2014 11:28:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7646114A525; Thu, 6 Mar 2014 11:28:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA01314A524 for ; Thu, 6 Mar 2014 11:28:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id L179JwdmZoZj for ; Thu, 6 Mar 2014 11:28:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EF0BF14A4CC for ; Thu, 6 Mar 2014 11:28:41 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E8DC296; Thu, 6 Mar 2014 11:28:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 6 Mar 2014 11:28:41 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/databases/skytools To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20140306112841.E8DC296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Thu Mar 6 11:28:41 UTC 2014 Added Files: pkgsrc/databases/skytools: DESCR Makefile PLIST distinfo Log Message: Import skytools-3.1.5 as databases/skytools. Based on PR pkg/48639 by rudolf. SkyTools is a package of tools in use in Skype for replication and failover. It also includes a generic queuing mechanism called PgQ and a utility library for Python scripts, as well as a script for setting up and managing WAL based standby servers. PgQ is a queuing system written in PL/pgSQL, Python and C code. It is based on snapshot-based event handling ideas from Slony-I, and is written for general usage. PgQ provides an efficient, transactional, queueing system with multi-node support (including work sharing and splitting, failover and switchover, for queues and for consumers). PgQ is split into 3 layers: Producers, Ticker and Consumers. Londiste is a replication tool written in Python, using PgQ as event transport. Walmgr is a script that will setup WAL archiving, does the initial backup, and runtime WAL archive and restore. It can also be used for up-to-last-second partial file copying, so that less than the whole file is lost in case of loss of the master database server. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/databases/skytools/DESCR \ pkgsrc/databases/skytools/Makefile pkgsrc/databases/skytools/PLIST \ pkgsrc/databases/skytools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.