From owner-freebsd-ports@FreeBSD.ORG Sat Dec 4 10:58:45 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89109106564A for ; Sat, 4 Dec 2010 10:58:45 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 46CBB8FC18 for ; Sat, 4 Dec 2010 10:58:44 +0000 (UTC) Received: by yxh35 with SMTP id 35so5507813yxh.13 for ; Sat, 04 Dec 2010 02:58:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=L/Kl2Q3Qo880Hy5dFIE001Omcq/xvlfweNOzL5KfNN8=; b=SRqdaA6w+kfJ5EmpbXx1B+s3I12pwvOoeE0Bi3ZBuUZUNNtoLbcrj974V41ZrLbSuz ChOczH6nbox73hbefejtF7NjLHOkxBSVzSDRH0rQQjIRPA4lU2//0u5waqtkGlJ+UWPG t7dTMidIEZShqlupA3dFGPWGK/wPIJ4gVZNnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BpGqqu1XcuD4feyVZtdMbVbs5bv+efFz4AgEjEEGbyRcbBAqTCNu9p0C5h5eFdOduJ WDZeMMrRDq9CWfCcqg4Yu/b9j92rQJ9QB59uGs3q0tOX6ovOJXvExI24x2sX1bfSgTiV r/AtWiUHOieMEtL15zjzzF+yXp29lAEOVk3Nk= MIME-Version: 1.0 Received: by 10.90.14.39 with SMTP id 39mr4771140agn.23.1291460324520; Sat, 04 Dec 2010 02:58:44 -0800 (PST) Received: by 10.90.73.18 with HTTP; Sat, 4 Dec 2010 02:58:44 -0800 (PST) Date: Sat, 4 Dec 2010 11:58:44 +0100 Message-ID: From: David DEMELIER To: freebsd-ports Content-Type: text/plain; charset=UTF-8 Subject: Proposal moving *spell dicts to ports/textproc/*spell/dicts X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2010 10:58:45 -0000 Hi, As I said some weeks ago I personally don't like much the use of ports/{french,chinese,whatever}/ directories. I saw that openbsd created sub directories in the aspell port. I think this is a really good idea, it's really easier to find. I don't think german/ispell french/aspell textproc/gu-aspell are really easy to find. I propose creating a ports/textproc/aspell/dicts and same for textproc/ispell and textproc/hunspell and moving every spellings ports to these directories. -- Demelier David