import gtk-doc-1.4.
GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code. help and ok alek@
This commit is contained in:
parent
07f0bbbf82
commit
7ee7780854
39
textproc/gtk-doc/Makefile
Normal file
39
textproc/gtk-doc/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/07/24 12:45:01 aanriot Exp $
|
||||
|
||||
COMMENT= "GTK C code documentation system"
|
||||
|
||||
VERSION= 1.4
|
||||
DISTNAME= gtk-doc-${VERSION}
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/gtk-doc/
|
||||
|
||||
MAINTAINER= Alexandre Anriot <aanriot@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/${VERSION}/
|
||||
|
||||
PKG_ARCH= *
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --with-xml-catalog=${WRKDIR}/catalog.xml
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::textproc/openjade \
|
||||
::textproc/docbook \
|
||||
::textproc/docbook-xsl \
|
||||
::textproc/libxslt
|
||||
|
||||
post-extract:
|
||||
cp ${LOCALBASE}/share/xml/docbook/catalog.xml \
|
||||
${WRKDIR}/catalog.xml
|
||||
|
||||
xmlcatalog --add nextCatalog \
|
||||
--id ${LOCALBASE}/share/xsl/docbook/catalog.xml \
|
||||
--noout ${WRKDIR}/catalog.xml ${WRKDIR}/catalog.xml
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/gtk-doc/distinfo
Normal file
4
textproc/gtk-doc/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (gtk-doc-1.4.tar.gz) = fa366b7c28b0f8c14314dbd41c109aae
|
||||
RMD160 (gtk-doc-1.4.tar.gz) = 063bcb46650d741547ec234c6d5177d3ba547cb4
|
||||
SHA1 (gtk-doc-1.4.tar.gz) = 52ae55ac3104cd203db3f9b8377802816e61e3e8
|
||||
SIZE (gtk-doc-1.4.tar.gz) = 188125
|
3
textproc/gtk-doc/pkg/DESCR
Normal file
3
textproc/gtk-doc/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
GTK-Doc is used to document C code. It is typically used to document the
|
||||
public API of libraries, such as the GTK+ and GNOME libraries, but it
|
||||
can also be used to document application code.
|
31
textproc/gtk-doc/pkg/PLIST
Normal file
31
textproc/gtk-doc/pkg/PLIST
Normal file
@ -0,0 +1,31 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/07/24 12:45:01 aanriot 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
|
||||
bin/gtkdocize
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gtk-doc.pc
|
||||
share/aclocal/
|
||||
share/aclocal/gtk-doc.m4
|
||||
share/gtk-doc/
|
||||
share/gtk-doc/data/
|
||||
share/gtk-doc/data/devhelp.xsl
|
||||
share/gtk-doc/data/gtk-doc.dcl
|
||||
share/gtk-doc/data/gtk-doc.dsl
|
||||
share/gtk-doc/data/gtk-doc.make
|
||||
share/gtk-doc/data/gtk-doc.xsl
|
||||
share/gtk-doc/data/gtkdoc-common.pl
|
||||
share/gtk-doc/data/home.png
|
||||
share/gtk-doc/data/left.png
|
||||
share/gtk-doc/data/right.png
|
||||
share/gtk-doc/data/style.css
|
||||
share/gtk-doc/data/up.png
|
||||
share/gtk-doc/data/version-greater-or-equal.xsl
|
||||
share/sgml/
|
||||
share/sgml/gtk-doc/
|
||||
share/sgml/gtk-doc/gtk-doc.cat
|
Loading…
Reference in New Issue
Block a user