4 changed files with 83 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
--- ./contrib/Makefile.orig 2006-09-09 07:07:51.000000000 +0300
|
||||||
|
+++ ./contrib/Makefile 2008-01-08 21:38:38.021126900 +0200
|
||||||
|
@@ -26,6 +26,7 @@
|
||||||
|
pgcrypto \
|
||||||
|
pgrowlocks \
|
||||||
|
pgstattuple \
|
||||||
|
+ pllua \
|
||||||
|
seg \
|
||||||
|
spi \
|
||||||
|
tablefunc \
|
@ -0,0 +1,23 @@ |
|||||||
|
# --- 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 --- |
||||||
|
|
||||||
|
pllua_ver=$( pkgdesc ver pllua ) |
||||||
|
echo_status "Including PlLua (${pllua_ver}) support." |
||||||
|
|
||||||
|
var_append patchfiles " " "${base}/package/*/pllua/make_patch.diff" |
||||||
|
|
||||||
|
hook_add preconf 5 'pllua_extract' |
||||||
|
pllua_extract() { |
||||||
|
tar -v $taropt $( match_source_file -p pllua pllua ) -C $builddir/postgresql-$ver/contrib |
||||||
|
} |
@ -0,0 +1,17 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../pllua/pllua.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,33 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../pllua/pllua.desc |
||||||
|
[COPY] Copyright (C) 2008 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] Lua implementation in PostgreSQL |
||||||
|
|
||||||
|
[T] PL/Lua is an implementation of Lua as a loadable procedural language |
||||||
|
[T] for PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers |
||||||
|
[T] written in the Lua programming language. |
||||||
|
|
||||||
|
[U] http://pllua.projects.postgresql.org/ |
||||||
|
|
||||||
|
[A] Luis Carvalho <[email protected]> |
||||||
|
[M] Nagy Karoly Gabriel <[email protected]> |
||||||
|
|
||||||
|
[C] extra/database |
||||||
|
|
||||||
|
[L] MIT |
||||||
|
[S] Stable |
||||||
|
[V] 0.1 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 3861669734 pllua-0.1.tar.gz http://pgfoundry.org/frs/download.php/1558/ |
Loading…
Reference in new issue