From owner-freebsd-questions@freebsd.org Sun Oct 9 23:09:17 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 559ABC0B733 for ; Sun, 9 Oct 2016 23:09:17 +0000 (UTC) (envelope-from markmoellering@psyberation.com) Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com [IPv6:2607:f8b0:400d:c09::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 14C293CB for ; Sun, 9 Oct 2016 23:09:17 +0000 (UTC) (envelope-from markmoellering@psyberation.com) Received: by mail-qk0-x232.google.com with SMTP id n189so86189083qke.0 for ; Sun, 09 Oct 2016 16:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=psyberation-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bFbG+Nm7Ev5Q3VX7oSUSArMFFPJnxl2DQuyZKxhfgQs=; b=taNDwTgB+o4MJsPDkdoG0ZW3TS+IbFFe6dWH22DKsBHsu1EvkcwcHJUzJwOFf49jH+ IBg8q3SsD3RsRKK4s8sbNs+lwx9dNKZQxvTjfvsanTlu7kEtEDyLOHOS42LIbyynUB0e VwGwzTMSqSj3jcAgRHA8yY42H4jPQyDjMunpAKYpAb7zyyjABAqvpmsovLJtOoazo0fH +0TAY5w0dR9NfDk43poP/LC1AVGdQMNEUhk9/pkIddpPizSg7S7TtwGc3aeSIMcWUMHK iWLo953bqqhvcR0lBas35K4tT1bznA+znIJU8oNGJWPBNsJ012aPgD+Smi7DWCtdA1q8 cteg== 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=bFbG+Nm7Ev5Q3VX7oSUSArMFFPJnxl2DQuyZKxhfgQs=; b=A11m8ERCq4T4bfY5qW3UJCNcSzapNsox3QaEfP2xX/teh0lWhExag4p9m0M6tnLFPc FuML6aRBY81czOAy05CgrXrTAP3YNytR2XxxdpJ/QuMlSGmn+lXgEraU7njKYw6oKBOe Mf4d+6kY73VCJCGgAOEUiL1FdEAacZ3Nb3wVfzc5DSzuzrV6ywNRZ83UhPwQp9oleu43 pSe24xLCH8jeAvE4+kvFvXu24EwSGOcUFp/3Wb0Cmc5US6tSTHYvIeQEZNfKXjDain8e gjipr6U0pLpGLnRLpvnFrnMzbEzmdIe1w+f/t+6W2dfQjWVx2A+Ymy8cDQIhgLRxEScs PGRA== X-Gm-Message-State: AA6/9Rl7SH4y9/kFZPzr4MrRKOyNPacEEuiS9xeO4f/dtSDbPLSCm5lc/dqz96knHBeexk0FtywK2K9uV5HGHQ== X-Received: by 10.55.77.201 with SMTP id a192mr31322840qkb.198.1476054556152; Sun, 09 Oct 2016 16:09:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.40.189 with HTTP; Sun, 9 Oct 2016 16:09:15 -0700 (PDT) In-Reply-To: <20161010010716.013ae526@DaemONX> References: <20161010010716.013ae526@DaemONX> From: Mark Moellering Date: Sun, 9 Oct 2016 19:09:15 -0400 Message-ID: Subject: Re: Port search with multiple words (Slightly OT) To: Serpent7776 Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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 23:09:17 -0000 That is excellent, thank you! On Sun, Oct 9, 2016 at 7:07 PM, Serpent7776 wrote: > On Sat, 8 Oct 2016 14:01:01 -0400 > 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 > > I like to use ports-mgmt/psearch for searching ports. You can use it like > psearch gui sql > But this tool is running inside terminal so no fancy gui, and by default only > search name and short description. Not sure if this is what suits your needs, > but it's nice tool to know. > > -- > /* > * Serpent7776 > */ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"