Subject: CVS commit: pkgsrc/devel/g-wrap
To: None <pkgsrc-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: pkgsrc-changes
Date: 05/17/2007 23:59:35
Module Name: pkgsrc
Committed By: gdt
Date: Thu May 17 23:59:35 UTC 2007
Modified Files:
pkgsrc/devel/g-wrap: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/g-wrap/patches: patch-ad patch-ae
Removed Files:
pkgsrc/devel/g-wrap/patches: patch-ac
Log Message:
Update to 1.9.8. This update breaks gnucash, which now uses
devel/g-wrap196 instead. Changes since 1.9.6:
Version 1.9.8
- New feature: function flags. At the moment there is a single flag
specifying whether to leave "Guile mode" when calling the wrapper
functions. See the Guile manual on "scm_without_guile" for more
information.
- Don't rely on libc to provide (v)asprintf, take the implementation
from gnulib.
- The minimal GLib bindings now build against GLib 2.x. However,
their use is deprecated in favour of the much more complete GLib
bindings in guile-gnome
(http://www.gnu.org/software/guile-gnome/).
Version 1.9.7
- The shared libraries now reside in $(pkglibdir)/modules
(e.g. /usr/lib/g-wrap/modules).
- Users are now allowed to chose in which module generic functions
should be defined.
- New feature: aggregated typespecs. See the node `Wrapping a C
Function' of the manual for details.
- Users can now specify a free and a mark function, as well as an
equality predicate for wrapped C types (WCTs) in `wrap-as-wct!'.
- Improved documentation with an API reference (yet to be finished).
- Several bugfixes.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 pkgsrc/devel/g-wrap/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/g-wrap/PLIST
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/g-wrap/distinfo
cvs rdiff -r1.8 -r0 pkgsrc/devel/g-wrap/patches/patch-ac
cvs rdiff -r0 -r1.3 pkgsrc/devel/g-wrap/patches/patch-ad
cvs rdiff -r0 -r1.1 pkgsrc/devel/g-wrap/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.