diff options
author | martti <martti@pkgsrc.org> | 2002-01-31 08:13:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-31 08:13:06 +0000 |
commit | 1196c0543185d6e30b1e9bb2c93857fe78e9fac3 (patch) | |
tree | 92b258ea0f5f4b4edc819d14d4b1048169f46e70 /textproc | |
parent | 57f6d0966f57d9886ff0e96ec36201ab2ce258d2 (diff) | |
download | pkgsrc-1196c0543185d6e30b1e9bb2c93857fe78e9fac3.tar.gz |
Added gtk-doc-0.8 (provided by Amitai Schlair in pkg/15071)
The GTK+ Reference Documentation Project (RDP) aims to provide a
complete set of reference material for the GLib, GDK, and GTK+
libraries.
It is created using the gtk-doc system, which parses C header files
and creates 'template' files which are then filled in by the authors.
These template files are then converted into DocBook SGML, and from
there to HTML or printed output.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtk-doc/DESCR | 8 | ||||
-rw-r--r-- | textproc/gtk-doc/Makefile | 18 | ||||
-rw-r--r-- | textproc/gtk-doc/PLIST | 13 | ||||
-rw-r--r-- | textproc/gtk-doc/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/gtk-doc/DESCR b/textproc/gtk-doc/DESCR new file mode 100644 index 00000000000..8861e50bc6a --- /dev/null +++ b/textproc/gtk-doc/DESCR @@ -0,0 +1,8 @@ +The GTK+ Reference Documentation Project (RDP) aims to provide a +complete set of reference material for the GLib, GDK, and GTK+ +libraries. + +It is created using the gtk-doc system, which parses C header files +and creates 'template' files which are then filled in by the authors. +These template files are then converted into DocBook SGML, and from +there to HTML or printed output. diff --git a/textproc/gtk-doc/Makefile b/textproc/gtk-doc/Makefile new file mode 100644 index 00000000000..14f2d046650 --- /dev/null +++ b/textproc/gtk-doc/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/31 08:13:06 martti Exp $ +# + +DISTNAME= gtk-doc-0.8 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.1/docs/rdp/ + +MAINTAINER= schmonz+netbsd@schmonz.com +HOMEPAGE= http://www.gtk.org/rdp/ +COMMENT= tools for authors of the GTK+ reference documentation + +DEPENDS+= dsssl-docbook-modular-[0-9]*:../../textproc/dsssl-docbook-modular +DEPENDS+= jade-[0-9]*:../../textproc/jade + +GNU_CONFIGURE= YES +USE_PERL5= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/gtk-doc/PLIST b/textproc/gtk-doc/PLIST new file mode 100644 index 00000000000..cbd8bdb3120 --- /dev/null +++ b/textproc/gtk-doc/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/31 08:13:06 martti Exp $ +bin/gtkdoc-fixxref +bin/gtkdoc-mkdb +bin/gtkdoc-mkhtml +bin/gtkdoc-mkman +bin/gtkdoc-mktmpl +bin/gtkdoc-scan +bin/gtkdoc-scangobj +bin/gtkdoc-scanobj +share/gtk-doc/gtk-doc.dcl +share/gtk-doc/gtk-doc.dsl +share/gtk-doc/gtkdoc-common.pl +@dirrm share/gtk-doc diff --git a/textproc/gtk-doc/distinfo b/textproc/gtk-doc/distinfo new file mode 100644 index 00000000000..46749c424db --- /dev/null +++ b/textproc/gtk-doc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/31 08:13:06 martti Exp $ + +SHA1 (gtk-doc-0.8.tar.gz) = 25708faf3f85656d3963e8563ad4ef84f770a243 +Size (gtk-doc-0.8.tar.gz) = 115731 bytes |