diff options
author | martti <martti@pkgsrc.org> | 2002-02-05 11:11:03 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-02-05 11:11:03 +0000 |
commit | 77bc71c576214da72f293e95b268a97ce3f75f81 (patch) | |
tree | ca74d4beafa8577f296544df261748cb32f269fc | |
parent | eddb3b34c3bcfdbf91fb651f4d76b7401c700707 (diff) | |
download | pkgsrc-77bc71c576214da72f293e95b268a97ce3f75f81.tar.gz |
Updated gtk-doc to 0.9 (privided by Amitai Schlair in pkg/15484)
* examples/Makefile.am: added SCANOBJ_OPTIONS in case the module needs
to pass options to gtkdoc-scanobj or gtkdoc-scangobj.
* tools/gtk-doc.el: added Zucchi's emacs lisp for automatically adding
skeleton comment blocks above functions. Very handy!
* gtkdoc-scangobj.in: we now default to calling g_type_init() to
initialize the type system, rather than gtk_init(). This means you
don't need an X connection to build the docs any more. Hurrah!
Also added a '--type-init-func' argument so you can change the
function to be called. GTK+ uses --type-init-func="gtk_type_init(0)".
* gtkdoc-scan.in (ScanHeader): removed 'Found object' debug message.
-rw-r--r-- | textproc/gtk-doc/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtk-doc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 14f2d046650..17bedd9ce22 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 08:13:06 martti Exp $ +# $NetBSD: Makefile,v 1.2 2002/02/05 11:11:03 martti Exp $ # -DISTNAME= gtk-doc-0.8 +DISTNAME= gtk-doc-0.9 CATEGORIES= textproc MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.1/docs/rdp/ diff --git a/textproc/gtk-doc/distinfo b/textproc/gtk-doc/distinfo index 46749c424db..081ef86e6e8 100644 --- a/textproc/gtk-doc/distinfo +++ b/textproc/gtk-doc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/01/31 08:13:06 martti Exp $ +$NetBSD: distinfo,v 1.2 2002/02/05 11:11:03 martti Exp $ -SHA1 (gtk-doc-0.8.tar.gz) = 25708faf3f85656d3963e8563ad4ef84f770a243 -Size (gtk-doc-0.8.tar.gz) = 115731 bytes +SHA1 (gtk-doc-0.9.tar.gz) = 3227b1052ecb0637bb20abcc6354721d52f8bc42 +Size (gtk-doc-0.9.tar.gz) = 118824 bytes |