From owner-cvs-ports@FreeBSD.ORG Mon Dec 12 14:14:20 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B021D1065670; Mon, 12 Dec 2011 14:14:20 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id AF8278FC16; Mon, 12 Dec 2011 14:14:19 +0000 (UTC) Received: by wgbdr11 with SMTP id dr11so11455464wgb.31 for ; Mon, 12 Dec 2011 06:14:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=hqVFPS+L8AxZSsUDlxq8IvGuDK0eB98sY7PDQKN0RhA=; b=OZ1Gf2dyIuW13axxMKc48lPysasqHSfUaSvtObwZODPjxi9tD1UUKclaRriko249xF hqMbWy1jWONMzaZvcj6UJ85sAR3yz3tMw2l9CqJD+y5CZmefQs/4PUpodVr2KNqGvOai rmTtLj3XWmNbIMRAHQSWHShhd99Up50e4k5Kc= Received: by 10.227.60.129 with SMTP id p1mr13920940wbh.27.1323697916462; Mon, 12 Dec 2011 05:51:56 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.99.198 with HTTP; Mon, 12 Dec 2011 05:51:15 -0800 (PST) In-Reply-To: <20111212005714.GA98735@FreeBSD.org> References: <201112111707.pBBH7GHd079459@repoman.freebsd.org> <20111212005714.GA98735@FreeBSD.org> From: Nicola Vitale Date: Mon, 12 Dec 2011 14:51:15 +0100 X-Google-Sender-Auth: _YrhYlf4fjNoVw5LmeRS0KPpB2Q Message-ID: To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/games/py-pychess Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2011 14:14:20 -0000 Hi, > [2011/12/12 Alexey Dokuchaev ] > [...] perhaps you could consider moving this to a better > named "games/py-pychess". =A0Not just py- prefix should not be used for n= ormal > applications AFAIK, py- prefix should be used for all port that install files under PYTHON_SITELIBDIR, i.e., that use PYTHON_PKGNAMEPREFIX in their package name. That's why I didn't name, for example, audio/sonata -> audio/py-sonata or www/google-appengine -> www/py-google-appengine, even if they were Python applications. Otherwise, we should rename hundreds of ports, not only that one. > the name merely looks a bit ugly with this "py-py" redundancy. A matter of taste, I don't complain that many russian names are unpronounceable. :-P ;-) Seriously, there are more than fifty ports with name that begins with py-py= . --=20 Nicola Vitale