diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-06 19:03:33 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-06 19:03:33 +0000 |
commit | 02ccabc89ff81c28874bcce4fe9b54153cf4a80e (patch) | |
tree | 6005d6ffc1ca19d0c33959d4b8f013fdb6ea2701 /textproc | |
parent | 0fb8af6ffa1a1e59cbed611cce5cda228e091a53 (diff) | |
download | pkgsrc-02ccabc89ff81c28874bcce4fe9b54153cf4a80e.tar.gz |
Update to 1.7:
o Fixed bug that resulted in empty "@:" lines in the templates.
o Fixed a few bugs with the XSL code.
o Supported a few more variations of C syntax.
o Remove the internally-used '-struct' suffix from links to widget structs.
o Fixed a few missing build dependencies.
o Added a new "C-x4s" binding to the emacs lisp code, to insert a blank
section header in the source code.
o Fixed bug that ignored inline section header docs with '-' in their names.
o Added a 'make docs' target that can be used to build the docs even when
gtk-doc has been disabled at configure time.
(Yeah, I know I updated it to 1.6 earlier today... thanks to wiz@ for
pointing out the newest version.)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtk-doc/Makefile | 6 | ||||
-rw-r--r-- | textproc/gtk-doc/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile index 751c35f3f79..2afd79c85a2 100644 --- a/textproc/gtk-doc/Makefile +++ b/textproc/gtk-doc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2006/08/06 09:35:53 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2006/08/06 19:03:33 jmmv Exp $ # -DISTNAME= gtk-doc-1.6 +DISTNAME= gtk-doc-1.7 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.7/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/gtk-doc/distinfo b/textproc/gtk-doc/distinfo index ff19d356421..5d7a49f6206 100644 --- a/textproc/gtk-doc/distinfo +++ b/textproc/gtk-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2006/08/06 09:35:53 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2006/08/06 19:03:33 jmmv Exp $ -SHA1 (gtk-doc-1.6.tar.bz2) = f42a5517eb2317b3bf0f3d77caf40e5dad78bdf8 -RMD160 (gtk-doc-1.6.tar.bz2) = f1bb0d5396173ef00d18ee68d7c013a7734e3454 -Size (gtk-doc-1.6.tar.bz2) = 177476 bytes +SHA1 (gtk-doc-1.7.tar.bz2) = e864c8a76c6213a70e1429e087ba402872ba6345 +RMD160 (gtk-doc-1.7.tar.bz2) = 2f90344fe16e5984227d47a1a0c1543df3a26003 +Size (gtk-doc-1.7.tar.bz2) = 180213 bytes |