From owner-freebsd-perl@FreeBSD.ORG Tue Feb 22 07:48:41 2011 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B25B5106566C; Tue, 22 Feb 2011 07:48:41 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 470448FC16; Tue, 22 Feb 2011 07:48:40 +0000 (UTC) Received: by vws16 with SMTP id 16so1661440vws.13 for ; Mon, 21 Feb 2011 23:48:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=tBAasZ4xrq3O3fv80Ckecg6cXsu2kf5mONjIBP7GhnQ=; b=ZqHESS9bz6Xc/ilr419CgQLw5n/2cSDQ2A2YysYwpCcW5wsqzzV1aJiQDjQHg9p0Tb sv0Jcn1kJYtP9do9Ss9fk3nLEBUqRpKFqXGYCw3XMro4J0Wr3OfsxP+y7d0v0SMdeI7J 49KuSyNa4XZ2/665Bh55MTA6q0pe/PYNhDLz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Wt/n3UyRShOG3kAgFzvdTcd7DHjO5EOnGEputj6OB1f51Y6QxmiSp4KYE9cpB59uPf fMl7T1eNoTUnsSSdv8hcGHO7HNsGu37CuXhyYXcBfX3JlTke62rID1IGrrnq7kMZMwoK E0ix07+ODj2fvuuBVfco4TqrKr8TOb7NACQYk= MIME-Version: 1.0 Received: by 10.52.157.132 with SMTP id wm4mr3360315vdb.221.1298360920239; Mon, 21 Feb 2011 23:48:40 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.220.183.75 with HTTP; Mon, 21 Feb 2011 23:48:40 -0800 (PST) In-Reply-To: <20110221200829.GO75783@hal.rescomp.berkeley.edu> References: <20110210091512.GE81862@hal.rescomp.berkeley.edu> <20110210093934.GA75152@heechee.tobez.org> <4D5F3AE6.1010304@p6m7g8.com> <4D614898.8090501@p6m7g8.com> <4D614914.8020603@p6m7g8.com> <20110221190141.GA15932@tuxaco.net> <4D62C1A7.1010404@p6m7g8.com> <20110221200829.GO75783@hal.rescomp.berkeley.edu> Date: Tue, 22 Feb 2011 10:48:40 +0300 X-Google-Sender-Auth: KP3q2ILTVLWX5az3IPPNtn3s3Jw Message-ID: From: Andrej Zverev To: milki Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-perl@freebsd.org Subject: Re: MASTER_SITES/MASTER_SITE_SUBDIR for perl ports X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 07:48:41 -0000 On Mon, Feb 21, 2011 at 11:08 PM, milki wrote: > On 19:48 Mon 21 Feb , Philip M. Gollucci wrote: > > On 02/21/11 19:01, Philippe Aud?oud wrote: > > >> Here is patch ( http://people.freebsd.org/~az/bsd.sites.mk.diff.txt)which > > Ditto, I haven't run it myself, but if you've done it on 2-3 ports, its > > probably okay to send a pr with a -exp request. You should convert ~5 > > ports or so to use it in the same diff too. > > Do we want to rely on /modules/by-author as well? /modules/by-author is > a symlink to /authors so it will also be an extra redirect. > > OK, new version http://people.freebsd.org/~az/misc/bsd.sites.mk.diff.txt Please review. I made it better than previous version. If someone willing to help it would be nice. I mean PR, exp-run, fix documentation..