From owner-freebsd-ports@FreeBSD.ORG Sun Oct 1 16:01:49 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A693516A407 for ; Sun, 1 Oct 2006 16:01:49 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD3A43D45 for ; Sun, 1 Oct 2006 16:01:48 +0000 (GMT) (envelope-from uspoerlein@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so1397410nfc for ; Sun, 01 Oct 2006 09:01:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition; b=nHpyJl+eR30gXH+AnXdYDwjphJBxXCznJmmL4RVKIhx9yCDQACTc2OPJC0U0mCA1TsrGOvhA040t3KgrijX6hJUUPhTNAj+vI/uJp+fdgqNk9YPaYI9nPVNzKKEY7uGPKWQ8YJOfzHuWT0IyM6o+dyFyhsJPwHzNTADa6mcv1c8= Received: by 10.49.41.18 with SMTP id t18mr4586679nfj; Sun, 01 Oct 2006 09:01:47 -0700 (PDT) Received: from roadrunner.q.local ( [85.180.160.85]) by mx.gmail.com with ESMTP id l38sm12891627nfc.2006.10.01.09.01.47; Sun, 01 Oct 2006 09:01:47 -0700 (PDT) Received: from roadrunner.q.local (localhost [127.0.0.1]) by roadrunner.q.local (8.13.8/8.13.6) with ESMTP id k91G1jha008008 for ; Sun, 1 Oct 2006 18:01:46 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Received: (from q@localhost) by roadrunner.q.local (8.13.8/8.13.6/Submit) id k91EAYfH007238 for ports@freebsd.org; Sun, 1 Oct 2006 16:10:34 +0200 (CEST) (envelope-from uspoerlein@gmail.com) Date: Sun, 1 Oct 2006 16:10:34 +0200 From: Ulrich Spoerlein To: ports@freebsd.org Message-ID: <20061001141034.GA1365@roadrunner.q.local> Mail-Followup-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: Updating packages without a ports tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2006 16:01:49 -0000 Hello, I'm looking for a tool, that can update packages recursively, given only an FTP URL to a PACAKGESITE repository. That is, it would have to list the FTP directory, then do some version string matching, to figure out if a newer port exists. If so, it should remove the old package and download/install the new package. Something like portupgrade -PP would be ideal, but it requires a populated /usr/ports (or INDEX.db??) I think I'll have to roll my own tool/script for this, but could we *please* add a new PKGVERSION field to the +CONTENTS file? This could also help the bsdstats.org project. Bye, Ulrich Spoerlein -- A: Yes. >Q: Are you sure? > >A: Because it reverses the logical flow of conversation. > >>Q: Why is top posting frowned upon?