Browse Source

Deleted wip/pg_filedump

early
Nagy Karoly Gabriel 17 years ago
parent
commit
f16ba24de3
  1. 26
      wip/pg_filedump/make_patch.diff
  2. 17
      wip/pg_filedump/pg_filedump.conf
  3. 22
      wip/pg_filedump/pg_filedump.desc
  4. 25
      wip/pg_filedump/pkg_postgresql_pre.conf

26
wip/pg_filedump/make_patch.diff

@ -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 \

17
wip/pg_filedump/pg_filedump.conf

@ -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"

22
wip/pg_filedump/pg_filedump.desc

@ -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 <karasz@opensde.org>
[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/

25
wip/pg_filedump/pkg_postgresql_pre.conf

@ -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,}
}
Loading…
Cancel
Save