baa0eafe30
fill in section about options framework.
91 lines
2.2 KiB
XML
91 lines
2.2 KiB
XML
<!-- $NetBSD: pkgsrc.xml,v 1.9 2005/06/08 13:59:30 dillo Exp $ -->
|
|
|
|
|
|
<?xml version="1.0"?>
|
|
<!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;
|
|
]>
|
|
|
|
<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-2004</year>
|
|
|
|
<holder role="mailto:www@NetBSD.org">The NetBSD Foundation, Inc</holder>
|
|
</copyright>
|
|
|
|
<pubdate>$NetBSD: pkgsrc.xml,v 1.9 2005/06/08 13:59:30 dillo Exp $</pubdate>
|
|
|
|
<abstract>
|
|
<para>Information about using the NetBSD package system (pkgsrc)
|
|
from both a user view for installing packages as well as from
|
|
a pkgsrc developers' view for creating new packages.</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.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>
|
|
|
|
&chap.components;
|
|
&chap.makefile;
|
|
&chap.plist;
|
|
&chap.buildlink;
|
|
&chap.pkginstall;
|
|
&chap.options;
|
|
&chap.build;
|
|
&chap.fixes;
|
|
&chap.debug;
|
|
&chap.submit;
|
|
</part>
|
|
|
|
<!-- appendix -->
|
|
&chap.examples;
|
|
&chap.logs;
|
|
&chap.ftp-layout;
|
|
&chap.editing;
|
|
</book>
|