diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-24 20:50:19 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-24 20:50:19 +0000 |
commit | ebfdbafd745554b5e0cb8148ec5ad6ed3e89a732 (patch) | |
tree | e23dc448fa83c98418d2ee1715822e35a0b1722a /devel/g-wrap/PLIST | |
parent | a2fc0f3541e4e9e0fd997a3db507bb65bb8df12d (diff) | |
download | pkgsrc-ebfdbafd745554b5e0cb8148ec5ad6ed3e89a732.tar.gz |
Update to 1.3.4 using patches provided by roskens at elfin dot net in
PR pkg/20270 with minor nitpicks by myself.
Some of the changes since 1.2.1:
* configure.in: fix minor problem where we used the guile-gtk
config program even when it wasn't found.
* acconfig.h: deleted since deprecated -- replaced by three arg
AC_DEFINEs in configure.in.
* doc/.cvsignore: add texinfo.tex.
* configure.in (AM_INIT_AUTOMAKE): bump version for release.
* bunch of subversion cleanups.
* change license to LGPL.
* g-wrap/gw-glib-spec.scm: coerce to (gpointer) in gw:glist-of and
gw:gslist-of code where needed.
* g-wrap/enumeration.scm (gw:wrap-enumeration): make val->int and
int->val functions static so they don't cause conflicts.
* configure.in (GW_GUILE_GTK_CFLAGS): delete any occurences of -I
/usr/include or similar. Newer gcc's don't like that at all.
* bin/g-wrap-config.in (c-compile-args): don't output -I if it's
/usr/include. The new gcc doesn't like -I /usr/include at all.
* test/Makefile.am (gw-test-enumeration.scm gw-test-enumeration.h
gw-test-enumeration.c gw-test-enumeration.html
gw-test-enumeration-autogen.h): use LD_LIBRARY_PATH.
(gw-test-parent.scm gw-test-parent.h gw-test-parent.c
gw-test-parent.html gw-test-parent-autogen.h): use LD_LIBRARY_PATH.
* doc/g-wrap.texi: minor re-editing -- still needs much more.
* configure.in (GW_GUILE_GTK_CFLAGS): add and AC_SUBST.
(GW_GUILE_GTK_LIBFLAGS): add and AC_SUBST.
* g-wrap/simple-type.scm: new file -- support for simple types.
* g-wrap/runtime.scm: new file -- scm support for runtime wrapset
database.
* g-wrap/gw-wct-spec.scm: new file -- wrapped C pointer types.
* g-wrap/gw-standard-spec.scm: new file -- standard wrapped types.
* g-wrap/gw-gtk-spec.scm: new file -- wrappers for gtk.
* g-wrap/gw-glib-spec.scm: new file -- wrappers for glib.
* g-wrap/gtkobj.scm: support for wrapping new C ptr types as
gtkobjects.
* g-wrap/Makefile.am: major changes -- support gw-glib, gw-wct,
gw-gtk, etc.
* g-wrap/g-wrap-wct.h: support header for gw-wct. Part of
libgwrap-wct.
* g-wrap/g-wrap-wct.c: support code for gw-wct. Part of
libgwrap-wct.
* g-wrap/g-wrap-glib.h: support header for gw-glib. Part of
libgwrap-glib.
* g-wrap/g-wrap-glib.c: support code for gw-glib. Part of
libgwrap-glib.
* g-wrap/output-file.scm (flatten-display): make public.
* g-wrap/g-wrap-compatibility.h: start guile version compatibility
library.
* g-wrap/enumeration.scm: break out enumeration support.
* g-wrap/dummy-main.c: new file - for link testing.
* bin/g-wrap-config.in (c-link-args): add support for glib, wct,
etc.
* g-wrap.scm: major overhaul -- modules -> wrapsets, ccodegens ->
init/decl/lists, etc.
* configure.in: remove rscheme (and other dead bits). Add support
for glib and gnome-guile. Handle libruntime reorg/removal.
* acconfig.h: accomodate reorg/removal of libruntime.
* g-wrapped/gw-runtime-spec.scm: switch to use of SCM_FALSEP and
SCM_NFALSEP rather than direct SCM_BOOL_*
* libruntime-guile/g-wrap-runtime-guile.c: switch to use of
SCM_FALSEP and SCM_NFALSEP rather than direct SCM_BOOL_*
comparisons.
* g-wrap.scm: switch to use of SCM_FALSEP and SCM_NFALSEP rather
than direct SCM_BOOL_* comparisons.
Diffstat (limited to 'devel/g-wrap/PLIST')
-rw-r--r-- | devel/g-wrap/PLIST | 72 |
1 files changed, 53 insertions, 19 deletions
diff --git a/devel/g-wrap/PLIST b/devel/g-wrap/PLIST index 4df4f0d569d..a58a88888cc 100644 --- a/devel/g-wrap/PLIST +++ b/devel/g-wrap/PLIST @@ -1,25 +1,59 @@ -@comment $NetBSD: PLIST,v 1.3 2003/01/24 04:22:42 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/24 20:50:19 jschauma Exp $ bin/g-wrap-config -include/g-wrap-runtime-guile.h -info/g-wrap.info -info/g-wrap.info-1 -info/g-wrap.info-2 -lib/libg-wrap-runtime-guile.a -lib/libg-wrap-runtime-guile.la -lib/libg-wrap-runtime-guile.so -lib/libg-wrap-runtime-guile.so.2 -lib/libg-wrap-runtime-guile.so.2.0 -share/aclocal/g-wrap.m4 guile/1.4/share/guile/g-wrap.scm +guile/1.4/share/guile/g-wrap/enumeration.scm guile/1.4/share/guile/g-wrap/g-translate.scm -guile/1.4/share/guile/g-wrap/guile-types.scm +guile/1.4/share/guile/g-wrap/gtkobj.scm +guile/1.4/share/guile/g-wrap/gw-glib-spec.scm +guile/1.4/share/guile/g-wrap/gw-glib.scm +guile/1.4/share/guile/g-wrap/gw-gtk-spec.scm +guile/1.4/share/guile/g-wrap/gw-gtk.scm +guile/1.4/share/guile/g-wrap/gw-standard-spec.scm +guile/1.4/share/guile/g-wrap/gw-standard.scm +guile/1.4/share/guile/g-wrap/gw-wct-spec.scm +guile/1.4/share/guile/g-wrap/gw-wct.scm guile/1.4/share/guile/g-wrap/output-file.scm +guile/1.4/share/guile/g-wrap/runtime.scm +guile/1.4/share/guile/g-wrap/simple-type.scm guile/1.4/share/guile/g-wrap/sorting.scm -guile/1.4/share/guile/g-wrapped/gw-runtime-spec.scm -guile/1.4/share/guile/g-wrapped/libgw-runtime.a -guile/1.4/share/guile/g-wrapped/libgw-runtime.la -guile/1.4/share/guile/g-wrapped/libgw-runtime.so -guile/1.4/share/guile/g-wrapped/libgw-runtime.so.0 -guile/1.4/share/guile/g-wrapped/libgw-runtime.so.0.0 -@dirrm guile/1.4/share/guile/g-wrapped +include/g-wrap/g-wrap-compatibility.h +include/g-wrap/g-wrap-glib.h +include/g-wrap/g-wrap-wct.h +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/g-wrap.info +info/g-wrap.info +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/g-wrap.info +info/g-wrap.info-1 +info/g-wrap.info-2 +lib/libgw-glib.a +lib/libgw-glib.la +lib/libgw-glib.so +lib/libgw-glib.so.0 +lib/libgw-glib.so.0.0 +lib/libgw-gtk.a +lib/libgw-gtk.la +lib/libgw-gtk.so +lib/libgw-gtk.so.0 +lib/libgw-gtk.so.0.0 +lib/libgw-standard.a +lib/libgw-standard.la +lib/libgw-standard.so +lib/libgw-standard.so.0 +lib/libgw-standard.so.0.0 +lib/libgw-wct.a +lib/libgw-wct.la +lib/libgw-wct.so +lib/libgw-wct.so.0 +lib/libgw-wct.so.0.0 +lib/libgwrap-glib.a +lib/libgwrap-glib.la +lib/libgwrap-glib.so +lib/libgwrap-glib.so.1 +lib/libgwrap-glib.so.1.0 +lib/libgwrap-wct.a +lib/libgwrap-wct.la +lib/libgwrap-wct.so +lib/libgwrap-wct.so.1 +lib/libgwrap-wct.so.1.0 +share/aclocal/g-wrap.m4 +@dirrm include/g-wrap @dirrm guile/1.4/share/guile/g-wrap |