From owner-freebsd-perl@FreeBSD.ORG Sat Oct 12 20:44:21 2013 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8CF19270 for ; Sat, 12 Oct 2013 20:44:21 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D48D201E for ; Sat, 12 Oct 2013 20:44:20 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id z5so4650732lbh.9 for ; Sat, 12 Oct 2013 13:44:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JjwhwkYcGFADUZr7yOSJ1ZtrYxchku42+i3L16nun7s=; b=WXq5QSo8J+/el+f2Pnvq92/gLiDlEoVyt7e4S6fgSLvpGmR/ZX+u9QIfKAHK3lgS3R iCDWh8WoLatAK7CzfF39P7aJfzXNPzv8u/anse513gBhjBys6OrwVygB+jrxekJq4PhS FKeBNNwG0RzireNtJwidOgcekrrZ7H/8kWmldfu7AhMaGW2WT2JqSrehle7NcKyRLE8W CICruYS5HaM5knRpwKXWLS/Qx622+V6uhdBZdZ0c8ltqP0LYjI120OyLDxcfTUyIX3DJ bmMhdVbUfBNDS9ACa9cO5TkdzxO1TQF8/fCV/pcZVWopsOT7n9leXJSV/QlMipa0Drn9 Oukw== MIME-Version: 1.0 X-Received: by 10.152.5.162 with SMTP id t2mr22532653lat.1.1381610658923; Sat, 12 Oct 2013 13:44:18 -0700 (PDT) Received: by 10.152.9.8 with HTTP; Sat, 12 Oct 2013 13:44:18 -0700 (PDT) Date: Sat, 12 Oct 2013 22:44:18 +0200 Message-ID: Subject: [REVIEW] Add support of STAGEDIR in x11/xfce4-conf From: Olivier Duchateau To: freebsd-perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 12 Oct 2013 20:44:21 -0000 Hi, I'm working to convert Xfce ports to STAGEDIR, and x11/xfce4-conf uses Perl (it provides bindings). As I'm not familiar with it, I wonder if someone can review my patch [1]. Regards [1] https://people.freebsd.org/~olivierd/patches/xfce4-conf.diff -- olivier