From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:30:26 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A923D16A46B for ; Wed, 19 Dec 2007 21:30:26 +0000 (UTC) (envelope-from kuteynikov@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4365A13C469 for ; Wed, 19 Dec 2007 21:30:25 +0000 (UTC) (envelope-from kuteynikov@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3822066fka.11 for ; Wed, 19 Dec 2007 13:30:24 -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:mime-version:content-type; bh=oGIn2EYdhH+bnEKcQALQ+Jt21ZVmtr3iN1HE3+UvYME=; b=OgOraRCpccbf3oC0qDRXbuHmCBTMLGDSQBzB2sajT0MRf0ALXdnDHnhMKIpql+XQc2TytZLY8IyDzZsn3G9lx9B6pGA788Hsm5/Si4GxZgBr52qJ4KcXCfYuGaGc3zcgr71681vpKtCQhXVB8FTVpB9cA3541AscG8YqXMgDklo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=dl4HNlyHwEz9KrrHFoYeo3BNGscEVXm/NPYRQ52hKLpZ4z3ENTI9Pj3OJU6UWJtt0adbjo8blIAiloijKzCFqOyRPQKk/dDPZFb1Ba4TwO0XTaVySdihaB0V22bmXi0hK5OijUEgC886yVdzYQJGS08nvO2ZQeh97i/KsZiUork= Received: by 10.82.140.20 with SMTP id n20mr10985585bud.27.1198098247240; Wed, 19 Dec 2007 13:04:07 -0800 (PST) Received: by 10.82.120.17 with HTTP; Wed, 19 Dec 2007 13:04:07 -0800 (PST) Message-ID: Date: Thu, 20 Dec 2007 00:04:07 +0300 From: "=?KOI8-R?B?69XUxcrOycvP1yDkzcnU0snK?=" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD Ports Search webpage is not usable 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: Wed, 19 Dec 2007 21:30:26 -0000 Web interface for ports collection is very inconvenient. I want to find package to install it by `pkg_add -r` command (because I don't have much time to build it from ports tree) but it's name on the site and in the package server differ. I've spent a lot of time trying to guess, what command I should enter to install openoffice.org-2.3.20071115 : `pkg_add -r openoffice.org`, `pkg_add -r openofficeorg-23`, `pkg_add -r openofficeorg23`, `pkg_add -r openoffice.org-2.3.20071115` or `pkg_add -r openoffice-org_23`. It's unbearable! Look at http://packages.debian.org/search?keywords=openoffice.org&searchon=names&suite=testing§ion=all It's simple. It gave me all information I need to know and I can type `apt-get install openoffice.org` or download precompiled package straight from the site. FIX: Show real package names in the search results and give a link to precompiled package.