From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 19:02:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCE50519 for ; Mon, 4 Feb 2013 19:02:57 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 369A46D9 for ; Mon, 4 Feb 2013 19:02:57 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fs12so4859048lab.25 for ; Mon, 04 Feb 2013 11:02:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=AQkjnozFs7d7JRwrM91jMHYVNAMReBKJJY1UODHzD9s=; b=bySaUEsDhXU5gPSz5iJKJ5LgWCJ9IBXq7Nw1Dxui2jLrGvc4ULXwFfEofrqahhaEJf E3EmMDs7QssndhcGxejyk/DnyQSFnFNBWGDH2cM+lZ6Orv9rVCwOt4aQUhSYO9I7eCeG 8FFzarYOcFZqUpes9mG8LH2t437wH0Wr61Jz8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=AQkjnozFs7d7JRwrM91jMHYVNAMReBKJJY1UODHzD9s=; b=j92VVGy3934CNagxrIMSZY1E3wzx4evrXrCZPHGuLv1PgHM2aIywqSYtrCipNgojjw YpgCoB3V4Ti3ZoLCTL12fKOBjzUF2SA/CSVK5xkJknjSCUoCRtvY9enzkaWNht8McxhS X4CXWjA9wXO/4gX5vcyDOw9ngDwbeD4eSjTsTTSULsvdGJfVkY6Yry9j4xyRruE4epfV w2Nd134CDAFHM7pOS7daVTbknBwpYn5AFZovgwykrcZdf3GkE5hjiKErT6VQlLbP8q9O Y6PTiApJpENYxSM2WqTR7LnjDhwcfNHzgk2/0kmX90aeO3KX3n8ARTZbg5m2nt67lasA L1oQ== X-Received: by 10.112.51.175 with SMTP id l15mr8448240lbo.5.1360004575930; Mon, 04 Feb 2013 11:02:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Mon, 4 Feb 2013 11:02:25 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Mon, 4 Feb 2013 14:02:25 -0500 Message-ID: Subject: Re: the new pkg - is there any wildcard support? To: rotkap@gmx.de Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn0JDyxYMB0w36/VhA1faMJBlAfFzhkCGJHzMMKkvaMrGVVjES4t8m9hPDblsoBMdZaZQ4e Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 19:02:57 -0000 On 4 February 2013 13:26, Heino Tiedemann wrote: > # pkg delete -f kdemultimedia-4\* kdenetwork-4\* kde-workspace-4\* kde-runtime-4\* > Package(s) not found! > > > > is there any wildcard support for the new pkg? pkg help delete use the -g flag for glob or -x or -X for regex. -- Eitan Adler