summaryrefslogtreecommitdiff
path: root/databases/guile-pg
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2005-12-09 16:01:10 +0000
committergdt <gdt@pkgsrc.org>2005-12-09 16:01:10 +0000
commitce59777d4137cae43650eb752b258acee39f91c4 (patch)
tree283075fa10525d59a66343a82c46ab1684d553fa /databases/guile-pg
parent2a7d6d445d7ecf988637086686e01601a57f8fe7 (diff)
downloadpkgsrc-ce59777d4137cae43650eb752b258acee39f91c4.tar.gz
Update to 0.29. Changes since last update:
- 0.29 | 2005-08-25 - Dropped proc: where-clausifier - Dropped proc: tuples-result->table - For `gxrepl', results are now printed with " | " field separator - All (database postgres) procs now tested - Support files guile.m4 and modsup.h synched with Guile 1.4.1.106 - 0.28 | 2005-05-09 - Bugfix: array reference handling in (database postgres-qcons) - FSF street address updated in copyright notices - 0.27 | 2005-03-02 - Result objects print without redundant "PGRES_" prefix - New command for (database postgres-table) proc `pgtable-manager' - New (database postgres-resx) proc: result->object-rows - Changes to module (database postgres-qcons) - 0.26 | 2005-02-24 - Expiration date set for opaque string support - Expiration date set for two (database postegres-table) procs - Dropped (database postgres-types) proc: dbcoltype:name - New type converters in module (database postgres-types) - New module: (database postgres-qcons) - New module: (database postgres-resdisp) - New module: (database postgres-gxrepl) - 0.25 | 2005-01-02 - New (database postgres) proc: pg-result-error-message - 0.24 | 2004-11-24 - New (database postgres) proc: pg-set-nonblocking! - New (database postgres) proc: pg-is-nonblocking?
Diffstat (limited to 'databases/guile-pg')
-rw-r--r--databases/guile-pg/Makefile4
-rw-r--r--databases/guile-pg/PLIST5
-rw-r--r--databases/guile-pg/distinfo9
-rw-r--r--databases/guile-pg/patches/patch-aa22
4 files changed, 10 insertions, 30 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile
index 26cbf27b146..191ef2a6761 100644
--- a/databases/guile-pg/Makefile
+++ b/databases/guile-pg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2005/08/10 19:01:23 gdt Exp $
+# $NetBSD: Makefile,v 1.24 2005/12/09 16:01:10 gdt Exp $
#
-DISTNAME= guile-pg-0.23
+DISTNAME= guile-pg-0.29
CATEGORIES= databases
MASTER_SITES= http://www.glug.org/people/ttn/software/guile-pg/
diff --git a/databases/guile-pg/PLIST b/databases/guile-pg/PLIST
index 5778a2bf87b..8f9fd9a974f 100644
--- a/databases/guile-pg/PLIST
+++ b/databases/guile-pg/PLIST
@@ -1,7 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2004/12/03 13:41:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/12/09 16:01:10 gdt Exp $
lib/guile/site/database/libpostgres.la
lib/guile/site/database/postgres-col-defs.scm
+lib/guile/site/database/postgres-gxrepl.scm
lib/guile/site/database/postgres-meta.scm
+lib/guile/site/database/postgres-qcons.scm
+lib/guile/site/database/postgres-resdisp.scm
lib/guile/site/database/postgres-resx.scm
lib/guile/site/database/postgres-table.scm
lib/guile/site/database/postgres-types.scm
diff --git a/databases/guile-pg/distinfo b/databases/guile-pg/distinfo
index 3c0b0746815..e2d5bc89afa 100644
--- a/databases/guile-pg/distinfo
+++ b/databases/guile-pg/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 16:33:06 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/12/09 16:01:10 gdt Exp $
-SHA1 (guile-pg-0.23.tar.gz) = b2c2e8ff72f905171babbdaac9ad9fd2ead56ce5
-RMD160 (guile-pg-0.23.tar.gz) = c972e5e9e99aae16dd1f547299774df0124b1460
-Size (guile-pg-0.23.tar.gz) = 451283 bytes
-SHA1 (patch-aa) = 35b3585f7452adbe42d9a57c670db40da441f2f2
+SHA1 (guile-pg-0.29.tar.gz) = 114b9c248d9d023602725fe768297dfc87e503eb
+RMD160 (guile-pg-0.29.tar.gz) = 557fe24a69500b4a517fd5472c56c36911ec7db7
+Size (guile-pg-0.29.tar.gz) = 495270 bytes
diff --git a/databases/guile-pg/patches/patch-aa b/databases/guile-pg/patches/patch-aa
deleted file mode 100644
index d393ede970f..00000000000
--- a/databases/guile-pg/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/12/03 13:41:30 wiz Exp $
-
---- libpostgres_lo.c.orig 2004-11-20 12:55:38.000000000 -0500
-+++ libpostgres_lo.c
-@@ -247,7 +247,7 @@ lob_mklobport (SCM conn, Oid oid, int al
- }
- pt->write_end = pt->write_buf + pt->write_buf_size;
-
-- SCM_SETCAR (port, gh_car (port) & ~SCM_BUF0);
-+ SCM_SETCAR (port, SCM_CELL_WORD_0 (port) & ~SCM_BUF0);
-
- SCM_ALLOW_INTS;
-
-@@ -522,7 +522,7 @@ lob_write (SCM port, const void *data, s
- lob_flush (port);
- }
- /* handle line buffering. */
-- if ((gh_car (port) & SCM_BUFLINE)
-+ if ((SCM_CELL_WORD_0 (port) & SCM_BUFLINE)
- && memchr (data, '\n', size))
- lob_flush (port);
- }