From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 01:31:10 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0EFD4FA for ; Wed, 23 Apr 2014 01:31:10 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 902F5165D for ; Wed, 23 Apr 2014 01:31:10 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id im17so343304vcb.28 for ; Tue, 22 Apr 2014 18:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BJowW4SZCijtRoF5kECH0yQkEebsot3Yp1Onwg24KiQ=; b=c5wtiBKqK4hdh3n+TGqp1i78OOnX0cDnopHB2CBdz+/IHjwXzj1evnYBWjh0Z03TqH IJIRuAkESW5Gmf65xJr+yaRZsX6PzZTdWpov0WR84NSsuA6FQqZKl9UJhApykzdjOwuw IdeG3Npksi0n+YGtZ2MM3XglDsLJGk+VN/23j/E8Q18Y6dUcnGkd+YPP4vVYYS/rcxG0 pGSbeO08P0FeUhnDgYac/t2t03O+pFamobAUL1J9gtRo/2ghLy8peWyxHKpczEkHXRb4 MWJMGW8F3Zf/xhRQc30GUW48MHxPG17zr6+vfyiJKXL4LtBleResti6qeCKeSC+CZRkM a+VA== MIME-Version: 1.0 X-Received: by 10.58.220.161 with SMTP id px1mr43732312vec.13.1398216669568; Tue, 22 Apr 2014 18:31:09 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Tue, 22 Apr 2014 18:31:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Apr 2014 21:31:09 -0400 Message-ID: Subject: Re: pkg: Browse available packages? From: Thomas Hoffmann To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Walter Hurry X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 01:31:10 -0000 On Tue, Apr 22, 2014 at 8:43 PM, Walter Hurry wrote: > In my /usr/local/etc/pkg/repos/FreeBSD.conf I have: > > FreeBSD: { > url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", > mirror_type: "srv", > enabled: true > } > > This seems to work well, but is there a way to browse available packages > and their versions? Using your browser of choice: pkg.freebsd.org You can browse through all packages for all currently supported versions of FreeBSD 32/64 bit architectures. -Tom