From owner-freebsd-ports@FreeBSD.ORG Sun Oct 3 10:29:11 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47C70106564A for ; Sun, 3 Oct 2010 10:29:11 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C5A808FC13 for ; Sun, 3 Oct 2010 10:29:10 +0000 (UTC) Received: by bwz15 with SMTP id 15so4089214bwz.13 for ; Sun, 03 Oct 2010 03:29:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=rLWxgIy6pJ7eVYPy7mZQof+JHIFFxsJ3xQNjrewjaXg=; b=GcZ6LcELGP686MswKmo2bZ77rj16Bn1M3qq5w9/KurUjcTKn4voclEOvnIxXv18aAK clqSecu5GQsqoaYVH7I+VsoLfml1hULppUjHoeB5unnmUu20/d89yfVC12AbJB6dNzvg q0jkAY89KFvh4EfjgGDE+ucK7qBxUwYHbhZcA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=kJ6Xo0p62i9GR4h0B+jttG6+LoaSALfsz2YCi1mX6Be8lJxk9eqqYkSsky+VQLUab5 bGBsJYM/1KSkcOMDozPk7hFbERgysFx7jhE4BA9DTMWzOOOgKCGnKQHFn7nJJPFIGnGv yCkEk4mujkBVMVk7HlRWr0EBMGIhXVq6s/QSc= MIME-Version: 1.0 Received: by 10.204.98.198 with SMTP id r6mr5729788bkn.51.1286101749522; Sun, 03 Oct 2010 03:29:09 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Sun, 3 Oct 2010 03:29:09 -0700 (PDT) In-Reply-To: <4CA85617.7060503@bsdforen.de> References: <4C93AA31.5080202@DataIX.net> <20100918223933.GB85995@dragon.NUXI.org> <20101002002605.GA8018@dragon.NUXI.org> <4CA844E5.7060303@infracaninophile.co.uk> <4CA85617.7060503@bsdforen.de> Date: Sun, 3 Oct 2010 12:29:09 +0200 Message-ID: From: David DEMELIER To: Dominic Fandrey Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports Subject: Re: OPTIONS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2010 10:29:11 -0000 2010/10/3 Dominic Fandrey : > On 03/10/2010 11:45, David DEMELIER wrote: >> 2010/10/3 Matthew Seaman : >> I don't want something complex, checkbox, textbox, radiobuttons is enough. > > Textbox is _very_ complex. Think of all the code you'd have to > add to ports to check what was entered by the user. > At the very least you have to verify that whatever was provided > is valid. For the feature not to become annoying you'd have to > be a lot more fuzzy and complex, though. > What do you mean by valid? In the way that the user can't insert any no alpha-numeric characters or an entry that is only valid to the application ? -- Demelier David