From owner-freebsd-ports@FreeBSD.ORG Wed Nov 6 17:39:45 2013 Return-Path: Delivered-To: freebsd-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 2A9FA524 for ; Wed, 6 Nov 2013 17:39:45 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEFB42F39 for ; Wed, 6 Nov 2013 17:39:44 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id q58so5344577wes.3 for ; Wed, 06 Nov 2013 09:39:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=fw1oqZ3D3ID66rd3nbkSbGt2tBxDJGS2NygvB5m9z4c=; b=TCGAmqOBKF7eAlR4piCM3h0uDsGTX6u4fMbOo1R/yBCdvWtemGhJ6Nw8SJLNqL1kVS sWYw2H1izqzMn0p9jlAGV/gn8iTtGVa10Wuw11DnPVoT9M7v5OvY2FaP3AkLy0JgmbZS Kwnq/qTKS1e1QledKF9qK9QrZvXQO2Gz4HcmY2i+TISmn1/KANBLH1TIHIr8VRlz3DVH iwwBUS5usc9ZZoz7IwTeyKeArCS4DU7Rd/C4YOA0/nHkxWyses9cGn5Pd0w1yiuM4ZFW cJIjj80QM79K28SJRFUDW2BSo6ZIGffodqsJo1dL5AspK6Uhzvq5Ttm0GCXSuPAQ+Uac fKrQ== MIME-Version: 1.0 X-Received: by 10.180.76.244 with SMTP id n20mr3364959wiw.37.1383759582939; Wed, 06 Nov 2013 09:39:42 -0800 (PST) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.64.199 with HTTP; Wed, 6 Nov 2013 09:39:42 -0800 (PST) Date: Wed, 6 Nov 2013 18:39:42 +0100 X-Google-Sender-Auth: EFf5EXw7tEHkrUIi_aKcstxQc0M Message-ID: Subject: [RFC] Stage support for PEAR classes and channels From: Antoine Brodin To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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: Wed, 06 Nov 2013 17:39:45 -0000 Hi there, The patch below adds stage support to pear classes and pear channels (not devel/pear itself) http://people.freebsd.org/~antoine/ports/stage-pear.diff I verified on ~170 ports from devel that the content of the generated package differs only in the timestamp in channel .reg files between staged and unstaged. Please comment, Cheers, Antoine