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.
29 lines
732 B
Makefile
29 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.49 2007/05/17 23:59:34 gdt Exp $
|
|
|
|
DISTNAME= g-wrap-1.9.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/g-wrap/
|
|
COMMENT= Tool for generating guile wrappers for C code
|
|
|
|
# not sure
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
DEPENDS+= guile-lib>=0.1.2:../../devel/guile-lib
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake makeinfo pkg-config
|
|
USE_LIBTOOL= YES
|
|
TEST_TARGET= check
|
|
INFO_FILES= YES
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site/g-wrap/guile/ws
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
# wrong version
|
|
#.include "../../devel/libffi/buildlink3.mk"
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|