From owner-freebsd-questions@freebsd.org Sun Oct 9 08:26:44 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8068FC0750A for ; Sun, 9 Oct 2016 08:26:44 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49EA2361 for ; Sun, 9 Oct 2016 08:26:44 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-it0-x232.google.com with SMTP id l13so48792002itl.1 for ; Sun, 09 Oct 2016 01:26:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=mxSUoUS7SJ/WP7f6VrVaQUlVDKC0SapNVhOiWzy11ls=; b=zxS+LMIC5kRXpghlI03Zb9y2sr3nm3fNTX/CBz/ssCjBOUIfBCvz95DMJAW31rwhGs Hbhckivx+iTdtSE7jGEF9plwjuVLFGiQvot4HRoCS+Xe/eBZOjsqymW5n6zlH4YVJy1h S+OPBWZfyQI7vngdN2t1gby6cJJLed3xac7oyh/yu0hw1M9Vk32R0l7+Xeolj5EST/xC AuJ/ahRoqwXVRD+htw6DK/FOHrEShplIM+ixedwr7+Aq4wrMuSSW85n6diz+WAsINq6X //GMfCWo9zkILy1tMd3aHhdyTE3NGDzNRJntpH01uR9XhLckgUlGH0ESTQJPbNH9acTp ZJnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=mxSUoUS7SJ/WP7f6VrVaQUlVDKC0SapNVhOiWzy11ls=; b=UDQ+ntUrxmtmUhgPGTBhpQARVQmHuaPOEzpLChhXV15lLwzKorlSl3UCvBWyK3J9Sz KOk7yrECOmi4QTuPyhQ/NV3pwscTDSuefnlcM8tGsz/D5qdVa8fjWbWoUGe4RAPuvpcG AsQcA8thQqDtez3jfMz+9sAHAmSraOmuIeMIRszrw3FhiORzCkKhqAciScJl8knYxvhc rTjx5cPCUv4Lae7hZ8mhIXiRYAJOqEVN3R26Ovbjl8AcaZ2SiAf+ADyZ5I6AYnxoD6U/ fHa0lbJ9D+anTeh0AAAKXFAqB3iOHZ7SqNFdQTqP4XgZrAzA63EukUK2tMasuEhkmm3C La7A== X-Gm-Message-State: AA6/9RkFBKs0gJEpmGuPPZMo+Fj5ywxykKxB9ZS/BjOfdF4ztbQLerQG2aZTGF2EBsE86/hG1trMKcNLVuZDoQ== X-Received: by 10.36.200.85 with SMTP id w82mr5005136itf.29.1476001603681; Sun, 09 Oct 2016 01:26:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.26.3 with HTTP; Sun, 9 Oct 2016 01:26:43 -0700 (PDT) In-Reply-To: References: From: Ben Woods Date: Sun, 9 Oct 2016 16:26:43 +0800 Message-ID: Subject: Re: Port search with multiple words (Slightly OT) To: Mark Moellering Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2016 08:26:44 -0000 On Sunday, 9 October 2016, Mark Moellering wrote: > I am trying to look through freshports for ports/packages but I want > to use multiple search terms, i.e. looking for a GUI frontend to a > MySQL database, I want to look for both GUI and Database or GUI and > MySQL. However, I can find no way to do this. > Any help is greatly appreciated. > Thanks in advance > > Mark > You can just google for: mysql+gui site:freshports.org It isn't using the freshports built in search, but it will get you what you want. Cheers, Ben -- -- From: Benjamin Woods woodsb02@gmail.com