From owner-freebsd-perl@FreeBSD.ORG Fri Feb 29 17:48:54 2008 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A27E1065671 for ; Fri, 29 Feb 2008 17:48:54 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id D329C8FC2B for ; Fri, 29 Feb 2008 17:48:53 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so2781938nfb.33 for ; Fri, 29 Feb 2008 09:48:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3H02zLHHJlwiL9qZrIzislNeFTqDJat9wlNYoM3uuik=; b=mOucTYrjvS26z4z57rdgJs5G7z9QJeSEPf9Lcwew9hMSYEsJJj4VQ8DhZT38RFEIt9Iz7RtLYOxJcT08d1jIPDf77I35XZyJ17b5gcfTgoAFVwnfovBNA+W0rpmDCb/T5oFQDDXBUe0+LfY7M41EL88CHIITelVeVv96z2XTFTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZCtU9M6esr1HC6MqsMNsBpBnWvNaKBYhky482Yj4zzbPGE6Z3YMGPjfZ391G7XZAY3MopS16ipyQNaRwN2W9Il6jaj7tsWYjEL4lkbqkXZXk9uYH/6WkiI1VGor1zohSW+BYSqqQQZVtIvIsLJY9RJc0iKowsDrPqu8OWC0oHzs= Received: by 10.82.188.15 with SMTP id l15mr9075654buf.15.1204305841500; Fri, 29 Feb 2008 09:24:01 -0800 (PST) Received: by 10.82.115.11 with HTTP; Fri, 29 Feb 2008 09:24:01 -0800 (PST) Message-ID: <6eb82e0802290924g2cfb5de0k870f373ae7dc3362@mail.gmail.com> Date: Sat, 1 Mar 2008 01:24:01 +0800 From: "Rong-en Fan" To: "Jeffrey Smith" In-Reply-To: <1204292021.6758.33.camel@mrwizard.futurecis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1204292021.6758.33.camel@mrwizard.futurecis.com> Cc: perl@freebsd.org Subject: Re: devel/p5-Curses 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: Fri, 29 Feb 2008 17:48:54 -0000 On Fri, Feb 29, 2008 at 9:33 PM, Jeffrey Smith wrote: > On a wim I decided to play with curses. The only tutorial I found was > for C, and I was adapting that to perl. I noticed on the build from > ports that menus, panels and forms were disabled, and I didn't seem to > understand why. This is a patch to the Makefile so it builds these > extensions, there doesn't seem to be any run time problems with them. > All of the demo files run. This may not be the best solution but I was > hoping that it can make it into the port somehow. It's in port now. Enjoy, Rong-En Fan