From owner-cvs-all Fri Oct 6 2: 2:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92B1937B502; Fri, 6 Oct 2000 02:02:33 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24416; Fri, 6 Oct 2000 02:02:33 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200010060902.CAA24416@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 6 Oct 2000 02:02:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/10/06 02:02:33 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Catch up with several recent events. (1) Describe the change in ports skeleton layout. I think I caught everything, but please let me know if I missed something. (2) Explicitly allow using things other than the "split" sequence (aa, ab, ac...) in patchfile names, in particular those that represent the names of the files being patched. (3) Add a little note recommending the use of DISTFILES over DISTNAME/WRKSRC/EXTRACT_SUFX when the source extracts into ${WRKDIR}/${PORTNAME}-${PORTVERSION} but the archive filename is not ${PORTNAME}-${PORTVERSION}.tar.gz. (4) There is error checking in category names now. (5) There are more MASTER_SITE_* variables now, so just list a couple and refer the readers to bsd.sites.mk. (6) Explain EXTRACT_PATCHES. In particular, note that you shouldn't copy patches into ${PATCHDIR}. (7) Mention that pkg-install is called with sh. (8) The first letter of the package name should be lowercase. (We'll rename existing ports soon.) While I'm here, fix a couple of minor indenting problems in the paragraphs I was editing. It seems emacs some times messes up auto-indentation, causing stuff like === This is not a manual or an in-depth description on how to use or compile the port! Please be careful if you are copying from the === (the "be careful" should be in the same level as "description") Also, convert a couple of "Note that" to real 's. Revision Changes Path 1.132 +160 -143 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message