Nagy Karoly Gabriel
17 years ago
4 changed files with 104 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||||||
|
# --- 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 \
|
@ -0,0 +1,17 @@ |
|||||||
|
# --- 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" |
@ -0,0 +1,36 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../pg_filedump/pg_filedump.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
|
||||||
|
[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/ |
||||||
|
|
@ -0,0 +1,25 @@ |
|||||||
|
# --- 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…
Reference in new issue