pkgsrc/doc/guide/files/pkgsrc.xml
rillig e495414f1a Moved the description of bulk builds into their own chapter. A new
section covering the pbulk system will be added soon.
2007-09-18 08:17:21 +00:00

122 lines
3.3 KiB
XML

<?xml version="1.0"?>
<!-- $NetBSD: pkgsrc.xml,v 1.26 2007/09/18 08:17:21 rillig Exp $ -->
<!DOCTYPE book PUBLIC "-//NetBSD//DTD DocBook XML V4.2-Based DocBook Extension//EN" [
<!ENTITY % man-refs.ent PUBLIC "-//NetBSD//ENTITIES NetBSD Manual Page Entities//EN">
%man-refs.ent;
<!ENTITY % misc.ent PUBLIC "-//NetBSD//ENTITIES NetBSD Miscellaneous Entities//EN">
%misc.ent;
<!ENTITY % chapters SYSTEM "chapters.ent">
%chapters;
<!ENTITY % entities SYSTEM "pkgsrc.ent">
%entities;
]>
<book id="the-pkgsrc-guide">
<bookinfo>
<title>The pkgsrc guide</title>
<subtitle>Documentation on the NetBSD packages system</subtitle>
<authorgroup>
<author>
<firstname>Alistair</firstname>
<surname>Crooks</surname>
<affiliation>
<address><email>agc@NetBSD.org</email></address>
</affiliation>
</author>
<author>
<firstname>Hubert</firstname>
<surname>Feyrer</surname>
<affiliation>
<address><email>hubertf@NetBSD.org</email></address>
</affiliation>
</author>
<corpauthor>
The pkgsrc Developers
</corpauthor>
</authorgroup>
<copyright>
<year>1994-2007</year>
<holder role="mailto:www@NetBSD.org">The NetBSD Foundation, Inc</holder>
</copyright>
<pubdate>$NetBSD: pkgsrc.xml,v 1.26 2007/09/18 08:17:21 rillig Exp $</pubdate>
<abstract>
<para>pkgsrc is a centralized package management system for
Unix-like operating systems. This guide provides information for
users and developers of pkgsrc. It covers installation of binary
and source packages, creation of binary and source packages and
a high-level overview about the infrastructure.</para>
</abstract>
</bookinfo>
&chap.intro;
<part id="users-guide"> <?dbhtml filename="users-guide.html"?>
<title id="users-guide.title">The pkgsrc user's guide</title>
&chap.getting;
&chap.platform;
&chap.using;
&chap.configuring;
&chap.binary;
&chap.bulk;
&chap.files;
&chap.faq;
</part>
<!-- "part II" (we need to rid the documentation of this reference) -->
<part id="developers-guide"> <?dbhtml filename="developers-guide.html"?>
<title id="developers-guide.title">The pkgsrc developer's guide</title>
<partintro><para>This part of the book deals with creating and
modifying packages. It starts with a <quote>HOWTO</quote>-like
guide on creating a new package. The remaining chapters are more
like a reference manual for pkgsrc.</para></partintro>
&chap.creating;
&chap.components;
&chap.makefile;
&chap.plist;
&chap.buildlink;
&chap.pkginstall;
&chap.options;
&chap.build;
&chap.tools;
&chap.fixes;
&chap.debug;
&chap.submit;
&chap.devfaq;
&chap.gnome;
</part>
<!-- The pkgsrc infrastructure -->
<part id="infrastructure"><?dbhtml filename="infrastructure.html"?>
<title id="infrastructure.title">The pkgsrc infrastructure internals</title>
<partintro><para>This part of the guide deals with everything
from the infrastructure that is behind the interfaces described
in the developer's guide. A casual package maintainer should not
need anything from this part.</para></partintro>
&chap.infr.design;
&chap.regression;
&chap.porting;
</part>
<!-- appendix -->
&chap.examples;
&chap.logs;
&chap.ftp-layout;
&chap.editing;
</book>