From owner-freebsd-current@FreeBSD.ORG Tue Mar 20 15:18:21 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65E4A106566B; Tue, 20 Mar 2012 15:18:21 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 76C658FC14; Tue, 20 Mar 2012 15:18:20 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA04245; Tue, 20 Mar 2012 17:18:12 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <4F689FB4.9050705@FreeBSD.org> Date: Tue, 20 Mar 2012 17:18:12 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.2) Gecko/20120221 Thunderbird/10.0.2 MIME-Version: 1.0 To: Baptiste Daroussin References: <20120319213508.GA1692@azathoth.lan> <20120320091935.GF1692@azathoth.lan> <20120320102008.GH2358@deviant.kiev.zoral.com.ua> <4F687624.9090604@gmail.com> <20120320143932.GB9629@azathoth.lan> In-Reply-To: <20120320143932.GB9629@azathoth.lan> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-current@FreeBSD.org Subject: Re: ABI/architecture identification for packages X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 15:18:21 -0000 on 20/03/2012 16:39 Baptiste Daroussin said the following: > On Tue, Mar 20, 2012 at 07:20:52AM -0500, Chuck Burns wrote: >> We should probably pad the version number, and shorten things up.. >> similar to: >> >> package-1.2-fbsd09.1-x86.pkg >> package-1.2-fbsd09.1-x64.pkg >> package-1.2-fbsd09.1-ppc.pkg >> package-1.2-fbsd09.1-ppc64.pkg >> package-1.2-fbsd09.1-arm.pkg >> >> For app "Package" version 1.2, on FreeBSD 9.1 >> drop the .1 for .0 versions. >> >> The reason for the padding is to help with sorting, at least until >> freebsd 100.0 comes out. :P >> >> Chuck Burns >> > > I'm not on changing the package name, this information will be in the manifest. > > the packagename will remain name-version.txz So no plans for cross-arch package repos? :) IMO, it could be useful to reflect arch metadata in the package name. BTW, some packaging systems also have a "noarch" indicator for packages that contain purely stuff like documentation or images (or shell scripts, etc). -- Andriy Gapon