summaryrefslogtreecommitdiff
path: root/doc/guide/files/pkgsrc.xml
blob: 0a8d297df4b7bde734ca79f35d9cec4b931303ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!-- $NetBSD: pkgsrc.xml,v 1.5 2005/05/10 00:27:43 rillig 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>
  <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.5 2005/05/10 00:27:43 rillig 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.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.makefile;
    &chap.components;
    &chap.plist;
    &chap.buildlink;
    &chap.options;
    &chap.build;
    &chap.fixes;
    &chap.debug;
    &chap.submit;
  </part>

  <!-- appendix -->
  &chap.examples;
  &chap.logs;
  &chap.ftp-layout;
  &chap.editing;
</book>