From owner-freebsd-ports@FreeBSD.ORG Thu Oct 3 20:21:40 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 56AA150C; Thu, 3 Oct 2013 20:21:40 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from mail.icecube.wisc.edu (trout.icecube.wisc.edu [128.104.255.119]) by mx1.freebsd.org (Postfix) with ESMTP id 29BAC2D51; Thu, 3 Oct 2013 20:21:39 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.icecube.wisc.edu (Postfix) with ESMTP id 7AF8058380; Thu, 3 Oct 2013 15:21:38 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from mail.icecube.wisc.edu ([127.0.0.1]) by localhost (trout.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id C8csXlqlUUQV; Thu, 3 Oct 2013 15:21:38 -0500 (CDT) Received: from terminus.icecube.wisc.edu (terminus.icecube.wisc.edu [172.16.223.97]) by mail.icecube.wisc.edu (Postfix) with ESMTP id D7F8D58384; Thu, 3 Oct 2013 15:18:40 -0500 (CDT) Message-ID: <524DD120.4000701@freebsd.org> Date: Thu, 03 Oct 2013 15:18:40 -0500 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Andriy Gapon , Baptiste Daroussin , ports@FreeBSD.org Subject: Re: [HEADSUP] Staging, packaging and more References: <20131003084814.GB99713@ithaqua.etoilebsd.net> <524D6059.2000700@FreeBSD.org> In-Reply-To: <524D6059.2000700@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 20:21:40 -0000 On 10/03/13 07:17, Andriy Gapon wrote: > on 03/10/2013 11:48 Baptiste Daroussin said the following: >> This also allows lots of new features to come: >> - Allow to create sub-packages >> - Allow to create debuginfo packages. > I'd like to mention a few other possibilities along the same lines: > - doc packages > - examples packages > - "devel" packages (headers, tools and other files required for compiling > dependent software, but not generally needed for an end user) Please no devel packages. These things are the bane of my existence on Linux systems. -Nathan