From owner-freebsd-ports@FreeBSD.ORG Wed Jun 2 10:37:25 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D4A4106567C; Wed, 2 Jun 2010 10:37:25 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id A26AB8FC1E; Wed, 2 Jun 2010 10:37:24 +0000 (UTC) Received: by vws10 with SMTP id 10so4886267vws.13 for ; Wed, 02 Jun 2010 03:37:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=ninYHaGuEfq1dEyo6QFmhFuFSPF1fEJq+a3w43hQVMI=; b=QcA4mZq4BE2SxPgq40OMfLgDxgHlHgwn0tDplDXhk85lQ6GX9wvESF9VMjqUKPn9fY 2M3nbv+1H4lXjX0o+Ey8H339vijhpE080ZZMrTgjzhotY/YeQMefrFQTiSw3990kQJ6F mM5xYAWAVFZ2z3w2+xsp7nnaK8Oe01kM2tUNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=h3viaN6K2jHAzju3tn4amuf/RsXLialLb8m0CySSPTgPjvgfokSwSMpo3ckUfegiWY /5/qEd9ji+EuJVqECM7+LzuhPmnL6duVL/Br11NG3rj6OaY950YFhabXb654q9jz4Kdr hbApUNN4bR0h3wlokxzMHFwvM0dO5zL5tzdgU= MIME-Version: 1.0 Received: by 10.229.181.6 with SMTP id bw6mr1329561qcb.164.1275475043464; Wed, 02 Jun 2010 03:37:23 -0700 (PDT) Received: by 10.229.233.74 with HTTP; Wed, 2 Jun 2010 03:37:23 -0700 (PDT) In-Reply-To: <20100602110927.8de72833.ehaupt@FreeBSD.org> References: <20100602110927.8de72833.ehaupt@FreeBSD.org> Date: Wed, 2 Jun 2010 03:37:23 -0700 Message-ID: From: Garrett Cooper To: Emanuel Haupt Content-Type: text/plain; charset=ISO-8859-1 Cc: Tao Wang , freebsd-ports@freebsd.org Subject: Re: How to know which version of an apps available in various FreeBSD release? 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: Wed, 02 Jun 2010 10:37:25 -0000 On Wed, Jun 2, 2010 at 2:09 AM, Emanuel Haupt wrote: > Tao Wang wrote: >> Hi, >> >> I'm doing a survey about the availablilty of some packages in >> different platform, including FreeBSD release. I want to know whether >> the package is existed in the specific FreeBSD release, and which >> version it is? I found: http://www.freebsd.org/ports/ , however, it >> is only against -STABLE or -CURRENT. I also need to know the >> information on previous release. How to do it? Thanks. > > All the information you need is available in INDEX: > > http://www.FreeBSD.org/ports/INDEX-8.bz2 That only works for the head of each branch though, right? Thanks, -Garrett