From 9563015b41f156927757caa50e79af97e70677a2 Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 24 Jul 2003 10:13:39 +0000 Subject: Initial import of buildtool-doc, version 0.12: This package provides the full User's and Developer's manual for the Buildtool portable BSD-like build infrastructure. Documentation is installed in HTML format only. --- devel/buildtool-doc/DESCR | 3 +++ devel/buildtool-doc/Makefile | 28 ++++++++++++++++++++++++++++ devel/buildtool-doc/PLIST | 19 +++++++++++++++++++ devel/buildtool-doc/distinfo | 4 ++++ 4 files changed, 54 insertions(+) create mode 100644 devel/buildtool-doc/DESCR create mode 100644 devel/buildtool-doc/Makefile create mode 100644 devel/buildtool-doc/PLIST create mode 100644 devel/buildtool-doc/distinfo diff --git a/devel/buildtool-doc/DESCR b/devel/buildtool-doc/DESCR new file mode 100644 index 00000000000..a33ce3818a8 --- /dev/null +++ b/devel/buildtool-doc/DESCR @@ -0,0 +1,3 @@ +This package provides the full User's and Developer's manual for the Buildtool +portable BSD-like build infrastructure. Documentation is installed in HTML +format only. diff --git a/devel/buildtool-doc/Makefile b/devel/buildtool-doc/Makefile new file mode 100644 index 00000000000..99b04daef96 --- /dev/null +++ b/devel/buildtool-doc/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 10:13:39 jmmv Exp $ +# + +DISTNAME= buildtool-doc-0.12 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://buildtool.sourceforge.net/ +COMMENT= Portable BSD-like build infrastructure - manual + +BUILD_DEPENDS+= docbook-xml>=4.2nb4:../../textproc/docbook-xml +BUILD_DEPENDS+= docbook-xsl>=1.61.3:../../textproc/docbook-xsl + +USE_BUILDLINK2= yes + +CONFIGURE_ENV+= CATALOG_FILE="${XML_DEFAULT_CATALOG}" +CONFIGURE_ENV+= DOCBOOK_XSL="${PREFIX}/share/xsl/docbook" + +BUILDLINK_DEPMETHOD.libxml2?= build +BUILDLINK_DEPMETHOD.libxslt?= build +BUILDLINK_DEPMETHOD.xmlcatmgr?= build + +.include "../../devel/buildtool/buildlink2.mk" +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../textproc/libxslt/buildlink2.mk" +.include "../../textproc/xmlcatmgr/catalogs.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/buildtool-doc/PLIST b/devel/buildtool-doc/PLIST new file mode 100644 index 00000000000..773a9788f87 --- /dev/null +++ b/devel/buildtool-doc/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/24 10:13:39 jmmv Exp $ +share/doc/html/buildtool/bt_config.html +share/doc/html/buildtool/bt_dist.html +share/doc/html/buildtool/bt_doc.html +share/doc/html/buildtool/bt_lint.html +share/doc/html/buildtool/bt_make.html +share/doc/html/buildtool/bt_pkgflags.html +share/doc/html/buildtool/bt_swcgen.html +share/doc/html/buildtool/bt_wizard.html +share/doc/html/buildtool/buildtool.html +share/doc/html/buildtool/config.html +share/doc/html/buildtool/ctldir.html +share/doc/html/buildtool/defs.html +share/doc/html/buildtool/docs.html +share/doc/html/buildtool/index.html +share/doc/html/buildtool/intro.html +share/doc/html/buildtool/mks.html +share/doc/html/buildtool/style.css +@dirrm share/doc/html/buildtool diff --git a/devel/buildtool-doc/distinfo b/devel/buildtool-doc/distinfo new file mode 100644 index 00000000000..1da5c2c6dda --- /dev/null +++ b/devel/buildtool-doc/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/24 10:13:39 jmmv Exp $ + +SHA1 (buildtool-doc-0.12.tar.gz) = be2f285e44119406736386430bc19f80cd346bd8 +Size (buildtool-doc-0.12.tar.gz) = 49697 bytes -- cgit v1.2.3