Update to 1.5:
GTK-Doc 1.5 (Mar 7 2006) =========== o Output the new version of devhelp2 information, but still generate the old devhelp files so older versions of DevHelp still work OK. o Fixed the initial creation of the *-sections.txt file so the object hierarchy, signals and properties all work automatically. o Show information about signal flags (run first/last). o Support a --source-suffixes argument specifying which source files to scan. o Support other root object types besides GObject and GInterface. o Use a fixed navigation bar for the generated documentation. o New documentation from Stefan Kost. o Handle more variations of C syntax.
This commit is contained in:
parent
ee55dfbd5a
commit
092cc99f5f
3 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:46 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2006/03/08 06:40:50 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtk-doc-1.4
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gtk-doc-1.5
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.4/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-doc/1.5/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2005/03/22 16:23:03 jmmv Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2006/03/08 06:40:50 wiz Exp $
|
||||
bin/gtkdoc-fixxref
|
||||
bin/gtkdoc-mkdb
|
||||
bin/gtkdoc-mkhtml
|
||||
|
@ -11,6 +11,7 @@ bin/gtkdocize
|
|||
lib/pkgconfig/gtk-doc.pc
|
||||
share/aclocal/gtk-doc.m4
|
||||
share/gtk-doc/data/devhelp.xsl
|
||||
share/gtk-doc/data/devhelp2.xsl
|
||||
share/gtk-doc/data/gtk-doc.dcl
|
||||
share/gtk-doc/data/gtk-doc.dsl
|
||||
share/gtk-doc/data/gtk-doc.make
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.8 2005/10/08 17:18:13 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.9 2006/03/08 06:40:50 wiz Exp $
|
||||
|
||||
SHA1 (gtk-doc-1.4.tar.bz2) = 30a11160a91e0ce081572cc9c17e3d691a2a361e
|
||||
RMD160 (gtk-doc-1.4.tar.bz2) = 3debf766339504a25e65ae111f37ce32a73c424b
|
||||
Size (gtk-doc-1.4.tar.bz2) = 148758 bytes
|
||||
SHA1 (gtk-doc-1.5.tar.bz2) = 32df689c2092a7797da6115b72416b16268c5a15
|
||||
RMD160 (gtk-doc-1.5.tar.bz2) = 95592dbe3f4bb71a926c7d0538f752c157b2362f
|
||||
Size (gtk-doc-1.5.tar.bz2) = 174409 bytes
|
||||
|
|
Loading…
Reference in a new issue