diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:23:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-22 16:23:03 +0000 |
commit | 128cb1060c8d0be87d99c93958cb30a6a1348a10 (patch) | |
tree | a04e5bbbcaf59f31ff78bb4183e0d20af3020be4 /textproc/gtk-doc/Makefile | |
parent | f518d5e385cf244016efe3aae9e99bf4fe77a070 (diff) | |
download | pkgsrc-128cb1060c8d0be87d99c93958cb30a6a1348a10.tar.gz |
Update to 1.3:
GTK-Doc 1.3 (Jan 9 2005)
===========
o Use the new style.css stylesheet instead of hard-wiring the styles.
o Updated the documentation and example build files.
o Added support for a gallery of widget images.
o Output default values for widget properties and allowed ranges.
o Only underline links in the docs when the mouse hovers over them.
o Added support for placing the parameter table anywhere within the function
documentation (using the "<!--PARAMETERS-->" marker).
o Handle more variations of C syntax.
Diffstat (limited to 'textproc/gtk-doc/Makefile')
-rw-r--r-- | textproc/gtk-doc/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 74b742a34f0..8d4619f25d3 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:18:19 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/22 16:23:03 jmmv Exp $ # -DISTNAME= gtk-doc-1.2 -PKGREVISION= 2 +DISTNAME= gtk-doc-1.3 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.3/} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.gtk.org/rdp/ COMMENT= Tools for authors of the GTK+ reference documentation DEPENDS+= docbook-xml>=4.2nb6:../../textproc/docbook-xml -DEPENDS+= docbook-xsl>=1.64.1nb3:../../textproc/docbook-xsl +DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular GNU_CONFIGURE= YES |