Received: by mail.netbsd.org (Postfix, from userid 605) id 9058E84DF5; Sun, 28 Apr 2019 13:41:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1370184DC5 for ; Sun, 28 Apr 2019 13:41:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pxrhg7wIzJ2l for ; Sun, 28 Apr 2019 13:41:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5277884D93 for ; Sun, 28 Apr 2019 13:41:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 47D1DFB16; Sun, 28 Apr 2019 13:41:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556458878219900" MIME-Version: 1.0 Date: Sun, 28 Apr 2019 13:41:18 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20190428134118.47D1DFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1556458878219900 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun Apr 28 13:41:18 UTC 2019 Modified Files: pkgsrc/doc/guide/files: Makefile chapters.ent pkgsrc.xml Added Files: pkgsrc/doc/guide/files: help-devel.xml help-user.xml Log Message: doc/guide: add chapters for getting help To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/doc/guide/files/Makefile \ pkgsrc/doc/guide/files/chapters.ent cvs rdiff -u -r0 -r1.1 pkgsrc/doc/guide/files/help-devel.xml \ pkgsrc/doc/guide/files/help-user.xml cvs rdiff -u -r1.33 -r1.34 pkgsrc/doc/guide/files/pkgsrc.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556458878219900 Content-Disposition: inline Content-Length: 5726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/Makefile diff -u pkgsrc/doc/guide/files/Makefile:1.17 pkgsrc/doc/guide/files/Makefile:1.18 --- pkgsrc/doc/guide/files/Makefile:1.17 Sat Jun 11 18:14:42 2016 +++ pkgsrc/doc/guide/files/Makefile Sun Apr 28 13:41:18 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/06/11 18:14:42 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2019/04/28 13:41:18 rillig Exp $ WEB_PREFIX?= ${.CURDIR}/../htdocs DBX_XML_CATALOG?= ${SGML_PREFIX}/docbook/4.5/catalog.xml @@ -24,6 +24,8 @@ SRCS+= files.xml SRCS+= fixes.xml SRCS+= ftp-layout.xml SRCS+= getting.xml +SRCS+= help-devel.xml +SRCS+= help-user.xml SRCS+= infr.design.xml SRCS+= introduction.xml SRCS+= logs.xml Index: pkgsrc/doc/guide/files/chapters.ent diff -u pkgsrc/doc/guide/files/chapters.ent:1.17 pkgsrc/doc/guide/files/chapters.ent:1.18 --- pkgsrc/doc/guide/files/chapters.ent:1.17 Tue Sep 18 08:17:21 2007 +++ pkgsrc/doc/guide/files/chapters.ent Sun Apr 28 13:41:18 2019 @@ -1,12 +1,13 @@ + @@ -17,6 +18,7 @@ + Index: pkgsrc/doc/guide/files/pkgsrc.xml diff -u pkgsrc/doc/guide/files/pkgsrc.xml:1.33 pkgsrc/doc/guide/files/pkgsrc.xml:1.34 --- pkgsrc/doc/guide/files/pkgsrc.xml:1.33 Tue Jan 1 02:50:23 2019 +++ pkgsrc/doc/guide/files/pkgsrc.xml Sun Apr 28 13:41:18 2019 @@ -1,5 +1,5 @@ - + The NetBSD Foundation, Inc - $NetBSD: pkgsrc.xml,v 1.33 2019/01/01 02:50:23 jnemeth Exp $ + $NetBSD: pkgsrc.xml,v 1.34 2019/04/28 13:41:18 rillig Exp $ @@ -65,6 +65,7 @@ The pkgsrc user's guide + &chap.help-user; &chap.getting; &chap.platform; &chap.using; @@ -84,6 +85,7 @@ guide on creating a new package. The remaining chapters are more like a reference manual for pkgsrc. + &chap.help-devel; &chap.creating; &chap.components; &chap.makefile; Added files: Index: pkgsrc/doc/guide/files/help-devel.xml diff -u /dev/null pkgsrc/doc/guide/files/help-devel.xml:1.1 --- /dev/null Sun Apr 28 13:41:18 2019 +++ pkgsrc/doc/guide/files/help-devel.xml Sun Apr 28 13:41:18 2019 @@ -0,0 +1,38 @@ + + + +Getting help + + + To get help when developing pkgsrc, the definitive source is this + document, the pkgsrc guide. If you don't find anything here, + there are alternatives: + + + + + The built-in pkgsrc help, which is available after bootstrapping + pkgsrc. Run bmake help topic=… to get + help for any topic, such as a variable name like + BUILD_DEFS, a make target like + do-build, a missing C or C++ function like + strcasecmp or any other topic. + + + + The tech-pkg mailing list, to which + you + can subscribe and then ask your + questions. + + +The #pkgsrc IRC channel, which is accessible + via a web browser + or by using a specialized chat program such as + XChat. + Pick any user name and join the channel #pkgsrc. + + + + Index: pkgsrc/doc/guide/files/help-user.xml diff -u /dev/null pkgsrc/doc/guide/files/help-user.xml:1.1 --- /dev/null Sun Apr 28 13:41:18 2019 +++ pkgsrc/doc/guide/files/help-user.xml Sun Apr 28 13:41:18 2019 @@ -0,0 +1,29 @@ + + + +Getting help + + + To get help when using pkgsrc, the definitive source is this + document, the pkgsrc guide. If you don't find anything here, + there are alternatives: + + + + + The pkgsrc-users mailing list, to which + you + can subscribe and then ask your + questions. + + +The #pkgsrc IRC channel, which is accessible + via a web browser + or by using a specialized chat program such as + XChat. + Pick any user name and join the channel #pkgsrc. + + + + --_----------=_1556458878219900--