From owner-freebsd-questions@FreeBSD.ORG Sun Mar 1 23:13:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56B371065670 for ; Sun, 1 Mar 2009 23:13:07 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2DB298FC12 for ; Sun, 1 Mar 2009 23:13:06 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n21ND5vN069068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 1 Mar 2009 15:13:05 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n21ND5T0069067; Sun, 1 Mar 2009 15:13:05 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA15310; Sun, 1 Mar 09 15:02:38 PST Date: Sun, 01 Mar 2009 15:02:19 -0800 From: perryh@pluto.rain.com To: fbsd.questions@rachie.is-a-geek.net Message-Id: <49ab13fb.s7xXxGuXI7v/zFQ3%perryh@pluto.rain.com> References: <49AA41F2.9060801@a1poweruser.com> <200902282359.24584.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200902282359.24584.fbsd.questions@rachie.is-a-geek.net> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, fbsd1@a1poweruser.com Subject: Re: portmanager/portmaster like application for packages? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2009 23:13:08 -0000 Mel wrote: > On Saturday 28 February 2009 23:06:10 Fbsd1 wrote: > > I am looking for software like portmanager/portmaster but works > > on the package system instead of the port system. Is there such > > am application available? > > Not (yet). Without /usr/ports it's impossible to find out what > software needs updating, or you'd have to download and trust the > INDEX-7 on the FreeBSD package servers. ... which may not be much of a stretch for those who are prepared to download and trust the packages themselves, from the same place. portupgrade -PP manages somehow. BTW, the OP may not realize that "the package system" is a subset of "the port system", rather than an alternative. Packages are generated using the port system.