diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-24 21:32:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-24 21:32:01 +0000 |
commit | f98b0462872ab35979e91f4b9fb6496c43b9fb80 (patch) | |
tree | 4a81719a496d58c833437cf8fca222c40918de38 /textproc | |
parent | 679896e1aa47e0601d60f811d9bd788ec35c11d5 (diff) | |
download | pkgsrc-f98b0462872ab35979e91f4b9fb6496c43b9fb80.tar.gz |
Update to 1.10. Fix HOMEPAGE.
GTK-Doc 1.10 (Mar 20 2008)
============
Changes
o 460753 : enable vpath build in gtkdoc-mkhtml
o 503119 : Add dependency on content_files to SGML target
o 127049 : building reference documentation fails when builddir != s...
o 481811 : Inline function bodies are confused with declarations
o 448879 : Use a footer when generating HTML documentation
o 492005 : Deprecation guard warnings for properties and signals
o 498521 : Inconsistent compiler flags passed in gtk-doc.make
o 365913 : gtk-doc output is not predictable
o 446648 : gtk-doc does not handle forward typedef'd enums
o 468278 : Display proper types for properties
o 497367 : don't use US-ASCII for output encoding
o 501066 : Missing quotes around gtkdoc-rebase check cause a warning
o 508897 : [PATCH] Fix build when gtk-doc is not installed
o 509539 : Building documentation aborts when no .types file is present
o 512154 : Struct member type attributes are limited to one token
o 513318 : gtk-doc.el doesn't work fine with emacs22
Contributors
Benjamin Otte
Carlos Garnacho
Damon Chaplin
David Nečas
Frederic Peters
Joe Marcus Clarke
Kouhei Sutou
Loïc Minier
Mathias Hasselmann
Petteri Räty
Rouslan Solomakhin
Stefan Kost
Sven Herzberg
Yeti
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtk-doc/Makefile | 8 | ||||
-rw-r--r-- | textproc/gtk-doc/PLIST | 3 | ||||
-rw-r--r-- | textproc/gtk-doc/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 802cbea7ad4..25dcd714f0d 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.29 2007/10/31 20:00:54 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2008/04/24 21:32:01 wiz Exp $ # -DISTNAME= gtk-doc-1.9 +DISTNAME= gtk-doc-1.10 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.9/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.10/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gtk.org/rdp/ +HOMEPAGE= http://www.gtk.org/gtk-doc/ COMMENT= Tools for authors of the GTK+ reference documentation DEPENDS+= docbook-xml>=4.4nb1:../../textproc/docbook-xml diff --git a/textproc/gtk-doc/PLIST b/textproc/gtk-doc/PLIST index 0a3f657306c..e1b9d52ea38 100644 --- a/textproc/gtk-doc/PLIST +++ b/textproc/gtk-doc/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.12 2007/10/31 20:00:54 drochner Exp $ +@comment $NetBSD: PLIST,v 1.13 2008/04/24 21:32:01 wiz Exp $ bin/gtkdoc-check +bin/gtkdoc-depscan bin/gtkdoc-fixxref bin/gtkdoc-mkdb bin/gtkdoc-mkhtml diff --git a/textproc/gtk-doc/distinfo b/textproc/gtk-doc/distinfo index 6102a000dc2..dd7f7e6330e 100644 --- a/textproc/gtk-doc/distinfo +++ b/textproc/gtk-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2007/10/31 20:00:54 drochner Exp $ +$NetBSD: distinfo,v 1.14 2008/04/24 21:32:01 wiz Exp $ -SHA1 (gtk-doc-1.9.tar.bz2) = be74d08ddd720ba94321d0212d9f3ebc952e325e -RMD160 (gtk-doc-1.9.tar.bz2) = f72bca3d37c9704fedf98bb9148522d4723ebdf6 -Size (gtk-doc-1.9.tar.bz2) = 391957 bytes +SHA1 (gtk-doc-1.10.tar.bz2) = 861c977b011efd1bf91957d1a02fb792f39e5509 +RMD160 (gtk-doc-1.10.tar.bz2) = b7f7563ddec9ff140fc6fc6feea5b7f49cb1ff32 +Size (gtk-doc-1.10.tar.bz2) = 404379 bytes |