From owner-svn-doc-all@FreeBSD.ORG Thu Oct 3 07:24:45 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 81B6E314; Thu, 3 Oct 2013 07:24:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A4194290D; Thu, 3 Oct 2013 07:24:44 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id z12so2023077wgg.10 for ; Thu, 03 Oct 2013 00:24:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=76uSUwf2+fXmCyPCVbXnX8+a+s+NLguensUQHTTmG5k=; b=nmhzRzTvn4tbOKzNUnf32D7LdKXCnyW/7/HKJbXfL9SWRNbV149P+l+Im5MpaGVxfD WW8JR+4Tfh15PtFCk9n/whue9yBUkA61nCLJ/j89f3y00na5yWet4TIZEyZ9MY93/zvR MdXSvxAJvFVOPxM77JSRXB3mvfMZTm0H82eQ3/Eoye/u3zlnqWLkbq8q0Zvs0GQjmeJ9 ff3W6el4jQz/urZnZE0tkXCCKxWB037b+Vrdm1I04/SaVXJTlkbIAleYmPzNwU3Ppuv6 Sfam2VSqEDLWBaqKxTwjQrudeZioZDaR7Yfm8d5vRynXFLGouqCMciOvbi3K38WQznEK /92w== X-Received: by 10.180.206.244 with SMTP id lr20mr1063714wic.45.1380785082976; Thu, 03 Oct 2013 00:24:42 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id dl10sm2686420wib.1.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 03 Oct 2013 00:24:41 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 3 Oct 2013 09:24:39 +0200 From: Baptiste Daroussin To: Benjamin Kaduk Subject: Re: svn commit: r42802 - head/en_US.ISO8859-1/books/handbook/ports Message-ID: <20131003072439.GH85314@ithaqua.etoilebsd.net> References: <201310021238.r92CcKjB047993@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dMyqICaxQaaUjrCL" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-doc-head@freebsd.org, Dru Lavigne , svn-doc-all@freebsd.org, doc-committers@freebsd.org X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 07:24:45 -0000 --dMyqICaxQaaUjrCL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 02, 2013 at 10:11:35PM -0400, Benjamin Kaduk wrote: > On Wed, 2 Oct 2013, Dru Lavigne wrote: >=20 > > Author: dru > > Date: Wed Oct 2 12:38:20 2013 > > New Revision: 42802 > > URL: http://svnweb.freebsd.org/changeset/doc/42802 > > > > Log: > > Minor word-smith patch which also: > > > > - introduces the term porting > > > > - adds mention of traditional and pkgng formats > > > > Approved by: gjb (mentor) > > > > Modified: > > head/en_US.ISO8859-1/books/handbook/ports/chapter.xml > > > > Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Wed Oct 2 11= :47:11 2013 (r42801) > > +++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Wed Oct 2 12= :38:20 2013 (r42802) > > > > A &os; package contains pre-compiled copies of all the > > commands for an application, as well as any configuration files > > - and documentation. A package can be manipulated with &os; > > - package management commands, such as &man.pkg.add.1;, > > - &man.pkg.delete.1;, and &man.pkg.info.1;. > > + and documentation. A package can be manipulated with the tradit= ional &os; > > + package management commands, such as &man.pkg.add.1;, or using > > + the newer pkgng commands, such as >=20 > I think that the pkgng guys want us to stick to the story that the=20 > application is just 'pkg', and it is the project which is 'pkgng' (so tha= t=20 > we can stop talking about pkgng once it's the standard way of doing=20 > things, and we don't ever end up with 'pkgngng'). So this would probably= =20 > be "the historical &os; package management commands, [...] or using the= =20 > newer pkg comands". >=20 > Baptise, is that right? >=20 > -Ben Yes totally right. regards, Bapt --dMyqICaxQaaUjrCL Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlJNG7cACgkQ8kTtMUmk6EzugACgm7u1BZjum/QMstQ8mENpBude 48MAoIHWY0xXn+6sPgeaE20Sh2djzlMl =NCeU -----END PGP SIGNATURE----- --dMyqICaxQaaUjrCL--