From f16ba24de3151aeb9ebd229d3645ef510cd9f660 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Fri, 23 Nov 2007 09:43:36 +0200 Subject: [PATCH] Deleted wip/pg_filedump --- wip/pg_filedump/make_patch.diff | 26 ------------------------- wip/pg_filedump/pg_filedump.conf | 17 ---------------- wip/pg_filedump/pg_filedump.desc | 22 --------------------- wip/pg_filedump/pkg_postgresql_pre.conf | 25 ------------------------ 4 files changed, 90 deletions(-) delete mode 100644 wip/pg_filedump/make_patch.diff delete mode 100644 wip/pg_filedump/pg_filedump.conf delete mode 100644 wip/pg_filedump/pg_filedump.desc delete mode 100644 wip/pg_filedump/pkg_postgresql_pre.conf diff --git a/wip/pg_filedump/make_patch.diff b/wip/pg_filedump/make_patch.diff deleted file mode 100644 index 03f0c6818..000000000 --- a/wip/pg_filedump/make_patch.diff +++ /dev/null @@ -1,26 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../pg_filedump/make_patch.diff -# Copyright (C) 2007 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This patch file is dual-licensed. It is available under the license the -# patched project is licensed under, as long as it is an OpenSource license -# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms -# of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. -# --- SDE-COPYRIGHT-NOTE-END --- - ---- ./contrib/Makefile.orig 2007-11-22 17:32:55.000000000 +0200 -+++ ./contrib/Makefile 2007-11-22 17:34:04.000000000 +0200 -@@ -22,6 +22,7 @@ - pg_buffercache \ - pg_freespacemap \ - pg_trgm \ -+ pg_filedump-8.2 \ - pgbench \ - pgcrypto \ - pgrowlocks \ diff --git a/wip/pg_filedump/pg_filedump.conf b/wip/pg_filedump/pg_filedump.conf deleted file mode 100644 index ba569e0d2..000000000 --- a/wip/pg_filedump/pg_filedump.conf +++ /dev/null @@ -1,17 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../pg_filedump/pg_filedump.conf -# Copyright (C) 2007 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -makeopt="" -makeinstopt="" -custmain="true" diff --git a/wip/pg_filedump/pg_filedump.desc b/wip/pg_filedump/pg_filedump.desc deleted file mode 100644 index a715360e4..000000000 --- a/wip/pg_filedump/pg_filedump.desc +++ /dev/null @@ -1,22 +0,0 @@ - -[I] A PostgerSQL utility - -[T] An utility to format PostgreSQL heap/index/control files -[T] into a human-readable form. Can format/dump the files several ways, -[T] as listed in the Invocation section, as well as dumping straight binary. -[T] Forensics utility, not for the faint of heart ones. - -[U] http://sources.redhat.com/rhdb/index.html - -[A] The RHDB team {http://sources.redhat.com/rhdb/who.html} -[M] Nagy Karoly Gabriel - -[C] extra/database - -[L] GPL -[S] Stable -[V] 8.2 -[P] X -----5---9 125.000 - -[D] 3781126080 pg_filedump-8.2.tar http://sources.redhat.com/rhdb/tools/ - diff --git a/wip/pg_filedump/pkg_postgresql_pre.conf b/wip/pg_filedump/pkg_postgresql_pre.conf deleted file mode 100644 index 1ab782581..000000000 --- a/wip/pg_filedump/pkg_postgresql_pre.conf +++ /dev/null @@ -1,25 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../pg_filedump/pkg_postgresql_pre.conf -# Copyright (C) 2007 The OpenSDE Project -# -# More information can be found in the files COPYING and README. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. A copy of the -# GNU General Public License can be found in the file COPYING. -# --- SDE-COPYRIGHT-NOTE-END --- - -pg_dmp_ver=$( pkgdesc ver pg_filedump ) -echo_status "Including PG_FileDump (${pg_dmp_ver}) support." - -var_append patchfiles " " "${base}/package/*/pg_filedump/make_patch.diff" - -hook_add preconf 5 'pg_filedump_extract' -pg_filedump_extract() { - tar -v $taropt $( match_source_file -p pg_filedump pg_filedump ) -C $builddir/postgresql-$ver/contrib - rm -rf $builddir/postgresql-$ver/contrib/pg_filedump-$pg_dmp_ver/Makefile - mv $builddir/postgresql-$ver/contrib/pg_filedump-$pg_dmp_ver/Makefile{.contrib,} -}