summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint4/files/doc/chap.intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkglint4/files/doc/chap.intro.xml')
-rw-r--r--pkgtools/pkglint4/files/doc/chap.intro.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgtools/pkglint4/files/doc/chap.intro.xml b/pkgtools/pkglint4/files/doc/chap.intro.xml
new file mode 100644
index 00000000000..f9c118eff8c
--- /dev/null
+++ b/pkgtools/pkglint4/files/doc/chap.intro.xml
@@ -0,0 +1,15 @@
+<!-- $NetBSD: chap.intro.xml,v 1.1 2015/11/25 16:42:21 rillig Exp $ -->
+
+<chapter id="intro">
+<title>Introduction</title>
+
+ <para>&pkglint; is a static analysis tool for pkgsrc packages.
+ It finds many errors and problematic issues in those packages.
+ Starting in June 2004, &pkglint; has evolved into a powerful
+ tool that gives precise warnings wherever possible. With that
+ power comes much additional complexity, which cannot be
+ understood from reading the source code alone. This document
+ provides the necessary background information to understand what
+ the actual code does and why it is done this way.</para>
+
+</chapter>