Path to this page:
./
databases/guile-pg,
PostgreSQL interface for Guile
Branch: CURRENT,
Version: 0.49,
Package name: guile-pg-0.49,
Maintainer: gdtGuile-pg is a Guile module providing access and allowing updates to
PostgreSQL databases from Guile scripts. Guile is the GNU interpreter
for the Scheme language and PostgreSQL is a free relational database
management system. This package is for Guile 1.6.x.
Required to run:[
lang/guile20] [
databases/postgresql95-client]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 903cd260316153e7f1beb9ebc6918ee8f9cc1986
RMD160: ca30b8d1ce84d0d524d7f98008af16815e557fcf
Filesize: 553.094 KB
Version history: (Expand)
- (2020-12-19) Updated to version: guile-pg-0.49
- (2020-11-11) Updated to version: guile-pg-0.48
- (2020-03-08) Updated to version: guile-pg-0.47nb3
- (2017-11-23) Package has been reborn
- (2016-10-12) Updated to version: guile-pg-0.47nb2
- (2016-09-15) Updated to version: guile-pg-0.47nb1
CVS history: (Expand)
2020-12-19 16:21:50 by Greg Troxel | Files touched by this commit (2) |  |
Log message:
guile-pg: Update to 0.49
- 0.49 | 2020-11-13
- dependency clarified: state range
Previously, the README file intimated that any Guile 1.4.x and
later would work w/ Guile-PG. This has now been clarified to
state the actual working range (1.4.x to 2.0.x, inclusive).
We have plans for adding support for 2.2.x (and maybe 3.x) in
the near to middling future.
See also file test/OK.
- Guile "auto-compilation" suppressed
In all three phases: configuration, build, and test, Guile 2.x
"auto-compilation" of .scm to .go files is suppressed by setting
the env var ‘GUILE_AUTO_COMPILE=0’.
We will do intentional compilation at some point, as soon as we
figure out how to DTRT. See project CMOD-PLAY for experiments.
|
2020-11-11 15:25:23 by Greg Troxel | Files touched by this commit (3) |  |
Log message:
databases/guile-pg: Update to 0.48
pkgsrc: changes: re-enable .la
There are some test issues, but it seems better to move to 0.48 than
stay at 0.47. If you are a pkgsrc user of guile-pg and disagree,
please speak up (and help test/fix!).
- 0.48 | 2020-10-26
- installation by default deletes the .la files
See README re "SOFIXFLAGS".
- configuration changes
- configure script tries to use pkg-config(1)
The configure script now tries to use pkg-config(1) to determine
directory values for the ‘-I’ and ‘-L’ compiler switches. The
standard way is still supported (see README).
- configure-time ‘INITDB’ specification
For "make check", you can specify to the configure script the
initdb(1) program to use with option ‘INITDB=/path/to/initdb’.
For example:
./configure INITDB=/usr/lib/postgresql/9.4/bin/initdb
This saves the value of ‘INITDB’ so you don't need to specify it
manually for each "make check" invocation (see README).
- builtin array variant types now have prefix-asterisk names
Previously, the builtin array variant types had names that end
in "[]" (i.e., one or more pairs of square braces). These now
have prefix-asterisk names.
(was) (now)
text[] *text
text[][] **text
int4[] *int4
aclitem[] *aclitem
Furthermore, old-style names are no longer supported. This is
concomitant w/ dropping of ‘define-db-col-type-array-variant’
(see below).
- dropped items
All these were announced in Guile-PG 0.47 (2015-02-23).
- module ‘(database postgres-resdisp)’
- proc ‘(database postgres) pg-lo-read’
- procs in module ‘(database postgres-types)’
- ‘dbcoltypes’
- ‘dbcoltype-lookup’
- ‘dbcoltype:stringifier’
- ‘dbcoltype:default’
- ‘dbcoltype:objectifier’
- ‘define-db-col-type-array-variant’
|
2020-05-31 16:49:13 by Roland Illig | Files touched by this commit (1) |
Log message:
databases/guile-pg: remove unknown configure option
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2016-10-09 23:42:04 by Thomas Klausner | Files touched by this commit (110) |
Log message:
Recursive bump for all users of pgsql now that the default is 95.
|
2016-09-15 18:31:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add pkg-config to tools to fix build.
|
2016-09-15 02:48:57 by Greg Troxel | Files touched by this commit (1) |
Log message:
Change to guile 2.0
|