From owner-freebsd-questions@freebsd.org Wed Oct 19 18:58:39 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 42629C18B56 for ; Wed, 19 Oct 2016 18:58:39 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: from mail-it0-f49.google.com (mail-it0-f49.google.com [209.85.214.49]) (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 14266A93 for ; Wed, 19 Oct 2016 18:58:38 +0000 (UTC) (envelope-from brandon.wandersee@gmail.com) Received: by mail-it0-f49.google.com with SMTP id 4so122339534itv.0 for ; Wed, 19 Oct 2016 11:58:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:user-agent:from:to:cc:subject :in-reply-to:date:message-id:mime-version:content-transfer-encoding; bh=oL/xwKTsD+CuqfW+3F1n0vUpH9LyBy7dYE+Ckl27Glw=; b=ZXKuTVaJz/GOqFbKfBNVkwgsI/7kNAxy8+uNLIG91o+6QKP+KlaXySDfWQO7uQlCax x+z54zxvqVWXNAmmbe8PDdSBaPFxKsMM1NecizgXYy/HLd5G2K8KFkI6wQ3qZ+7WYExD +jvgAgu358YTTc5ofI+W7sa3Ux7CJBKHUhpN26KNMOUMrdDgZkUPaFvFhCMY0AHfN78c q7h+GlwohRucRemgq7/cK91I9OPzB97YiU5VwH2ZwXxM+1VUKmobuyUe0Yc8cxItFDp2 n/xTw/S3tFG32r1HmHDb1DWMXHJLVSMOQsWS3tSWalCzA5n1N328BfbDHd60YvU0glUK 6BSA== X-Gm-Message-State: AA6/9Rkmwh0bjzXIngQJSUzYIivOYZBP11AO23WULcCOOcksglz5q+e+0GHGfQgVhmp4cA== X-Received: by 10.36.160.73 with SMTP id o70mr8455255ite.8.1476903511962; Wed, 19 Oct 2016 11:58:31 -0700 (PDT) Received: from WorkBox.Home (75-161-214-135.mpls.qwest.net. [75.161.214.135]) by smtp.gmail.com with ESMTPSA id b6sm6665549iob.4.2016.10.19.11.58.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Oct 2016 11:58:31 -0700 (PDT) Received: from localhost (WorkBox.Home [local]) by WorkBox.Home (OpenSMTPD) with ESMTPA id 6d22089d; Wed, 19 Oct 2016 13:58:29 -0500 (CDT) References: <44wph473ao.fsf@lowell-desk.lan> User-agent: mu4e 0.9.16; emacs 25.1.1 From: Brandon J. Wandersee To: Alejandro Imass Cc: Manish Jain , "freebsd-questions-local\@be-well.ilk.org" , freebsd-questions Subject: Re: Is there a curses-based mp3 player available in FreeBSD ? In-reply-to: Date: Wed, 19 Oct 2016 13:58:29 -0500 Message-ID: <86shrsb1yi.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Wed, 19 Oct 2016 18:58:39 -0000 Alejandro Imass writes: > On Wed, Oct 19, 2016 at 11:52 AM, Manish Jain > wrote: >> >> On 10/19/16 21:13, Lowell Gilbert wrote: >>> Manish Jain writes: >>> > > [...] > >> I normally always put the asterisks when searching under ports. Perhaps >> I should create a shell wrapper for wild-carding find searches under >> /usr/ports automatically. >> > > How about using the native search capability: > > cd /usr/ports > make search name=[regexp] > > Also look into ports-mgmt/psearch `pkg search -o` is also an option: | »»»» pkg search -o blaster | ... | audio/mp3blaster MP3 console ncurses-based player I have it set to the alias `pkg port` in /usr/local/etc/pkg.conf. It only works for ports that have corresponding packages in the official repository, though; anything that can't be built into a package for whatever reason, won't be included. -- :: Brandon J. Wandersee :: brandon.wandersee@gmail.com :: -------------------------------------------------- :: 'The best design is as little design as possible.' :: --- Dieter Rams ----------------------------------